Skip to content
Snippets Groups Projects
  1. Jul 25, 2017
  2. Jun 27, 2017
  3. Jun 14, 2017
  4. Mar 04, 2017
  5. Feb 28, 2017
  6. Feb 09, 2017
  7. Feb 07, 2017
    • Matthew Mosesohn's avatar
      Re-tune ETCD performance params · 71e14a13
      Matthew Mosesohn authored
      Reduce election timeout to 5000ms (was 10000ms)
      Raise heartbeat interval to 250ms (was 100ms)
      Remove etcd cpu share (was 300)
      Make etcd_cpu_limit and etcd_memory_limit optional.
      71e14a13
  8. Feb 06, 2017
  9. Jan 20, 2017
    • Bogdan Dobrelya's avatar
      Drop linux capabilities and rework users/groups · cb2e5ac7
      Bogdan Dobrelya authored
      
      * Drop linux capabilities for unprivileged containerized
        worlkoads Kargo configures for deployments.
      * Configure required securityContext/user/group/groups for kube
        components' static manifests, etcd, calico-rr and k8s apps,
        like dnsmasq daemonset.
      * Rework cloud-init (etcd) users creation for CoreOS.
      * Fix nologin paths, adjust defaults for addusers role and ensure
        supplementary groups membership added for users.
      * Add netplug user for network plugins (yet unused by privileged
        networking containers though).
      * Grant the kube and netplug users read access for etcd certs via
        the etcd certs group.
      * Grant group read access to kube certs via the kube cert group.
      * Remove priveleged mode for calico-rr and run it under its uid/gid
        and supplementary etcd_cert group.
      * Adjust docs.
      * Align cpu/memory limits and dropped caps with added rkt support
        for control plane.
      
      Signed-off-by: default avatarBogdan Dobrelya <bogdando@mail.ru>
      cb2e5ac7
  10. Dec 28, 2016
  11. Nov 09, 2016
  12. Sep 15, 2016
  13. Aug 29, 2016
  14. Jul 20, 2016
    • Matthew Mosesohn's avatar
      Set default etcd deployment to docker · 7a86b6c7
      Matthew Mosesohn authored
      Improved docker reload command to wait for etcd to be
      up before proceeding. Switched reload to run restart
      because it can't reload if it is not guaranteed to be
      in running state.
      7a86b6c7
  15. Jul 07, 2016
  16. Jul 02, 2016
  17. Jun 28, 2016
  18. Feb 15, 2016
  19. Jan 21, 2016
    • Smaine Kahlouch's avatar
      etcd directly in host · 97159623
      Smaine Kahlouch authored
      fix etcd configuration for nodes
      
      fix wrong calico checksums
      
      using a var name etcd_bin_dir
      
      fix etcd handlers for sysvinit
      
      using a var name etcd_bin_dir
      
      sysvinit script
      
      review etcd configuration
      97159623
Loading