mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
Refactor: simpify external_cloud_provider is defined
For this change, `external_cloud_provider` set default value to empty string. Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
@@ -274,6 +274,12 @@ kubelet_shutdown_grace_period_critical_pods: 20s
|
||||
# Cloud Provider
|
||||
# This variable can only be set to "external" or empty string, otherwise the check will fail.
|
||||
cloud_provider: ""
|
||||
# External Cloud Controller Manager (Formerly known as cloud provider)
|
||||
# cloud_provider must be "external", otherwise this setting is invalid.
|
||||
# Supported external cloud controllers are: 'openstack', 'vsphere', 'oci', 'huaweicloud' and 'hcloud'
|
||||
# If you fill in a value other than the above, the check will fail.
|
||||
external_cloud_provider: ""
|
||||
|
||||
# Whether to deploy the container engine
|
||||
deploy_container_engine: "{{ 'k8s_cluster' in group_names or etcd_deployment_type == 'docker' }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user