kubernetes/cmd/kubeadm/app
Devan Goodwin bfe345dd86 Implement kubeadm bootstrap token management.
Adds kubeadm subcommands to create, list, and delete bootstrap tokens.
Tokens can be created with a TTL duration, or 0 for tokens that will not
expire. The create command can also be used to specify your own token
(for use when bootstrapping masters and nodes in parallel), or update an
existing token's secret or ttl.

Marked "ex" for experimental for now as the boostrap controllers are not
yet hooked up in core.
2016-12-20 11:43:55 -04:00
..
apis/kubeadm Merge pull request #38677 from bruceauyeung/k8s-branch-fix-typos-and-comments 2016-12-17 12:16:47 -08:00
cmd Implement kubeadm bootstrap token management. 2016-12-20 11:43:55 -04:00
discovery kubeadm: refactor discovery behind an interface 2016-12-15 13:54:49 -08:00
images autoupdate BUILD files 2016-12-12 13:30:07 -08:00
master Implement kubeadm bootstrap token management. 2016-12-20 11:43:55 -04:00
node Merge pull request #38677 from bruceauyeung/k8s-branch-fix-typos-and-comments 2016-12-17 12:16:47 -08:00
preflight kubeadm: refactor discovery behind an interface 2016-12-15 13:54:49 -08:00
util Implement kubeadm bootstrap token management. 2016-12-20 11:43:55 -04:00
BUILD autoupdate BUILD files 2016-12-12 13:30:07 -08: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