Skip to content

Commit 136090b

Browse files
committed
fixup! feat: support setting kubeadm ignorePreflightErrors
Improve docs
1 parent 45a9cc2 commit 136090b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/content/customization/generic/node-registration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ This customization will be available when the
1111

1212
### ignorePreflightErrors
1313

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+
1420
#### Control plane
1521

1622
To configure `ignorePreflightErrors` for the control plane nodes, specify the following configuration:

0 commit comments

Comments
 (0)