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
In our CAPI clusters we enable TLS between kubelet and kube-apiserver as a security measure. We would like to see if this can be enabled via an optional flag in Magnum clusters. We enable this in CAPI/CAP-M3 in the kubeadmControlPlane object - here is the code we use (line 24 is the only kubeadm component needed, and lines 41-44 and 14-48) are the changes we make to kubelet after cluster initialization to complete the work.
In our CAPI clusters we enable TLS between kubelet and kube-apiserver as a security measure. We would like to see if this can be enabled via an optional flag in Magnum clusters. We enable this in CAPI/CAP-M3 in the
kubeadmControlPlane
object - here is the code we use (line 24 is the only kubeadm component needed, and lines 41-44 and 14-48) are the changes we make to kubelet after cluster initialization to complete the work.The text was updated successfully, but these errors were encountered: