Serguei Bezverkhi
1f20a8d022
Adding etcd upgrade to kubeadm upgrade apply
...
List of changes:
- Refactoring staticpod and waiter functions
2017-11-18 18:47:50 -05:00
Serguei Bezverkhi
42bd500134
kubeadm golint clean up
...
Closes #375
2017-09-23 08:07:55 -04:00
Lucas Käldström
9a6ef9677a
kubeadm: Centralize commonly used paths/constants to the constants pkg
2017-08-08 15:07:21 +03:00
Alexander Kanevskiy
ef048142a5
Cleanup usage of cmd/kubeadm/app/images in addons
...
Maintain kube-proxy DaemonSet definition in one place
2017-07-18 11:24:15 +03:00
Alexander Kanevskiy
5a4d560e5f
Make sure that image tags contain only allowed characters.
...
Version strings can contain symbols that are not allowed
as part of image tags. Replace those with underscores.
2017-07-17 23:52:17 +03:00
Lucas Käldström
fb2e6575aa
kubeadm: Start to remove old envparams
2017-07-12 23:15:28 +03:00
Wojciech Tyczynski
74266e0dc0
Release 3.0.17 etcd image
2017-02-27 16:23:44 +01:00
Lucas Käldström
6d7d1317cb
Move the apiCallRetryInterval constants to a common place and a little bit cleanup
2017-02-02 00:05:14 +02:00
Paulo Pires
262eeea0d3
kubeadm: upgrade kube-dns to 1.11.0.
...
Fixes kubernetes/kubeadm#121
2017-01-17 09:13:04 +00:00
Paulo Pires
070f7d9d2d
kubeadm: updated DNS deployment.
2017-01-09 15:43:30 +00: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
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