-
Notifications
You must be signed in to change notification settings - Fork 15k
Document kubeadm --skip-preflight-checks. #1521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -112,6 +117,12 @@ to change the DNS name suffix. Again, you will need to update the | |||
`/etc/systemd/system/kubelet.service.d/10-kubeadm.conf` file accordingly else DNS will | |||
not function correctly. | |||
|
|||
- `--skip-preflight-checks` | |||
|
|||
By default, 'kubeadm' runs a series of preflight checks to validate the system |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use backticks instead of single quotes around kubeadm. By default, kubeadm
runs ...
(3 instances)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My mistake, updated now.
e31dec2
to
76a0a77
Compare
Needs a rebase yet @dgoodwin |
76a0a77
to
4fd44b1
Compare
Rebased. |
LGTM |
* [es] Sync contribute index file Signed-off-by: Victor Morales <chipahuac@hotmail.com> * Add missing words to the Spanish list Signed-off-by: Victor Morales <chipahuac@hotmail.com> Signed-off-by: Victor Morales <chipahuac@hotmail.com>
cc @kubernetes/sig-cluster-lifecycle
This change is