- 02 Sep, 2016 28 commits
-
-
MrHohn authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Namespace certificates API group New API groups should follow best-practices for naming, including using DNS names within the k8s.io namespace ```release-note The certificates API group has been renamed to certificates.k8s.io ```
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue kubenet checks required cni plugins are present related to #31215
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue test/e2e: fix flake in kubelet expose should create services for rc <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md 2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md 3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes --> **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: <!-- Steps to write your release note: 1. Use the release-note-* labels to set the release note state (if you have access) 2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. --> ```release-note NONE ``` Add a loop to retry the request to account for the TLS Timeout and API credential error responses outlined by the flakes in #29227. Fixes #29227
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Move wait for pressure to subside to AfterEach so we still wait if the test part of the test for eviction order fails.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue increase resource usage limit in node e2e test This PR increases the resource limit of node e2e density test according to previous measurements. Fixed https://github.com/kubernetes/kubernetes/issues/31877 and fixed https://github.com/kubernetes/kubernetes/issues/30523
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Internal types must be registered in their group version
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue fixes upgrade tests for kubectl skew from 1.3 to master <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md 2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md 3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes --> **What this PR does / why we need it**: **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: **Release note**: <!-- Steps to write your release note: 1. Use the release-note-* labels to set the release note state (if you have access) 2. Enter your extended release note in the below block; leaving it blank means using the PR title as the release note. If no release note is required, just write `NONE`. --> ```release-note ``` This PR modified the output from "QoS Tier" to "QoS Class" which broke the kubectl skew upgrade test from 1.3 to 1.4 https://github.com/kubernetes/kubernetes/pull/27749 this fixes that
-
Clayton Coleman authored
DeleteOptions is required to be set
-
Kubernetes Submit Queue authored
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
-
Zhou Fang authored
-
bryk authored
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
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fixed port in Heapster liveness probe fix #31955
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Bump pod nany version to fix a bug Fix #31950
-
Piotr Szczesniak authored
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Add images used in common test into prepull image list. Addresses https://github.com/kubernetes/kubernetes/issues/31774#issuecomment-243800830. Fixes #31774, #31579. This PR added all images in common test into the node e2e prepull list. Mark P2 because this help get rid of image pulling flake. @yujuhong
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Namespace controller deletes pods last I think this fixes https://github.com/kubernetes/kubernetes/issues/29308 or at least helps further reduce the incidence. This PR changes the order in which namespace controller prioritizes resources for deletion. It deletes all resources before deleting pods. The rationale for this change is to broadcast deletion of controllers that spawn pods first rather than trip those controllers up into thinking they should spawn more pods which would increase the risk of causing races with the `NamespaceLifecycle` admission plug-in. Many of those controllers also are not rate-limited in the face of rejection, so rather than promote a situation where they are rejected, we promote a situation that removes those things first.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Automated Docker Validation: Add automated docker performance validation. Use the node e2e performance benchmark to automatically validate newest docker release. And it can also help us validate docker 1.12 this release. @dchen1107 @coufon
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Post event message for volume attachment This PR is to add event message when attaching volume fails to help users to debug. For detach failure, may address in a different PR since it requires more data structure change.
-
Tim Hockin authored
eg. should be e.g.
-
Random-Liu authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Revert "daemonset controller should respect taints" Reverts kubernetes/kubernetes#31020 We will be unreverting with some modifications after v1.4. cc @pwittrock @davidopp
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Adding logging and fix test race Fixes https://github.com/kubernetes/kubernetes/issues/31552, adds clarity for https://github.com/kubernetes/kubernetes/issues/29449 Janet for the job e2e and girish for services. P1 for flake.
-
Random-Liu authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Skip hazelcast E2E test **What this PR does / why we need it**: Skip hazelcast e2e test due to flakiness, which in turn is (most likely) due to a race condition upstream. See https://github.com/pires/hazelcast-kubernetes-bootstrapper/issues/9 for comments. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # https://github.com/kubernetes/kubernetes/issues/30672 **Special notes for your reviewer**: This is temporary pending upstream changes. **Release note**: NONE
-
bprashanth authored
-
Minhan Xia authored
-
- 01 Sep, 2016 12 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Propagate KUBE_FEATURE_GATES environment variable to e2e environment This is needed for the Jenkins `kubernetes-e2e-gce-alpha-features` job to pass - there is a small fix needed for cluster/gce/config-test.sh.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Ignore v1 bindings in namespace controller deletion Fixes https://github.com/kubernetes/kubernetes/issues/31735 Ideally, in the long run, we can let clients built from discovery (and not requiring all of swagger) to know the verbs. /cc @lavalamp
-
Josh Hoak authored
-
Jing Xu authored
This PR is to add event message when attaching volume fails to help users to debug. For detach failure, may address in a different PR since it requires more data structure change.
-
Girish Kalele authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Generate versioned client for pvc I noticed while trying to use client-go that there is no way to get PVC with versioned clientset. I don't know why it is excluded, I cannot find any discussion about this, so I am creating this assuming it is just an oversight...
-
bprashanth authored
-
bprashanth authored
-
David McMahon authored
-
Michael Taufen authored
Move wait for pressure to subside to AfterEach so we still wait if the test for eviction order fails
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Avoid disk eviction node e2e test using up all the disk space
-
derekwaynecarr authored
-