-
Notifications
You must be signed in to change notification settings - Fork 715
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
Deprecate and remove --cri-socket flag from kubeadm upgrade apply #1356
Comments
@rosti I can look into it. |
@RA489 The first part of this is already done as part of the above mentioned PR. The second part (the actual removal) is going to be done after (at least) 3 minor releases due to deprecation policies. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
should be removed in 1.17 |
/assign @neolit123 - I'll take a look |
@yastij thanks. |
sent PR here: kubernetes/kubernetes#85044 |
For historical reasons
kubeadm upgrade apply
accepts a--cri-socket
flag.This is no longer needed, because the CRI socket of the node is stored in the NodeRegistrationOptions of the node at the cluster.
During
kubeadm upgrade apply
it is much safer and less error prone to fetch the CRI socket from the cluster, rather than rely on the user to supply the same value as uponkubeadm init
orkubeadm join
.Timeline:
/kind cleanup
/lifecycle active
/assign
/priority important-longterm
/cc @fabriziopandini
The text was updated successfully, but these errors were encountered: