kubernetes/cmd/kubeadm/app/cmd
Kubernetes Submit Queue a944748ccb Merge pull request #34341 from apprenda/kubeadm-require-root
Automatic merge from submit-queue

kubeadm implement preflight checks

Checks that user running kubeamd init and join is root and will only execute
command if user is root. Moved away from using kubectl error handling to
having kubeadm handle its own errors. This should allow kubeadm to have
more meaningful errors, exit codes, and logging for specific kubeadm use
cases.

fixes #33908
2016-10-13 15:02:53 -07:00
..
cmd.go update various commands to adapt the new Factory interface 2016-10-13 21:01:14 +08:00
init.go Merge pull request #34341 from apprenda/kubeadm-require-root 2016-10-13 15:02:53 -07:00
join.go kubeadm implement preflight checks 2016-10-13 10:09:36 -03:00
version.go Various improvements plus added a version command 2016-09-25 22:38:39 +03:00