Skip to content
  1. May 30, 2018
  2. May 11, 2018
    • Matthew Mosesohn's avatar
      refactor vault role (#2733) · 07cc9819
      Matthew Mosesohn authored
      * Move front-proxy-client certs back to kube mount
      
      We want the same CA for all k8s certs
      
      * Refactor vault to use a third party module
      
      The module adds idempotency and reduces some of the repetitive
      logic in the vault role
      
      Requires ansible-modules-hashivault on ansible node and hvac
      on the vault hosts themselves
      
      Add upgrade test scenario
      Remove bootstrap-os tags from tasks
      
      * fix upgrade issues
      
      * improve unseal logic
      
      * specify ca and fix etcd check
      
      * Fix initialization check
      
      bump machine size
      07cc9819
  3. May 02, 2018
  4. May 01, 2018
  5. Apr 26, 2018
  6. Apr 23, 2018
  7. Apr 18, 2018
  8. Apr 11, 2018
  9. Apr 01, 2018
    • woopstar's avatar
      Etcd cluster setup makeover · 86e3506a
      woopstar authored
      The current way to setup the etc cluster is messy and buggy.
      
      - It checks for cluster is healthy before the cluster is even created.
      - The unit files are started on handlers, not in the task, so you mess with "flush handlers".
      - The join_member.yml is not used.
      - etcd events cluster is not configured for kubeadm
      - remove duplicate runs between running the role on etcd nodes and k8s nodes
      86e3506a
  10. Mar 31, 2018
  11. Mar 30, 2018
  12. Mar 28, 2018
  13. Mar 26, 2018
  14. Mar 14, 2018
  15. Mar 06, 2018
  16. Mar 01, 2018
  17. Feb 22, 2018
  18. Feb 21, 2018
  19. Feb 12, 2018
  20. Feb 09, 2018
    • Damian Nowak's avatar
      Enable OOM killing · f8a59446
      Damian Nowak authored
      When etcd exceeds its memory limit, it becomes useless but keeps running.
      We should let OOM killer kill etcd process in the container, so systemd can spot
      the problem and restart etcd according to "Restart" setting in etcd.service unit file.
      If OOME problem keep repeating, i.e. it happens every single restart,
      systemd will eventually back off and stop restarting it anyway.
      
      --restart=on-failure:5 in this file has no effect because memory allocation error
      doesn't by itself cause the process to die
      
      Related: https://github.com/kubernetes-incubator/kubespray/blob/master/roles/etcd/templates/etcd-docker.service.j2
      
      This kind of reverts a change introduced in #1860.
      f8a59446
  21. Jan 30, 2018
  22. Jan 29, 2018
  23. Jan 09, 2018
  24. Jan 02, 2018
  25. Nov 23, 2017
    • Bogdan Dobrelya's avatar
      Defaults for apiserver_loadbalancer_domain_name (#1993) · 8aafe643
      Bogdan Dobrelya authored
      
      
      * Defaults for apiserver_loadbalancer_domain_name
      
      When loadbalancer_apiserver is defined, use the
      apiserver_loadbalancer_domain_name with a given default value.
      
      Fix unconsistencies for checking if apiserver_loadbalancer_domain_name
      is defined AND using it with a default value provided at once.
      
      Signed-off-by: default avatarBogdan Dobrelya <bogdando@mail.ru>
      
      * Define defaults for LB modes in common defaults
      
      Adjust the defaults for apiserver_loadbalancer_domain_name and
      loadbalancer_apiserver_localhost to come from a single source, which is
      kubespray-defaults. Removes some confusion and simplefies the code.
      
      Signed-off-by: default avatarBogdan Dobrelya <bogdando@mail.ru>
      8aafe643
  26. Nov 14, 2017
  27. Nov 08, 2017
  28. Oct 26, 2017
  29. Oct 25, 2017
  30. Oct 20, 2017
  31. Oct 19, 2017
  32. Oct 12, 2017
  33. Oct 11, 2017
  34. Oct 09, 2017
  35. Oct 05, 2017
Loading