Files
kubernetes/cmd
Lubomir I. Ivanov 6cfd772401 kubeadm: fix misleading warning for authz modes
kubeadm init prints:
  W0410 23:02:10.119723   13040 manifests.go:225] the default kube-apiserver
  authorization-mode is "Node,RBAC"; using "Node,RBAC"

Add a new function compareAuthzModes() and a unit test for it.
Make sure the warning is printed only if the user modes don't match
the defaults.
2020-04-10 23:45:40 +03:00
..
2019-04-12 08:31:29 -04:00
2020-01-07 11:39:58 +08:00
2019-11-06 09:11:35 -05:00