- 02 Jun, 2016 13 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Fixed problem with too long name in e2e autoscaling tests. []() Fixed problem with too long name in e2e autoscaling tests.
-
k8s-merge-robot authored
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
-
k8s-merge-robot authored
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 ``` []()
-
Jerzy Szczepkowski authored
Fixed problem with too long name in e2e autoscaling tests.
-
k8s-merge-robot authored
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?
-
k8s-merge-robot authored
Automatic merge from submit-queue Add direct serializer Fix #25589. Implemented a direct codec that doesn't do conversion, but sets the group, version and kind before serialization as Clayton suggested [here](https://github.com/kubernetes/kubernetes/issues/25589#issuecomment-219168009). First commit is cherry-picked from #24826. @kubernetes/sig-api-machinery
-
k8s-merge-robot authored
Automatic merge from submit-queue Suppress non error logs from ssh commands in node e2e framework. Fixes #25713
-
k8s-merge-robot authored
Automatic merge from submit-queue Adding logs in deployment for debugging Ref #26509 []()
-
k8s-merge-robot authored
Automatic merge from submit-queue Integrate federated service DNS record management Integrate federated service DNS record management.
-
k8s-merge-robot authored
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
-
k8s-merge-robot authored
Automatic merge from submit-queue kubelet e2e: bumping cpu limit The previous limit was too aggressive and caused kubernetes-e2e-gce-serial build 1404 to fail.
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix table formatting in eviction proposal /cc @vishh - table was not formatted properly.
-
k8s-merge-robot authored
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)
-
- 01 Jun, 2016 27 commits
-
-
Quinton Hoole authored
-
Zach Loafman authored
It turns out, it's faster to do it in this order for large clusters. Along the way: Do it in parallel
-
Daniel Wang authored
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`.
-
Alex Robinson authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Trusty: fix breakage by #26413 and #26109 The code https://github.com/kubernetes/kubernetes/tree/master/cluster/gce/trusty in both master and release-1.2 branches is broken. Although we already switched to using cluster/gce/gci for 1.3 branch, we will still need to maintain the cluster/gce/trusty code as long as release-1.2 branch is not deprecated. I will make a couple of PR and cherry-picks to make cluster/gce/trusty back to normal. This PR is one of them, which will not be cherry picked to release-1.2. @roberthbailey @dchen1107 @fabioy @zmerlynn cc/ @kubernetes/goog-image
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix kubectl --attach decription with deprecated --interactive <!-- 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 ``` []()
-
Alex Robinson authored
Fix panic in kubelet test
-
Shaya Potter authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix fake event recorder race Event recorder should wait for some time to get all expected events, the event may be written by another goroutine that just have finished. It should not slow down the test in most cases, only when there is a bug and expected event is not sent. Fixes #26578 Using P2 to speed up merge and to prevent further flakes. @kubernetes/sig-storage
-
k8s-merge-robot authored
Automatic merge from submit-queue Max idle conns per host Ref #26519 Hopefully, this will at least somehow help with #26519 @gmarek @krousey @lavalamp
-
Yu-Ju Hong authored
-
Wojciech Tyczynski authored
-
Andy Zheng authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Pass /etc/gce.conf to cluster autoscaler if needed cc: @vulpecula @piosz @jszczepkowski @fgrzadkowski
-
k8s-merge-robot authored
Automatic merge from submit-queue Rework of resource consumer.
-
k8s-merge-robot authored
Automatic merge from submit-queue Change Kubelet test to run also in large clusters This should fix the recent failure of kubelet test in 2000-node cluster. @zmerlynn - FYI
-
derekwaynecarr authored
-
k8s-merge-robot authored
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
-
k8s-merge-robot authored
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.
-
Jerzy Szczepkowski authored
Major rework of resource consumer: added controller running as a pod that spreads requests around consumers. This should fix #21664 and #23536.
-
Marcin Wielgus authored
Bump cluster autoscaler to 0.1.1
-
k8s-merge-robot authored
Automatic merge from submit-queue Don't set the env var CC when not cross-compiling I noticed that this script was trying to use `arm-linux-gnueabi-gcc` also when running natively on arm. When running natively, `CC` should always be `gcc` (which also is the default) Also added `federation-controller-manager` to the static list, I think someone forgot to do that. @ixdy @david-mcmahon @spiffxp @spxtr
-
k8s-merge-robot authored
Automatic merge from submit-queue Multiple MIGs in e2e cluster autoscaling tests. []() Implemented support for multiple MIGs in e2e cluster autoscaling tests.
-
Marcin Wielgus authored
-
Wojciech Tyczynski authored
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-