This repository was archived by the owner on Jul 7, 2020. It is now read-only.
Commit 4702a03
vagrant: 'kubeadm init --skip-preflight-checks' is deprecated
New versions of kubeadm do not have --skip-preflight-checks anymore. It
seems to have been replaced by --ignore-preflight-errors=all.
Before running 'kubeadm init', check if the help text lists the
--skip-preflight-checks option. If it does, then it needs to be used,
otherwise use --ignore-preflight-errors=all by default.
Signed-off-by: Niels de Vos <ndevos@redhat.com>1 parent 9f21d2f commit 4702a03
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
33 | 42 | | |
34 | | - | |
| 43 | + | |
35 | 44 | | |
36 | 45 | | |
37 | 46 | | |
| |||
0 commit comments