mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-15 07:20:46 +00:00
With new flag `--ignore-checks-errors` user is able to decrease severity of each individual check to warning. Old flag `--skip-preflight-checks` now acts as `--ignore-checks-errors=all` and will produce warnings. Fixes: kubernetes/kubeadm#480