We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45a9cc2 commit 136090bCopy full SHA for 136090b
docs/content/customization/generic/node-registration.md
@@ -11,6 +11,12 @@ This customization will be available when the
11
12
### ignorePreflightErrors
13
14
+Kubeadm runs preflight checks to ensure the machine is compatible with Kubernetes and its dependencies.
15
+The `SystemVerification` check is known to result in false positives.
16
+For example, it fails when the Linux Kernel version is not supported by kubeadm,
17
+even if the kernel has all the required features.
18
+For this reason, we skip the check by default.
19
+
20
#### Control plane
21
22
To configure `ignorePreflightErrors` for the control plane nodes, specify the following configuration:
0 commit comments