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
k8s-merge-robot
e84e226faf
Merge pull request #27155 from Random-Liu/remove-unnecessary-configuration
...
Automatic merge from submit-queue
Remove unnecessary configuration for apiserver host and port.
This is kubernetes side of https://github.com/kubernetes/node-problem-detector/pull/18 .
There is no need to configure apiserver host and port with salt and pillar, the default ENV values
in the container are enough. I've tried this PR in my local cluster, everything works fine.
@mikedanese for the salt change. :)
/cc @dchen1107
[]()
2016-06-13 07:57:51 -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
k8s-merge-robot
8c88cbe74c
Merge pull request #27143 from adityakali/localssd
...
Automatic merge from submit-queue
support for mounting local-ssds on GCI
This change adds support for mounting local ssds on GCI.
It updates the previous container-vm behavior as well to
match that for GCI nodes by mounting the local-ssds under
the same path (/mnt/disks/ssdN).
@vulpecula @roberthbailey @andyzheng0831 @kubernetes/goog-image
2016-06-10 04:05:21 -07:00
Random-Liu
42bd5e2e53
Remove unnecessary configuration for apiserver host and port.
2016-06-09 17:56:57 -07:00
Aditya Kali
4447c54682
support mounting local-ssds on GCI
...
This change adds support for mounting local ssds on GCI.
It updates the previous container-vm behavior as well to
match that for GCI nodes by mounting the local-ssds under
the same path (/mnt/disks/ssdN).
2016-06-09 11:30:36 -07:00
Marcin Wielgus
8b09074d2c
Rename ENABLE_NODE_AUTOSCALER to ENABLE_CLUSTER_AUTOSCALER
2016-06-09 11:30:57 +02:00
Minhan Xia
7b9435898d
Accept ICMP in INPUT/FORWARD chain of filter table
2016-06-08 17:34:11 -07:00
Andy Zheng
66d6b43b67
GCI: add support for kubenet
2016-06-08 13:20:44 -07:00
k8s-merge-robot
d53ddbe6e6
Merge pull request #27016 from andyzheng0831/gci-docker0
...
Automatic merge from submit-queue
GCI: fix the issue #26379
This PR deletes docker0 explicitly to fix the issue. In some cases, coexistence of docker0 and cbr0 make troubles in GCI-based cluster instances.
I verified it in GKE. With the fix, fluentd-gcp pod shows no error. "curl google.com" can work inside a pod. Mark it as P0 to match the issue priority.
@a-robinson @roberthbailey @freehan @kubernetes/goog-image
2016-06-08 09:36:34 -07:00
Marcin Wielgus
edf21902b5
Rename ENABLE_NODE_AUTOSCALER to ENABLE_CLUSTER_AUTOSCALER - part 1
2016-06-08 13:35:38 +02:00
Andy Zheng
64ffe90501
GCI: fix the issue #26379
2016-06-07 19:49:41 -07:00
Vishnu kannan
b22a913079
Enable configuration of hard eviction thresholds in kubelet.
...
This will allow for enabling evictions whenever memory availability is
too low.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-06-06 17:26:10 -07:00
k8s-merge-robot
e0707b137f
Merge pull request #26827 from Random-Liu/re-enable-node-problem-detector
...
Automatic merge from submit-queue
Re-enable node problem detector by default
Re-enable node problem detector started in gce cluster by default.
For now, in the master node, the node problem detector will be started and do nothing (see https://github.com/kubernetes/node-problem-detector/pull/13 ).
But in fact, in my test cluster, the master has no extra cpu to run the node problem detector, so node problem detector is started on all nodes except master, which is what we want but not expected...
@dchen1107
/cc @kubernetes/sig-node
/cc @andyzheng0831 for the gci script change.
[]()
2016-06-04 12:33:58 -07:00
Random-Liu
7dffea0dc0
Re-enable node problem detector by default
2016-06-03 17:47:50 -07:00
Alex Robinson
436b9110af
Don't run fluentd-es on GCI masters
2016-06-03 11:54:01 -04: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
42b299abba
GCI: correct the fix in #26363
2016-06-02 10:45:03 -07:00
Piotr Szczesniak
66fce8fe44
Added logging to file for cluster autoscaler
2016-06-02 13:51:40 +02:00
k8s-merge-robot
9336eb516b
Merge pull request #26575 from mwielgus/gke-token-src
...
Automatic merge from submit-queue
Pass /etc/gce.conf to cluster autoscaler if needed
cc: @vulpecula @piosz @jszczepkowski @fgrzadkowski
2016-06-01 09:42:45 -07:00
k8s-merge-robot
430bb9442a
Merge pull request #26048 from bprashanth/ing_master
...
Automatic merge from submit-queue
Run l7 controller on master
Fixes https://github.com/kubernetes/kubernetes/issues/23663 , needs https://github.com/kubernetes/contrib/pull/680
@roberthbailey @kubernetes/goog-cluster
2016-05-31 13:25:47 -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
3d1b1a77e4
Merge pull request #26440 from mwielgus/remove-debug-touch
...
Automatic merge from submit-queue
Remove debug from GCI cluster autoscaler setup function
cc: @piosz @fgrzadkowski
2016-05-31 02:03:15 -07:00
Prashanth Balasubramanian
c01a0583f7
Trusty deployment
2016-05-30 15:58:03 -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
Marcin
e7c69f67f2
Remove debug from GCI cluster autoscaler setup function
2016-05-27 20:02:40 +02:00
Marcin
5f2695be8e
Support for cluster autoscaler in GCE Trusty and GCI images
2016-05-27 12:02:20 +02:00
Isaac Hollander McCreery
559d8b1800
Make GCI-backed masters mount srv/kubernetes and srv/sshproxy in the same place as other masters
2016-05-25 10:16:57 -07:00
Quintin Lee
3ca4c36ebc
Don't try executing bash variable in assignment.
2016-05-24 11:50:16 -07:00
Wojciech Tyczynski
e515da4545
Fix GCI after #26109 breakage
2016-05-24 14:12:30 +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
6bb0a25f7a
GCI: Add support for GCP webhook authentication and authorization
2016-05-23 00:52:08 -07:00
Andy Zheng
bd293e1522
GCI: support CIDR allocator for NodeController
2016-05-23 00:52:08 -07:00
Andy Zheng
914c1d61e9
GCI: Fix a cluster initialization failure caused by gce.conf
2016-05-23 00:52:08 -07: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
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