-
Hi all, I'd like to be able to use:
on worker nodes. This is currently not possible because of the NodeRestriction admission controller, which is not configurable. Disabling this restriction is against CIS hardening guidelines and possible other security implications this might introduce. Is there a way around this issue other than tainting nodes manually? We have a declarative setup except calling Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Also, it doesn't seem like the admission controller can be turned off at all.
Results in apiserver pods crashing:
As you can see, there is NO overlap in the config options provided, so Talos probably just throws the config option away and use its own (correct me if I'm wrong). |
Beta Was this translation helpful? Give feedback.
-
You can use kubelet's |
Beta Was this translation helpful? Give feedback.
You can use kubelet's
registerWithTaints
configuration (and pass it viamachine.kubelet.extraConfig
to taint at the moment the Node is created. Updating taints on the fly is still denied by default.