From 08f53f544d1318314bd6c84f132aa59a13dd9648 Mon Sep 17 00:00:00 2001 From: Sam Lin <456807+maxisam@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:08:54 -0600 Subject: [PATCH] docs: provide more details to CCM --- defaults/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 86f07b5..54bf689 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -148,7 +148,9 @@ rke2_disable: # Option to disable kube-proxy disable_kube_proxy: false -# Option to disable builtin cloud controller - mostly for onprem +# Option to disable builtin cloud controller when working with aws, azure, gce etc +# For onprem environment, this should remain false and keep rke2_cloud_provider_name as "external" +# https://docs.k3s.io/networking/networking-services#deploying-an-external-cloud-controller-manager (same for RKE2) rke2_disable_cloud_controller: false # Cloud provider to use for the cluster (aws, azure, gce, openstack, vsphere, external)