Zihong Zheng
dce1c06ad3
Revert "Use a Deployment for kube-dns"
2016-09-10 20:29:00 -07:00
Kubernetes Submit Queue
fdd3cf89a2
Merge pull request #32018 from MrHohn/kubedns-deployment
...
Automatic merge from submit-queue
Use a Deployment for kube-dns
Attempt to fix #31554
Switching kube-dns from using Replication Controller to Deployment.
The outdated kube-dns YAML file in coreos and juju dir is also updated. Most of the specific memory limit in the files remain unchanged because it seems like people were modifying it explicitly(c8d82fc2a9 ). Only the memory limit for healthz is increased due to this pending investigation(#29688 ).
YAML files stay in *-rc.yaml format considering there are a lots of scripts in cluster and hack dirs are using this format. But it may be fine to changed them all.
@bprashanth @girishkalele
2016-09-10 19:16:03 -07:00
Chao Xu
7e92025cfd
stick to 2.2.1 etcd
2016-09-09 16:35:05 -07:00
Daniel Smith
279219ca89
Use etcd 2.3.7 (container already pushed)
2016-09-09 09:45:53 +02:00
Minhan Xia
1e88c99e3e
bump cni
2016-09-06 10:48:36 -07:00
MrHohn
b5c17fa3cd
Use deployment for kube-dns
2016-09-02 16:37:36 -07:00
Kubernetes Submit Queue
b921c675a0
Merge pull request #31518 from bryk/release-v1.4.0-beta1
...
Automatic merge from submit-queue
Increase Dashboard UI version to v1.4.0-beta2
This is our first beta for 1.4. We started synchronizing versions with
the core.
Release tag:
https://github.com/kubernetes/dashboard/releases/tag/v1.4.0-beta2
2016-09-02 09:50:09 -07:00
bryk
b2373b05f9
Increase Dashboard UI version to v1.4.0-beta2
...
This is our first beta for 1.4. We started synchronizing versions with
the core.
Release tag:
https://github.com/kubernetes/dashboard/releases/tag/v1.4.0-beta2
2016-09-02 15:46:47 +02:00
Kubernetes Submit Queue
e6df2db5c3
Merge pull request #31477 from freehan/cnibump
...
Automatic merge from submit-queue
bump cni to 9d5e6e6
fixes : #31348
2016-08-28 14:46:20 -07:00
Minhan Xia
69e540e634
bump cni to 9d5e6e6
2016-08-26 13:13:24 -07:00
MrHohn
f1ff86f189
Build and push kube-dns for 1.4 release
2016-08-24 21:21:52 -07:00
Timothy St. Clair
730fc70107
Update etcd default ports for v3, and validate tests
2016-08-17 07:49:19 -05:00
Timothy St. Clair
a0d177ca71
Update core etcd references to use 3.0.4
2016-08-12 13:39:07 -05:00
Kubernetes Submit Queue
9dc3858e1f
Merge pull request #30273 from bryk/release-v1.1.1
...
Automatic merge from submit-queue
Update Dashboard UI to version v1.1.1
Release tag: https://github.com/kubernetes/dashboard/releases/tag/v1.1.1
Release issue: https://github.com/kubernetes/dashboard/issues/1078
2016-08-09 19:38:54 -07:00
Timothy St. Clair
456c43c22d
Update to shift etcd 2.2 references to use 3.0.3
2016-08-09 08:51:15 -05:00
bryk
0eb1affb85
Increase Dashboard UI version to v1.1.1
...
Release tag: https://github.com/kubernetes/dashboard/releases/tag/v1.1.1
Release issue: https://github.com/kubernetes/dashboard/issues/1078
2016-08-09 14:56:32 +02:00
Jerzy Szczepkowski
c8d920ea6c
Reverted conversion of influx-db to PetSet.
...
Reverted conversion of influx-db to PetSet.
2016-08-04 17:08:46 +02:00
Hongchao Deng
74e6626967
Update etcd deprecated flag
...
- "-addr" => "--advertise-client-urls"
- "-bind-addr" => "--listen-client-urls"
2016-07-22 11:01:11 -07:00
Maisem Ali
97f3f80833
Splitting OS_DISTRIBUTION into NODE_OS_DISTRIBUTION and
...
MASTER_OS_DISTRIBUTION.
2016-07-15 12:02:31 -07:00
Minhan Xia
0bd411878a
bump cni version
2016-07-11 14:33:01 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
k8s-merge-robot
d4e6064b70
Merge pull request #28109 from jszczepkowski/influx-ps
...
Automatic merge from submit-queue
Influxdb migrated to PetSet and PersistentVolumes.
```release-note
Influxdb migrated to PetSet and PersistentVolumes.
```
[]()
Influxdb migrated to PetSet and PersistentVolumes.
2016-06-29 05:02:15 -07:00
Jerzy Szczepkowski
d00cdf75e8
Influxdb migrated to PetSet and PersistentVolumes.
...
Influxdb migrated to PetSet and PersistentVolumes.
2016-06-27 15:39:09 +02:00
Fabio Yeon
c8d82fc2a9
Increase kube-dns requirements on CoreOS.
2016-06-24 16:13:13 -07:00
nikhiljindal
7be429307b
Updating the Makefile and YAML files to use the updated image
2016-06-23 17:50:13 -07:00
bryk
aba33495dd
Set Dashboard UI version to v1.1.0
...
This is our final release for this quarter.
Release info, changelog will go there:
https://github.com/kubernetes/dashboard/releases/tag/v1.1.0
2016-06-22 15:15:41 +02:00
Jerzy Szczepkowski
d545adce72
Bumped heapster version for coreos.
...
Bumped heapster version for coreos.
2016-06-21 13:13:39 +02:00
Yifan Gu
fc31c8d6f0
cluster/gce: Preload rkt stage1 images and set the default --rkt-stage1-image.
2016-06-20 10:39:46 -07:00
Yifan Gu
4e9298cd99
rkt: Map kubelet's --stage1-image flag to rkt's --stage1-name flag.
...
This enables rkt to use cached stage1 image instead of unpacking the
stage1 image every time for every pod.
After this change, users need to preload the stage1 images in order to
enable rkt to find the stage1 image with the name specified by this flag.
2016-06-20 10:39:46 -07:00
Yifan Gu
d96c7edc34
cluster/saltbase: Enable rkt to load master components images.
2016-06-16 15:18:52 -07:00
Yifan Gu
16d69f9f37
cluster/gce/coreos: Update addon manifests, add node-problem-detector.
...
Also bumped CNI version.
2016-06-16 15:18:52 -07:00
Yifan Gu
f3c5d4e62b
cluster/gce/coreos: Update the cloud config and scripts to enable rkt runtime.
2016-06-16 15:18:52 -07:00
bryk
7ca8a99581
Set Dashboard UI version to v1.1.0-beta2
...
Release info: https://github.com/kubernetes/dashboard/releases/tag/v1.1.0-beta3
2016-06-10 15:33:48 +02:00
Euan Kemp
d2761de36b
cluster/gce/coreos: Update heapster apiVersion
...
This fixes an inadvertant search-replace error in #26617 .
The error was missed then because the search-replace issue wasn't
present in the standalone controllers, but was in all the others.
2016-06-08 16:55:18 -07:00
bryk
f734d8b786
Set Dashboard UI version to v1.1.0-beta1
...
This is our second beta. Next will come weekly till we reach final v1.1 version.
https://github.com/kubernetes/dashboard/releases/tag/v1.1.0-beta2
2016-06-03 15:34:42 +02:00
Shaya Potter
049c51e7e7
removed --metric_resolution=60s per piosz
2016-06-01 12:00:35 -07:00
Shaya Potter
4118bb1cf9
update heapster to beta2 - change to rest of k8s wasn't applied here
2016-06-01 00:51:52 -07:00
k8s-merge-robot
1e44212890
Merge pull request #26156 from gmarek/base64
...
Automatic merge from submit-queue
Change base64 -d flag to --decode flag to make it BSD compatible
cc @roberthbailey
Fixes #25998
2016-05-29 09:45:49 -07:00
gmarek
cafbdba7d9
Change base64 -d flag to --decode flag to make it BSD compatible
2016-05-24 13:24:55 +02:00
bryk
dfe46f3aa0
Set Dashboard UI version to v1.1.0-beta1
...
This is first of our betas. From now on, we'll be doing weekly releases
of new betas till we reach final v1.1 version.
https://github.com/kubernetes/dashboard/releases/tag/v1.1.0-beta1
2016-05-23 09:27:02 +02:00
k8s-merge-robot
5c08302954
Merge pull request #26006 from euank/service-cluster-ip-range
...
Automatic merge from submit-queue
cluster/gce/coreos: Set service-cluster-ip-range
Broken by #19242
See also #26002
This is necessary to kube-up for me, but depending on how #26002 plays out, this PR might not be necessary. Happy to close this or merge or whatever depending on what's best.
cc @yifan-gu @sjpotter @mikedanese
2016-05-21 12:43:48 -07:00
Euan Kemp
6fa5a13f53
cluster/gce/coreos: Set service-cluster-ip-range
2016-05-20 17:10:17 -07:00
Yifan Gu
0a63b960ee
cluster/gce/coreos: Add kubernetes-install-cni.service.
...
This downloads the CNI binaries and puts them into /opt/cni/bin dir.
2016-05-17 14:27:57 -07:00
Yifan Gu
faa8b105f9
cluster/gce/coreos: Use kube-addon manager pod to update addons.
2016-05-17 14:27:57 -07:00
Yifan Gu
6b358d5c4d
cluster/gce/coreos: Update addon manifests.
2016-05-17 14:27:57 -07:00
gmarek
64618c3311
Make bigger master root disks in GCE for large clusters
2016-05-16 15:57:56 +02:00
Yu-Ju Hong
e97eb4dc6a
Remove host port in influxdb-grafana-controller.yaml
...
There is no valid reason to keep the host ports in the pod spec.
2016-04-18 16:29:58 -07:00
Jeff Lowdermilk
e17213a2a8
Merge pull request #23491 from onorua/master
...
set KillMode for kubelet to process, fix for #13511
2016-04-08 16:39:32 -07:00
k8s-merge-robot
6173c43c80
Merge pull request #23724 from maciaszczykm/dashboard-release-v1.0.1
...
Automatic merge from submit-queue
Update Dashboard UI addon to v1.0.1
Release details:
https://github.com/kubernetes/dashboard/releases/tag/v1.0.1
CC @bryk
2016-04-04 14:30:20 -07:00
Marcin Maciaszczyk
7250028484
Update Dashboard UI addon to v1.0.1
...
Release details:
https://github.com/kubernetes/dashboard/releases/tag/v1.0.1
2016-04-04 09:13:31 +02:00