You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
733 B

  1. ---
  2. ## Directory where etcd data stored
  3. etcd_data_dir: /var/lib/etcd
  4. ## Container runtime
  5. ## docker for docker, crio for cri-o and containerd for containerd.
  6. ## Additionally you can set this to kubeadm if you want to install etcd using kubeadm
  7. ## Kubeadm etcd deployment is experimental and only available for new deployments
  8. ## If this is not set, container manager will be inherited from the Kubespray defaults
  9. ## and not from k8s_cluster/k8s-cluster.yml, which might not be what you want.
  10. ## Also this makes possible to use different container manager for etcd nodes.
  11. # container_manager: containerd
  12. ## Settings for etcd deployment type
  13. # Set this to docker if you are using container_manager: docker
  14. etcd_deployment_type: host