Minhan Xia
879a2dcdbd
bump master cidr range from /30 to /29
2016-09-16 13:41:58 -07:00
Kubernetes Submit Queue
6e75fa9745
Merge pull request #31103 from mwielgus/scheduling-alg-provider-flag
...
Automatic merge from submit-queue
Scheduling algorithm provider flag in kube-up.sh
Follow up of:
#30274 #30992
cc: @piosz @wojtek-t @davidopp
2016-08-23 01:44:54 -07:00
Quintin Lee
182a4fd0ac
Scripts to configure image verification admission controller for gce.
2016-08-22 16:54:03 -07:00
Marcin Wielgus
11fabd7176
Scheduling algorithm provider flag in kube-up.sh
2016-08-22 17:49:00 +02:00
Kubernetes Submit Queue
9030a3234f
Merge pull request #30859 from wojtek-t/allow_custom_etcd_in_e2e
...
Automatic merge from submit-queue
Add possibility to run non-default etcd image in tests
Ref #20504
@lavalamp @hongchaodeng @timothysc - FYI
2016-08-20 09:32:35 -07:00
Kubernetes Submit Queue
a24df66dc8
Merge pull request #30870 from piosz/rescheduler-setup
...
Automatic merge from submit-queue
Salt configuration for Rescheduler
ref #29023
2016-08-19 02:54:24 -07:00
Piotr Szczesniak
1f3fdab063
Salt configuration for Rescheduler
2016-08-18 12:24:09 +02:00
Wojciech Tyczynski
315d9f3689
Allow non-default etcd
2016-08-18 11:56:01 +02:00
Wojciech Tyczynski
b42023eb03
Support for etcd migration
2016-08-18 08:31:33 +02:00
Timothy St. Clair
730fc70107
Update etcd default ports for v3, and validate tests
2016-08-17 07:49:19 -05:00
Wojciech Tyczynski
679afea360
etcd3 support
2016-08-10 13:33:35 +02:00
Wojciech Tyczynski
38c28177d6
Propagate cluster size through salt
2016-08-09 09:41:48 +02:00
Zach Loafman
963a05ec72
AWS/GCE: Rework use of master name
...
* Add a pillar for hostname (because even if there's a good Salt
function for it, I don't trust it to return the short hostname)
* Move INITIAL_ETCD_CLUSTER to just the GCE turn-up
* Remove the master_name, which isn't needed as a pillar
2016-08-04 08:46:36 -07:00
Jerzy Szczepkowski
657b30ccf6
Modified etcd manifest to support clustering.
...
Modified etcd manifest to support clustering.
2016-07-30 16:01:04 +02:00
Daniel Smith
fb3f02fb68
Revert "Modified etcd manifest to support clustering."
2016-07-27 12:03:21 -07:00
CJ Cullen
6d2c411757
Fix potential unbound KUBE_USER variable in gci/trusty.
2016-07-27 10:50:44 -07:00
Jerzy Szczepkowski
827ee794d6
Modified etcd manifest to support clustering.
...
Modified etcd manifest to support clustering.
2016-07-26 23:24:14 +02:00
CJ Cullen
e559e305dd
append an abac rule for $KUBE_USER.
2016-07-21 09:40:39 -07:00
Zach Loafman
4c667c38c9
GCE bring-up: Differentiate NODE_TAGS from NODE_INSTANCE_PREFIX
...
Kubernetes-side fix to #29074 (GKE-side fix necessary as well)
2016-07-18 14:20:45 -07:00
Maisem Ali
97f3f80833
Splitting OS_DISTRIBUTION into NODE_OS_DISTRIBUTION and
...
MASTER_OS_DISTRIBUTION.
2016-07-15 12:02:31 -07:00
David McMahon
ef0c9f0c5b
Remove "All rights reserved" from all the headers.
2016-06-29 17:47:36 -07:00
Madhusudan.C.S
816c4d9e2b
Substitute federation_domain_map parameter with its value in node bootstrap scripts.
...
This also removes the substitution code we added to the build
scripts in one of the previous commits.
2016-06-27 14:54:49 -07:00
Fabio Yeon
86928dbea0
Increase pod CPU/memory for fluentd, dns and kube-proxy.
2016-06-24 11:03:08 -07:00
Zach Loafman
dd4dae4a57
GCE provider: Limit Filter calls to regexps rather than insane blobs
...
Filters can't exceed 4k, and GET requests against the GCE API are also
limited, so these break down in different ways at different cluster
counts. Fix it by introducing an advisory node-instance-prefix
configuration in the GCE provider that can hint the
EnsureLoadBalancer/UpdateLoadBalancer code (and the firewall
creation/update code). If it's not there, or wrong (a hostname that's
registered violates it), just ignore it and grab the whole project.
2016-06-21 08:34:48 -07:00
gmarek
8617f70add
Adjust heapster cpu request/limit
2016-06-15 13:34:58 +02:00
k8s-merge-robot
1aece22176
Merge pull request #27187 from gmarek/heapster-nanny
...
Automatic merge from submit-queue
Adjust memory limit for heapster's pod nanny
cc @piosz @wojtek-t @zmerlynn
2016-06-14 04:56:46 -07:00
Andy Zheng
1c490c24e4
gci: fix multizone setting in issue #27150
2016-06-13 16:33:12 -07:00
gmarek
0986efc089
Increase memory limit for heapster's pod nanny
2016-06-13 12:58:34 +02:00
Piotr Szczesniak
89752258ef
Use exponential estimator for Heapster addon resizer
2016-06-10 15:39:01 +02:00
k8s-merge-robot
447ce334ad
Merge pull request #27117 from mwielgus/rename-2
...
Automatic merge from submit-queue
Rename ENABLE_NODE_AUTOSCALER to ENABLE_CLUSTER_AUTOSCALER - part 2
Follow up of https://github.com/kubernetes/kubernetes/pull/26993
cc: @fgrzadkowski @piosz @jszczepkowski
```release-note
Rename environment variables (KUBE_)ENABLE_NODE_AUTOSCALER to (KUBE_)ENABLE_CLUSTER_AUTOSCALER.
```
Fixes https://github.com/kubernetes/kubernetes/issues/26343
2016-06-10 04:48:06 -07:00
Andy Zheng
5b1ceb5ff0
Trusty: fix the 'ping' issue and fluentd-gcp issue #26379
2016-06-09 12:46:40 -07:00
Marcin Wielgus
8b09074d2c
Rename ENABLE_NODE_AUTOSCALER to ENABLE_CLUSTER_AUTOSCALER
2016-06-09 11:30:57 +02:00
Marcin Wielgus
edf21902b5
Rename ENABLE_NODE_AUTOSCALER to ENABLE_CLUSTER_AUTOSCALER - part 1
2016-06-08 13:35:38 +02:00
k8s-merge-robot
8d57a44192
Merge pull request #26745 from andyzheng0831/docker-reg
...
Automatic merge from submit-queue
GCI/Trusty: support the Docker registry mirror
@roberthbailey @zmerlynn please review it.
cc/ @fabioy @dchen1107 @kubernetes/goog-image FYI.
cc/ @ojarjur it is very straightforward to add support for GCI, which is pretty much like the change to ContainerVM's configure-vm.sh in your original PR #25841 .
2016-06-03 07:31:10 -07:00
Andy Zheng
530bd5fea6
GCI/Trusty: support the Docker registry mirror added by #25841
2016-06-02 14:57:27 -07:00
Andy Zheng
f087a3f677
Trusty: fix 'find' commands and add k8s license and motd info
2016-06-02 14:35:44 -07:00
Piotr Szczesniak
66fce8fe44
Added logging to file for cluster autoscaler
2016-06-02 13:51:40 +02:00
Andy Zheng
9a413b3bea
Trusty: fix breakage by #26413 and #26109
2016-06-01 09:57:50 -07:00
Marcin Wielgus
1ea5718199
Pass /etc/gce.conf to cluster autoscaler if needed
2016-05-31 19:52:30 +02: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
Marcin
5f2695be8e
Support for cluster autoscaler in GCE Trusty and GCI images
2016-05-27 12:02:20 +02:00
gmarek
cafbdba7d9
Change base64 -d flag to --decode flag to make it BSD compatible
2016-05-24 13:24:55 +02:00
Andy Zheng
f31c4f6d69
Revert "Revert "Add support for running GCI on the GCE cloud provider""
...
This reverts commit 40f53b1765
.
2016-05-23 00:52:08 -07:00
k8s-merge-robot
1eb221e96f
Merge pull request #25561 from andyzheng0831/webhook
...
Automatic merge from submit-queue
Configuration for GCP webhook authentication and authorization
This PR adds configuration for GCP webhook authentication and authorization in ContainerVM and GCI. The change of configure-vm.sh and kube-apiserver.manifest is directly copied from @cjcullen's PR #25380 and #25296 . The change in GCI script configure-helper.sh includes the support for webhook authentication and authorization, and also some code refactor to improve readability.
@cjcullen @roberthbailey @zmerlynn please review it. The original PRs are P1, please mark this as P1.
cc/ @fabioy @kubernetes/goog-image FYI.
I verified it by running e2e tests on GCI cluster. Without the GCI side change, cluster creation fails as being capture by GKE Jenkins tests. I don't test when the two env GCP_AUTHN_URL and GCP_AUTHZ_URL are set, because they are only set in GKE. After this PR is merged, @cjcullen will test in GKE.
2016-05-21 22:30:14 -07:00
Andy Zheng
728be2892a
GCI: fix a breakage in controller-manager
2016-05-20 11:54:04 -07:00
mqliang
17d5a302bb
make podcidr mask size configurable
2016-05-20 20:44:40 +08:00
mqliang
cf7a3475f3
Don't allow node controller to allocate into service CIDR range
2016-05-20 20:44:40 +08:00
Daniel Smith
40f53b1765
Revert "Add support for running GCI on the GCE cloud provider"
2016-05-18 21:31:28 -07:00
Andy Zheng
a737e1eba1
Add support for running GCI on the GCE cloud provider
2016-05-18 15:15:05 -07:00
Daniel Smith
01cf9869fc
Merge pull request #25504 from andyzheng0831/binary
...
GCI: Ensure that the right version of kubelet is used
2016-05-18 15:04:32 -07:00