Skip to content
Snippets Groups Projects
  1. Sep 25, 2017
  2. Aug 30, 2017
    • Maxim Krasilnikov's avatar
      Change single Vault pki mount to multi pki mounts paths for etcd and kube CA`s (#1552) · 6eb22c5d
      Maxim Krasilnikov authored
      * Added update CA trust step for etcd and kube/secrets roles
      
      * Added load_balancer_domain_name to certificate alt names if defined. Reset CA's in RedHat os.
      
      * Rename kube-cluster-ca.crt to vault-ca.crt, we need separated CA`s for vault, etcd and kube.
      
      * Vault role refactoring, remove optional cert vault auth because not not used and worked. Create separate CA`s fro vault and etcd.
      
      * Fixed different certificates set for vault cert_managment
      
      * Update doc/vault.md
      
      * Fixed condition create vault CA, wrong group
      
      * Fixed missing etcd_cert_path mount for rkt deployment type. Distribute vault roles for all vault hosts
      
      * Removed wrong when condition in create etcd role vault tasks.
      6eb22c5d
  3. Aug 24, 2017
    • Brad Beam's avatar
      Adding yamllinter to ci steps (#1556) · 8b151d12
      Brad Beam authored
      * Adding yaml linter to ci check
      
      * Minor linting fixes from yamllint
      
      * Changing CI to install python pkgs from requirements.txt
      
      - adding in a secondary requirements.txt for tests
      - moving yamllint to tests requirements
      8b151d12
  4. Aug 20, 2017
  5. Jul 25, 2017
  6. Jun 27, 2017
  7. Jun 14, 2017
  8. Mar 04, 2017
  9. Feb 28, 2017
  10. Feb 09, 2017
  11. 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
  12. Feb 06, 2017
  13. 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
  14. Dec 28, 2016
  15. Nov 09, 2016
  16. Sep 15, 2016
  17. Aug 29, 2016
  18. 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
  19. Jul 07, 2016
  20. Jul 02, 2016
  21. Jun 28, 2016
  22. Feb 15, 2016
  23. 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