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
Copy file name to clipboardExpand all lines: content/en/docs/setup/production-environment/tools/kubeadm/install-kubeadm.md
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -48,27 +48,30 @@ that provides the expected symbols.
48
48
* The kubeadm project supports LTS kernels. See [List of LTS kernels](https://www.kernel.org/category/releases.html).
49
49
* You can get the kernel version using the command `uname -r`
50
50
51
+
For more information, see [Linux Kernel Requirements](/docs/reference/node/kernel-version-requirements/).
52
+
51
53
{{% /tab %}}
52
54
53
55
{{% tab name="Windows" %}}
54
56
55
57
* The kubeadm project supports recent kernel versions. For a list of recent kernels, see [Windows Server Release Information](https://learn.microsoft.com/en-us/windows/release-health/windows-server-release-info).
56
58
* You can get the kernel version (also called the OS version) using the command `systeminfo`
57
59
58
-
For more information, see See [Adding Windows Nodes](/docs/tasks/administer-cluster/kubeadm/adding-windows-nodes/#before-you-begin).
60
+
For more information, see [Windows OS version compatibility](/docs/concepts/windows/intro/#windows-os-version-support).
59
61
60
62
{{% /tab %}}
61
63
{{< /tabs >}}
62
64
63
65
A Kubernetes cluster created by kubeadm depends on software that use kernel features.
64
-
This software includes, but is not limited to, the
65
-
{{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}, the kubelet,
66
-
and a network (CNI) plugin.
67
-
The software depends on specific kernel features, but does not typically publish a list of these features. Often, the software requires a range of kernel versions.
68
-
To make sure this software runs successfully, kubeadm also requires a range of kernel versions.
69
-
70
-
To help you avoid unexpected errors as a result of an unsupported kernel version, kubeadm runs the `SystemVerification` pre-flight check.
71
-
This check fails if the kernel version is not supported. You may choose to skip the check, if you know that your kernel provides the required features, even though kubeadm does not support its version.
0 commit comments