Docs: edit cloud_provider description

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
pull/11633/head
ChengHao Yang 2024-10-15 01:10:03 +08:00
parent a2a11819b3
commit 0a2e68c9d3
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View File

@ -104,8 +104,7 @@ following default cluster parameters:
* *enable_coredns_k8s_endpoint_pod_names* - If enabled, it configures endpoint_pod_names option for kubernetes plugin. * *enable_coredns_k8s_endpoint_pod_names* - If enabled, it configures endpoint_pod_names option for kubernetes plugin.
on the CoreDNS service. on the CoreDNS service.
* *cloud_provider* - Enable extra Kubelet option if operating inside GCE or * *cloud_provider* - The provider for cloud services. (default is unset, Set to `external` for running with an external cloud provider)
OpenStack (default is unset)
* *kube_feature_gates* - A list of key=value pairs that describe feature gates for * *kube_feature_gates* - A list of key=value pairs that describe feature gates for
alpha/experimental Kubernetes features. (defaults is `[]`). alpha/experimental Kubernetes features. (defaults is `[]`).

View File

@ -42,9 +42,7 @@ loadbalancer_apiserver_healthcheck_port: 8081
## There are some changes specific to the cloud providers ## There are some changes specific to the cloud providers
## for instance we need to encapsulate packets with some network plugins ## for instance we need to encapsulate packets with some network plugins
## If set the possible values are either 'gce', 'aws', 'azure', 'openstack', 'vsphere', 'oci', or 'external' ## If set the possible values only 'external' after K8s v1.31.
## When openstack is used make sure to source in the openstack credentials
## like you would do when using openstack-client before starting the playbook.
# cloud_provider: # cloud_provider:
## When cloud_provider is set to 'external', you can set the cloud controller to deploy ## When cloud_provider is set to 'external', you can set the cloud controller to deploy