forked from kubernetes-sigs/kubespray
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add kubeadm option to etcd_deployment_type to replace the etcd_kubead…
…m_enabled variable (kubernetes-sigs#8317) * Add kubeadm option to etcd_deployment_type to replace the etcd_kubeadm_enabled variable Signed-off-by: necatican <[email protected]> * Add etcd kubeadm deployment documentation Signed-off-by: necatican <[email protected]> * Refactor warning for the deprecated 'etcd_kubeadm_enabled' variable Signed-off-by: necatican <[email protected]>
- Loading branch information
Showing
30 changed files
with
135 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
## Directory where etcd data stored | ||
etcd_data_dir: /var/lib/etcd | ||
|
||
## Container runtime | ||
## docker for docker, crio for cri-o and containerd for containerd. | ||
## Additionally you can set this to kubeadm if you want to install etcd using kubeadm | ||
## Kubeadm etcd deployment is experimental and only available for new deployments | ||
## If this is not set, container manager will be inherited from the Kubespray defaults | ||
## and not from k8s_cluster/k8s-cluster.yml, which might not be what you want. | ||
## Also this makes possible to use different container manager for etcd nodes. | ||
# container_manager: containerd | ||
|
||
## Settings for etcd deployment type | ||
# Set this to docker if you are using container_manager: docker | ||
# may be host, docker, kubeadm | ||
etcd_deployment_type: host |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
## Directory where etcd data stored | ||
etcd_data_dir: /var/lib/etcd | ||
|
||
## Container runtime | ||
## docker for docker, crio for cri-o and containerd for containerd. | ||
## Additionally you can set this to kubeadm if you want to install etcd using kubeadm | ||
## Kubeadm etcd deployment is experimental and only available for new deployments | ||
## If this is not set, container manager will be inherited from the Kubespray defaults | ||
## and not from k8s_cluster/k8s-cluster.yml, which might not be what you want. | ||
## Also this makes possible to use different container manager for etcd nodes. | ||
# container_manager: containerd | ||
|
||
## Settings for etcd deployment type | ||
# Set this to docker if you are using container_manager: docker | ||
# may be host, docker, kubeadm | ||
etcd_deployment_type: host |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
## Directory where etcd data stored | ||
etcd_data_dir: /var/lib/etcd | ||
|
||
## Container runtime | ||
## docker for docker, crio for cri-o and containerd for containerd. | ||
## Additionally you can set this to kubeadm if you want to install etcd using kubeadm | ||
## Kubeadm etcd deployment is experimental and only available for new deployments | ||
## If this is not set, container manager will be inherited from the Kubespray defaults | ||
## and not from k8s_cluster/k8s-cluster.yml, which might not be what you want. | ||
## Also this makes possible to use different container manager for etcd nodes. | ||
# container_manager: containerd | ||
|
||
## Settings for etcd deployment type | ||
# Set this to docker if you are using container_manager: docker | ||
etcd_deployment_type: host |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.