Jeff Grafton
20d221f75c
Enable auto-generating sources rules
2017-01-05 14:14:13 -08:00
Mike Danese
161c391f44
autogenerated
2016-12-29 13:04:10 -08:00
Mike Danese
c87de85347
autoupdate BUILD files
2016-12-12 13:30:07 -08:00
Lucas Käldström
f4cb405164
Update the built-in DNS addon of kubeadm to the v1.5 version
2016-12-07 16:24:21 +02:00
Kubernetes Submit Queue
39e64fde8c
Merge pull request #35948 from spacexnice/master
...
Automatic merge from submit-queue
support customize repository prefix of image through environment KUBE…
## Problem
kubeadm does not support customize repository prefix of image. this prevent us from using our own image repository to deploy k8s.
## Fix
make ```gcr.io/google_containers/ ``` be configurable.
ADD environment variable KUBE_REPO_PREFIX
Signed-off-by: yaoyao.xyy <yaoyao.xyy@alibaba-inc.com>
2016-11-30 18:39:25 -08:00
Lucas Käldström
aecb0994fb
Update the default etcd version for kubeadm to 3.0.14-kubeadm
2016-11-21 16:41:56 +02:00
yaoyao.xyy
73244f078c
support customize repository prefix of image through environment KUBE_REPO_PREFIX=gcr.io/google_containers/.
...
Signed-off-by: yaoyao.xyy <yaoyao.xyy@alibaba-inc.com>
2016-11-04 16:17:01 +08:00
Mike Danese
763c4987f2
autogenerated
2016-10-24 14:47:27 -07:00
Kubernetes Submit Queue
a7db9bccb5
Merge pull request #35332 from apprenda/kubeadm-unit-tests-pkg-images
...
Automatic merge from submit-queue
kubeadm: added unit tests for app/images pkg
Added unit tests for kubeadm/app/images package testing functionality of images.go.
This PR is part of the ongoing effort to add tests (#35025 )
/cc @pires @jbeda
2016-10-23 16:21:37 -07:00
Mike Danese
3b6a067afc
autogenerated
2016-10-21 17:32:32 -07:00
Derek McQuay
3765c846a4
kubeadm: added unit tests for app/images pkg
2016-10-21 14:47:46 -07:00
Ilya Dmitrichenko
53e393ad42
Test API more extensivelly before declaring readiness ( close #34411 )
2016-10-11 22:33:39 +01:00
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
Lucas Käldström
37dab80173
Make the Kubernetes control plane version configurable
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
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