安装 Kubernetes 时,检查内核是否支持当前 Kubernetes 版本:k8s 1.32
- Kubernetes 安装要求
-
1.32.x
- 不支持内核
3.x
版本 - 支持内核
4.x
版本,推荐使用4.19
LTS
版本 - 支持内核
5.x
版本 - 支持内核
6.x
版本 - 对于
cgroups
v2
支持,内核最低版本为4.15
,建议版本为5.8+
- 不支持内核
-
error execution phase preflight: [preflight] Some fatal errors occurred:
[ERROR SystemVerification]: kernel release 4.18.0-553.el8_10.x86_64 is unsupported. Recommended LTS version from the 4.x series is 4.19. Any 5.x or 6.x versions are also supported. For cgroups v2 support, the minimal version is 4.15 and the recommended version is 5.8+
[preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`
To see the stack trace of this error execute with --v=5 or higher
由 徐晓伟 编辑于