-
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
add kernel version check for kubeadm upgrade
#3114
Comments
+1 in upgrade apply and upgrade node preflight we run RunRootCheckOnly, which should be changed to maybe a new RunUpgradeCheks func with what is needed. then if RunRootCheckOnly is no longer used anywhere it can be removed. |
I did a quick check for all preflight checks.
|
BTW, should this update be done after bumping https://github.com/kubernetes/system-validators/ or not a problem? |
running the kernel checks on upgrade can be done regardless. also, i think bumping system validators should be done only after is done: |
@pacoxu do you still have plans for this for 1.32? |
I will take a look later after some my ongoing tasks. |
/assign |
Currently, only root check and corefile migration check before upgrading node.
xref kubernetes/kubernetes#102612 (comment)
The text was updated successfully, but these errors were encountered: