Files
kubernetes/cmd/kubeadm
Matt Moyer ae35377ef5 kubeadm: fix broken kubeadm init --config flag.
This code was changed in ea196490a0 to validate that `--config` wasn't passed along with other flags. Unfortunately, the implementation was checking `PersistentFlags()`, which was not parsed at the point it was being validated. The result was that `--config` was _always_ rejected, not just when it was specified alongside other flags.

The fix is to use `Flags()` instead, which contains the expected data.
2017-07-13 16:41:32 -07:00
..
2017-07-06 13:58:14 +02:00
2017-06-08 14:59:55 -07:00
2017-06-13 09:07:39 -05:00