You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update kernel4.19 and updategrub is a dangerous operation, can we add a confirmation option to this step。I've had two boot failures because of this,and I prefer to do this manually
The text was updated successfully, but these errors were encountered:
The default kernel of some earlier versions of CentOS 7 lacks modules such as br_netfilter required by the kubernetes network, and the kernel needs to be optimized. Therefore, kube-install will upgrade and optimize the kernel of the CentOS 7 operating system by default. At some point, you may encounter the problem that the host cannot start.
In addition, the default kernel of CentOS 8, RHEL 8, SUSE Linux 15, Ubuntu 20, etc. does not have this problem, so the kernel will not be automatically upgraded, and it can be successfully installed and used!
We will add the skip upgrade kernel function in v0.7.3 and above. You can choose whether to skip the operating system kernel upgrade, and then you can optimize the centos7 kernel problem yourself.
update kernel4.19 and updategrub is a dangerous operation, can we add a confirmation option to this step。I've had two boot failures because of this,and I prefer to do this manually
The text was updated successfully, but these errors were encountered: