kubernetes/cmd/kubeadm/app
Kubernetes Submit Queue 756539f4fc Merge pull request #43684 from xilabao/patch-10
Automatic merge from submit-queue

fix typo in kubeadm join -h

```
Flags:
      --config string                Path to kubeadm config file
      --discovery-file string        A file or url from which to load cluster information
      --discovery-token string       A token used to validate cluster information fetched from the master
      --skip-preflight-checks        skip preflight checks normally run before modifying the system
      --tls-bootstrap-token string   A token used for TLS bootstrapping
      --token string                 Use this token for both discovery-token and tls-bootstrap-token
```
2017-04-01 07:02:42 -07:00
..
apis/kubeadm kubeadm: Default to v1.6.0 stable in offline scenarios in beforehand 2017-03-15 21:01:03 +02:00
cmd Merge pull request #43684 from xilabao/patch-10 2017-04-01 07:02:42 -07:00
constants kubeadm: Default to v1.6.0 stable in offline scenarios in beforehand 2017-03-15 21:01:03 +02:00
discovery Hook up kubeadm against the BootstrapSigner/BootstrapTokenAuthenticator 2017-03-04 11:17:52 +02:00
images Release 3.0.17 etcd image 2017-02-27 16:23:44 +01:00
master move end to end validation to a dedicated phase 2017-03-30 18:06:09 -07:00
node Hook up kubeadm against the BootstrapSigner/BootstrapTokenAuthenticator 2017-03-04 11:17:52 +02:00
phases move end to end validation to a dedicated phase 2017-03-30 18:06:09 -07:00
preflight kubeadm: remove utilerros pkg in favor of []error 2017-03-12 16:34:27 -07:00
util Hook up kubeadm against the BootstrapSigner/BootstrapTokenAuthenticator 2017-03-04 11:17:52 +02:00
BUILD move end to end validation to a dedicated phase 2017-03-30 18:06:09 -07:00
kubeadm.go Refactor the whole binary, a lot of changes in one commit I know, but I just hacked on this and modified everything I thought was messy or could be done better. 2016-12-09 12:48:12 +02:00