- 09 Sep, 2016 23 commits
-
-
deads2k authored
-
deads2k authored
-
Wojciech Tyczynski authored
skip dynamic provisision test on gke until gke enables it
-
deads2k authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Log water mark for incoming queue in cacher Ref #32257
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix 127.0.01 typo **What this PR does / why we need it**: Fixes a small typo, though typo seems inconsequential **Release note**: none
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Remove explicit limits from manifest files Current setting make those addons OOM in 2k Node clusters. cc @piosz @mwielgus @bprashanth
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Don't assign anything to Sami anymore @pwittrock anything new to do to tag for cherry pick to 1.4?
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue re-enable provisioning test Reverts https://github.com/kubernetes/kubernetes/pull/32199 for when the gke control plane is updated. This should be merged AFTER gke is ready. @kubernetes/sig-storage @wojtek-t
-
Wojciech Tyczynski authored
-
gmarek authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix checking for allowed not-ready nodes in test framework Ref #31215
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add more details to TestServiceAlloc failure To debug #32028
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Don't return an error if a file doesn't exist for IsPathDevice(...) Fixes https://github.com/kubernetes/kubernetes/issues/30455 @saad-ali @thockin fyi, since linux devices and storage.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Convert bool to error, helper func for cd to skew Switch from various functions returning `False` when something bad happens to returning an `error` Encapsulate logic to switch to the skew directory inside chdirSkew Also add a TODO for using `hyphen-flags` instead of `underscore_flags`
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Updated test owners and assigned ScheduledJobs to soltysh I've updated test owners by running `hack/update_owners.py` and assigned all ScheduledJob related issues to myself. @fejta ptal
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue add pointer to feature repo Add a pointer to the "features" repo so people know that they shouldn't just open up a new 'issue' in this one. Signed-off-by:Doug Davis <dug@us.ibm.com>
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Allow missing keys in jsonpath
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Kubelet: implement GetPodContainerID for new runtime API Add implements of `GetPodContainerID` interface for new runtime API. CC @yujuhong @kubernetes/sig-node @kubernetes/sig-rktnetes
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Networking test rewrite Decomposes the old kubeproxy tests into (tcp, udp) tests for each of the following: * intra-pod * node-pod * pod-Service * node-Service * endpoint-Service * delete endpoints, confirm unreachability * delete nodeport, confirm unreachability * kube-proxy /proxymode, /healthz Also gets rid of the old network conformance test that used apiserver proxy to check reported peer count of a webserver in a container (the netexec pod used in this test does the same thing without apiserver proxy). Fixes https://github.com/kubernetes/kubernetes/issues/26490, https://github.com/kubernetes/kubernetes/issues/14204
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue correct imagefs inodes value in kubelet summary stats Fix https://github.com/kubernetes/kubernetes/issues/31501 Correct get imagefs inodes value from imageFsInfo.Inodes in kubelet summary stats api. @derekwaynecarr
-
Daniel Smith authored
-
- 08 Sep, 2016 17 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Updating federation api ref docs Updating API ref docs to include changes from https://github.com/kubernetes/kubernetes/pull/31925. PR generated by running `hack/update-federation-api-reference-docs.sh` cc @kubernetes/sig-cluster-federation
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix `make release` breaking due to incorrect etcd version `make release` fails with `etcd version 3.0.4 or greater required` when attempting to run integration tests. Looks like etcd version was bumped in: https://github.com/kubernetes/kubernetes/pull/30508 (also once prior to that as well), but the kube-cross image version was not bumped in `build/build-image/cross/VERSION` I did a manual check and and it looks like a `gcr.io/google_containers/kube-cross:v1.6.3-3` already exists and it does contain etcd v3.0.4
-
Matt Liggett authored
Fix external-lb-source-ip-preservation.md
-
Scott Dodson authored
-
Davanum Srinivas authored
Fixes #32313
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Change push-ci-build.sh to push-build.sh.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Mark ThirdParty e2e tests flaky The root issue: Fixes https://github.com/kubernetes/kubernetes/issues/32296 The other related side-effect issues that this should resolve: Fixes https://github.com/kubernetes/kubernetes/issues/32237 Fixes https://github.com/kubernetes/kubernetes/issues/32168 Fixes https://github.com/kubernetes/kubernetes/issues/32132 Fixes https://github.com/kubernetes/kubernetes/issues/32122 Fixes https://github.com/kubernetes/kubernetes/issues/32087 Fixes https://github.com/kubernetes/kubernetes/issues/32054 Fixes https://github.com/kubernetes/kubernetes/issues/32053 Fixes https://github.com/kubernetes/kubernetes/issues/32045 Fixes https://github.com/kubernetes/kubernetes/issues/32043 Fixes https://github.com/kubernetes/kubernetes/issues/32025 @lavalamp @pwittrock @ncdc @kubernetes/sig-api-machinery @brendandburns @smarterclayton
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Avoid unnecessary status update when there is no corresponding mirror pod Fixes https://github.com/kubernetes/kubernetes/issues/32191. This PR changes status manager to skip update when there is no mirror pod for a static pod. We need this because: 1) When static pod terminates and mirror pod is deleted, this will avoid extra `syncPod`. 2) During mirror pod creation and recreation, this will avoid unnecessary `syncPod`. Mark P1 to match the original issue. @wojtek-t @yujuhong /cc @kubernetes/sig-node
-
Aaron Levy authored
-
derekwaynecarr authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue refactor genericapiserver new to combine initialization Combines `New` and `init` since the two were inseparable before anyway. `New` now has all the code to create the `GenericAPIServer`. The rest of the change is a move. I want to refactor the flow more, but I figured that doing it separately would simplify the review. @sttts how do you feel about looking at this one?
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue remove cast utilities from rbac Casting functions like these are a source of pain in OpenShift. We should eliminate them to avoid drift problems like we've had downstream. @kubernetes/sig-auth @ericchiang ptal
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Split dispatching to watchers in Cacher into separate goroutine. Should help with #32257
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Remove panic handling from federated test helper This was added by accident when helping @quinton-hoole with https://github.com/kubernetes/kubernetes/pull/31600.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Change the eviction metric type and fix rate-limited-timed-queue People how know better convinced me that aggregate counter is better than a gauge for a number of evictions metric. @Q-Lee Per discussion with @pwittrock I add a v1.4 label and a cherrypick candidate label. This is a slightly bigger change than I thought, but it fixes a bug in eviction logic, so it's also important. cc @derekwaynecarr @smarterclayton @timothysc
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix allow for non-ready nodes in e2e framework Ref #32257
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Pin ingresses etcd prefix for 1.3 compatibility fixes https://github.com/kubernetes/kubernetes/issues/32255
-