mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +03:00
Refactor: simpify cloud_provider is defined condition
For this change, `cloud_provider` change the default value to empty string. Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
@@ -271,6 +271,9 @@ kubelet_shutdown_grace_period: 60s
|
||||
# to give normal pods time to be gracefully evacuated
|
||||
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: ""
|
||||
# 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