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