Mike Danese
b3dae78c62
kubeadm: turn api into a real apigroup
2016-10-07 11:14:53 -07:00
Mike Danese
56ea178e7c
kubeadm: refactor config
...
1) break object into substructures
2) seperate a config object for master and node
2016-10-03 14:44:18 -07:00
Evgeny L
8f586d916e
Kubeadm: fix SELinux rules for kubernetes discovery service
2016-09-27 13:24:29 +00:00
Ilya Dmitrichenko
a023085a5f
Address comments in review
2016-09-24 17:28:34 +01:00
Atanas Mirchev
5862ea6f38
Fix boostrap token encoding bug during master init
...
Currently the boostrap fails when a token is provided by the user
on `master init` and works when the token is generated. This is
because of a mismatch of how the token string in the kube-discovery
secret is encoded.
2016-09-24 14:46:42 +01:00
Ilya Dmitrichenko
0f05ccb019
Cleanup some low-hanging fruits and review TODOs
2016-09-24 14:46:40 +01:00
Luke Marsden
38b53e31f3
Before declaring success, require that the discovery deployment has at least one active pod.
2016-09-24 14:46:39 +01:00
Paulo Pires
26aa32d32b
Reviewed help text, fix typos, go {fmt,vet,lint}.
2016-09-24 14:46:38 +01:00
Ilya Dmitrichenko
a42ad6a913
Move pkg/kubadm to cmd/kubeadm/app, remove cmd/manual.go
2016-09-24 14:46:38 +01:00