Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v2.28.0
  • v2.27.0
  • v2.25.1
  • v2.24.3
  • v2.26.0
  • v2.24.2
  • v2.25.0
  • v2.24.1
  • v2.22.2
  • v2.23.3
  • v2.24.0
  • v2.23.2
  • v2.23.1
  • v2.23.0
  • v2.22.1
  • v2.22.0
  • v2.21.0
  • v2.20.0
  • v2.19.1
  • v2.18.2
21 results

roles

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Etienne Champetier authored
    * etcd: etcd-events doesn't depend on etcd_cluster_setup
    
    Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
    
    * etcd: remove condition already present on include_tasks
    
    Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
    
    * etcd: fix scaling up
    
    Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
    
    * etcd: use *access_addresses, do not delegate to etcd[0]
    
    We want to wait for the full cluster to be healthy,
    so use all the cluster addresses
    Also we should be able to run the playbook when etcd[0] is down
    (not tested), so do not delegate to etcd[0]
    
    Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
    
    * etcd: use failed_when for health check
    
    unhealthy cluster is expected on first run, so use failed_when
    instead of ignore_errors to remove scary red messages
    
    Also use run_once
    
    Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
    
    * kubernetes/preinstall: ensure ansible_fqdn is up to date after changing /etc/hosts
    
    Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
    
    * kubernetes/master: regenerate apiserver cert if needed
    
    Signed-off-by: default avatarEtienne Champetier <champetier.etienne@gmail.com>
    a35b6dc1
    History