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
* The kubeadm project supports LTS kernels. See [List of LTS kernels](https://www.kernel.org/category/releases.html).
49
+
* You can get the kernel version using the command `uname -r`
50
+
51
+
For more information, see [Linux Kernel Requirements](/docs/reference/node/kernel-version-requirements/).
52
+
53
+
{{% /tab %}}
54
+
55
+
{{% tab name="Windows" %}}
56
+
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).
58
+
* You can get the kernel version (also called the OS version) using the command `systeminfo`
59
+
60
+
For more information, see [Windows OS version compatibility](/docs/concepts/windows/intro/#windows-os-version-support).
61
+
62
+
{{% /tab %}}
63
+
{{< /tabs >}}
64
+
65
+
A Kubernetes cluster created by kubeadm depends on software that use kernel features.
0 commit comments