Skip to content
Snippets Groups Projects
  • Cristian Calin's avatar
    360aff4a
    Rename ansible groups to use _ instead of - (#7552) · 360aff4a
    Cristian Calin authored
    * rename ansible groups to use _ instead of -
    
    k8s-cluster -> k8s_cluster
    k8s-node -> k8s_node
    calico-rr -> calico_rr
    no-floating -> no_floating
    
    Note: kube-node,k8s-cluster groups in upgrade CI
          need clean-up after v2.16 is tagged
    
    * ensure old groups are mapped to the new ones
    360aff4a
    History
    Rename ansible groups to use _ instead of - (#7552)
    Cristian Calin authored
    * rename ansible groups to use _ instead of -
    
    k8s-cluster -> k8s_cluster
    k8s-node -> k8s_node
    calico-rr -> calico_rr
    no-floating -> no_floating
    
    Note: kube-node,k8s-cluster groups in upgrade CI
          need clean-up after v2.16 is tagged
    
    * ensure old groups are mapped to the new ones
weave.md 2.62 KiB

Weave

Weave 2.0.1 is supported by kubespray

Weave uses consensus mode (default mode) and seed mode.

Consensus mode is best to use on static size cluster and seed mode is best to use on dynamic size cluster

Weave encryption is supported for all communication

  • To use Weave encryption, specify a strong password (if no password, no encryption)
# In file ./inventory/sample/group_vars/k8s_cluster.yml
weave_password: EnterPasswordHere

This password is used to set an environment variable inside weave container.

Weave is deployed by kubespray using a daemonSet

  • Check the status of Weave containers