Piotr Szczesniak
66fce8fe44
Added logging to file for cluster autoscaler
2016-06-02 13:51:40 +02:00
k8s-merge-robot
431040afd8
Merge pull request #26650 from a-robinson/es-image
...
Automatic merge from submit-queue
Rebuild elasticsearch image to include changes since 1.2
Fixes #25360 . I've pushed the image to GCR.
@jimmidyson @keontang @vishh
2016-06-02 01:59:40 -07:00
k8s-merge-robot
878d2b2f18
Merge pull request #26625 from sttts/sttts-fix-kube-dns-sed-transform
...
Automatic merge from submit-queue
Fix sed transformation for new kube-dns yaml
<!--
Checklist for submitting a Pull Request
Please remove this comment block before submitting.
1. Please read our [contributor guidelines](https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md ).
2. See our [developer guide](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md ).
3. If you want this PR to automatically close an issue when it is merged,
add `fixes #<issue number>` or `fixes #<issue number>, fixes #<issue number>`
to close multiple issues (see: https://github.com/blog/1506-closing-issues-via-pull-requests ).
4. Follow the instructions for [labeling and writing a release note for this PR](https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes ) in the block below.
-->
```release-note
* Use the release-note-* labels to set the release note state
* Clear this block to use the PR title as the release note
-OR-
* Enter your extended release note here
```
[]()
2016-06-02 01:12:53 -07:00
k8s-merge-robot
0274e72d39
Merge pull request #26316 from wonderfly/defaults
...
Automatic merge from submit-queue
Move the defaults setting of GCI to util.sh
fixes #26291
This change recovers some of the side effects of
https://github.com/kubernetes/kubernetes/pull/26197 , i.e., keeps the defaults of
`NODE_IMAGE` and `NODE_IMAGE_PROJECT` to `MASTER_IMAGE` and
`MASTER_IMAGE_PROJECT`, for backward compatibility. Although it keeps
`OS_DISTRIBUTION` defaulting to `gci`, the default settings of these vars are
moved to `cluster/gce/util.sh` and conditioned on `OS_DISTRIBUTION==gci`.
@euank @roberthbailey Can you review?
2016-06-02 00:22:04 -07:00
k8s-merge-robot
63e589957e
Merge pull request #26664 from zmerlynn/parallel-firewall
...
Automatic merge from submit-queue
GKE provider: Tear down firewall rules last
[]() It turns out, it's faster to do it in this order for large clusters.
Along the way: Do it in parallel
2016-06-01 18:51:07 -07:00
k8s-merge-robot
365386e23b
Merge pull request #26617 from sjpotter/heapster
...
Automatic merge from submit-queue
cluster/coreos: Update heapster addon to beta2
fixes #26616
As noted there, heapster was updated but not for gce/coreos which breaks anything that depends on heapster's new metrics API (i.e. autoscaling)
2016-06-01 18:50:56 -07:00
Zach Loafman
9e23fa0e9b
GKE provider: Tear down firewall rules last
...
It turns out, it's faster to do it in this order for large clusters.
Along the way: Do it in parallel
2016-06-01 15:37:20 -07:00
Daniel Wang
a8701baf17
Move the defaults setting of GCI to util.sh
...
This change recovers some of the side effects of
https://github.com/kubernetes/kubernetes/pull/26197 , i.e., keeps the defaults of
`NODE_IMAGE` and `NODE_IMAGE_PROJECT` to `MASTER_IMAGE` and
`MASTER_IMAGE_PROJECT`, for backward compatibility. Although it keeps
`OS_DISTRIBUTION` defaulting to `gci`, the default settings of these vars are
moved to `cluster/gce/util.sh` and conditioned on `OS_DISTRIBUTION==gci`.
2016-06-01 15:37:02 -07:00
Alex Robinson
8579509293
Rebuild elasticsearch image to include changes since 1.2
2016-06-01 20:48:20 +00:00
Shaya Potter
049c51e7e7
removed --metric_resolution=60s per piosz
2016-06-01 12:00:35 -07:00
Andy Zheng
9a413b3bea
Trusty: fix breakage by #26413 and #26109
2016-06-01 09:57:50 -07: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
cb91816fc3
Merge pull request #26612 from andyzheng0831/gci-fix
...
Automatic merge from submit-queue
GCI: cherry-pick the fix in PR #25670
This PR simply copies the fix in #25670 into the GCI support.
cc/ @kubernetes/goog-image @dchen1107 @roberthbailey
2016-06-01 06:55:57 -07:00
k8s-merge-robot
0c0478e3f5
Merge pull request #26593 from bprashanth/glbc_logs
...
Automatic merge from submit-queue
Collect l7 controller e2e logs
https://github.com/kubernetes/kubernetes/pull/26048#issuecomment-222758050
I meant to check e2e output and see if the logs were being collected, but it merged before i could.
2016-06-01 06:55:54 -07:00
Marcin Wielgus
fcea41e495
Merge pull request #26577 from mwielgus/ca-0.1.1
...
Bump cluster autoscaler to 0.1.1
2016-06-01 15:41:36 +02:00
Dr. Stefan Schimanski
391ff02e4c
Fix sed transformation for new kube-dns yaml
2016-06-01 13:23:16 +02: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
Andy Zheng
a47d0ce1c2
GCI: cherry-pick the fix in PR #25670
2016-05-31 21:13:15 -07:00
k8s-merge-robot
ee412efcef
Merge pull request #26335 from girishkalele/kubedns-transition
...
Automatic merge from submit-queue
Switch DNS addons from skydns to kubedns
Change GCI and trusty cluster-helper scripts to use kubedns instead of skydns.
2016-05-31 16:14:48 -07:00
Prashanth Balasubramanian
500bdca27c
Collect l7 controller e2e logs
2016-05-31 14:44:30 -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
Girish Kalele
555b9000c3
Code review comments and corrections
2016-05-31 11:33:51 -07:00
Marcin
246f3aaebc
Bump cluster autoscaler to 0.1.1
2016-05-31 20:00:00 +02:00
Marcin Wielgus
1ea5718199
Pass /etc/gce.conf to cluster autoscaler if needed
2016-05-31 19:52:30 +02:00
Marcin
74ad0def81
Add missing $ in util.sh
2016-05-31 19:41:54 +02:00
Girish Kalele
60d2293f4c
Address review comments
2016-05-31 10:14:33 -07:00
Girish Kalele
4c1047d359
Switch DNS addons from skydns to kubedns
...
Unified skydns templates using a simple underscore based template and
added transform sed scripts to transform into salt and sed yaml
templates
Moved all content out of cluster/addons/dns into build/kube-dns and
saltbase/salt/kube-dns
2016-05-31 10:14:14 -07:00
k8s-merge-robot
dc8ff81f5a
Merge pull request #26534 from mwielgus/scale_down_env
...
Automatic merge from submit-queue
Allow to enable scale down in kube-up for gce
cc: @piosz @fgrzadkowski @jszczepkowski
2016-05-31 04:37:11 -07: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
Prashanth Balasubramanian
f4d2334919
Add a l7 static pod
2016-05-30 15:57:42 -07:00
Marcin
0b7c2fa6fe
Allow to enable scale down in kube-up for gce
2016-05-30 17:07:54 +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
k8s-merge-robot
7fc2e16843
Merge pull request #26442 from mwielgus/reduce-ca-request
...
Automatic merge from submit-queue
Reduce cluster autoscaler request to fit into n1 master in e2e tests
cc: @piosz @fgrzadkowski @vulpecula
2016-05-27 13:11:13 -07:00
Alex Robinson
804e36be26
Merge pull request #26157 from gmarek/poll
...
Remove unused POLL_SLEEP_INTERVAL
2016-05-27 11:30:41 -07:00
Alex Robinson
1ec7fd4e1e
Merge pull request #26174 from derekwaynecarr/enable_vagrant_accounting
...
Enable CPU and Memory accounting on vagrant cluster
2016-05-27 11:25:34 -07:00
Marcin
d6cba0165a
Reduce cluster autoscaler request to fit into n1 master in e2e tests
2016-05-27 20:25:25 +02:00
Marcin
e7c69f67f2
Remove debug from GCI cluster autoscaler setup function
2016-05-27 20:02:40 +02:00
Alex Robinson
7551b0ff9f
Merge pull request #26150 from wojtek-t/fix_flannel_config
...
Fix transient flannel etcd
2016-05-27 10:10:38 -07:00
Alex Robinson
ba3bf90448
Merge pull request #26363 from wonderfly/fix-yaml-search-path
...
GCI: Fix yaml search path
2016-05-27 09:58:03 -07:00
derekwaynecarr
6090bc9112
Enable CPU and Memory accounting on vagrant
2016-05-27 11:21:04 -04:00
derekwaynecarr
ff07195f4e
Fix vagrant issues with salt bootstrap
2016-05-27 11:21:04 -04:00
k8s-merge-robot
e7269a13ff
Merge pull request #26413 from mwielgus/gci-ca
...
Automatic merge from submit-queue
Support for cluster autoscaler in GCE Trusty and GCI images
Fixes : #26346
Ref: #26197
cc: @fgrzadkowski @vulpecula @piosz @jszczepkowski
2016-05-27 06:58:15 -07:00
Marcin
5f2695be8e
Support for cluster autoscaler in GCE Trusty and GCI images
2016-05-27 12:02:20 +02:00
Alex Mohr
1dfa068055
Merge pull request #26384 from Random-Liu/disable-node-problem-detector
...
Temporarily disable node-problem-detector to unblock #26351
2016-05-26 15:53:50 -07:00
Alex Mohr
0b7614d6cd
Merge pull request #26382 from dchen1107/docker
...
Bump Node Image to container-v1-3-v20160517
2016-05-26 15:53:22 -07:00
Random-Liu
e5320c6063
Temporarily disable node-problem-detector to unblock #26351
2016-05-26 14:06:05 -07:00
Dawn Chen
16662d8fb4
Bump Node Image to container-v1-3-v20160517
2016-05-26 13:30:56 -07:00
Alex Mohr
0f3003671c
Merge pull request #25963 from bryk/release-beta1
...
Set Dashboard UI version to v1.1.0-beta1
2016-05-26 12:38:48 -07:00
Alex Mohr
6b169eaa85
Merge pull request #25125 from colhom/federation-e2e
...
e2e tests for federated-apiserver
2016-05-26 10:40:30 -07:00