-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CPDEV-95920] Support KubeProxyConfiguration as services.kubeadm_kube-proxy section #571
Conversation
8f6c84f
to
6e8e7fb
Compare
Sorry, but I did not realize how the |
They are passed as KubeProxyConfiguration to kubeadm will manage itself how to fill kube-proxy configMap |
So, what is the way to change |
No way, as much as there is no way to change any custom configuration managed by kubeadm after the installation procedure. |
Description
Solution
services.kubeadm_kube-proxy
that directly converted to the KubeProxyConfiguration forkubeadm init
.Test Cases
TestCase 1
Configure custom properties in
services.kubeadm_kube-proxy
.Steps:
services.kubeadm_kube-proxy
and install the cluster.ER: The properties are handled respectively. Check at least
kubectl get cm -n kube-system kube-proxy -o yaml
.Checklist