-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Adding per node KubeadmConfiguration is not being apply #1424
Comments
could be this ? |
kubeadm.conf is correctly generated so looks like a kubeadm bug ? it's not rendering the CPUManager stuff. |
sadly kubeadm does not support KubeletConfiguration on joining nodes. we are trying to break away from this wrong design principle: in the meantime your workaround is the following:
|
/remove-kind bug |
@neolit123 thanks for quick answer, we will try to hack it. |
/kind external duplicate of: /close |
@neolit123: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened:
Starting a kind 0.7.0 k8s 1.17.0 cluster with the following configuration:
What you expected to happen:
It should configure the
featureGates
andcpuManagerPolicy
properties at kubelet config butit has the following:
docker exec kind-1.17.0-worker cat /var/lib/kubelet/config.yaml
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
fedora31 x86_64
The text was updated successfully, but these errors were encountered: