You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would you like to be added:
The option to add arguments to the external cloud controller manager DaemonSet.
Why is this needed:
In our case, we wanted to harden our TLS setup so we wanted to add --tls-min-version=VersionTLS13.
At any rate, the cloud controller manager has many more command line options than are currently hardcoded in the DaemonSet templates in kubespray/roles/kubernetes-apps/external_cloud_controller/openstack/ and kubespray/roles/kubernetes-apps/external_cloud_controller/vsphere.
What would you like to be added:
The option to add arguments to the external cloud controller manager DaemonSet.
Why is this needed:
In our case, we wanted to harden our TLS setup so we wanted to add
--tls-min-version=VersionTLS13
.At any rate, the cloud controller manager has many more command line options than are currently hardcoded in the DaemonSet templates in kubespray/roles/kubernetes-apps/external_cloud_controller/openstack/ and kubespray/roles/kubernetes-apps/external_cloud_controller/vsphere.
The current arguments are
(openstack) and
(vsphere), respectively.
The text was updated successfully, but these errors were encountered: