Deploying v1.6 clusters with kubeadm at HEAD is broken #289
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
Milestone
kubernetes/kubernetes#45619 completely removed the flag we used for auto-approval in v1.6 (
--insecure-experimental-approve-all-kubelet-csrs-for-group=system:bootstrappers
)This "broke" deploying v1.6 clusters with kubeadm in the sense that
kubeadm join
will wait until you manually approve the CSR as there is no autoapprover configured.The fix is pretty simple, we just need to check the version and use the right arguments for the right versions respectively.
PR: kubernetes/kubernetes#46864
The text was updated successfully, but these errors were encountered: