- 03 Aug, 2016 3 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Allow Secret & ConfigMap keys to contain caps, dots, and underscores []() Re: #23722 This makes loosens the regex used in in Secrets and ConfigMap, in order to make environment variable style keys valid
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Give away my e2e tests.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix bad Godeps. These changes make the updated verify-godeps.sh in #29920 pass. Fixes #29402.
-
- 02 Aug, 2016 37 commits
-
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue dockershim: Implement PodSandboxMethods Only the last three commits are new.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix the allow-all example NetworkPolicy []() This is a bug fix, no release note required. Fixes #28795
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Clone kubernetes/release into something other than /release due to conflict with /release. It looks like $WORKSPACE is the root of the kubernetes clone. I think ideally we'd move that down a level and allow subdirectories of different repos. I think this may become the norm as we split things up further as well. What do you think and how should we proceed here? @ixdy @spxtr
-
Alex Robinson authored
-
Yu-Ju Hong authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue GKE test-build-release: Actually do the build. Multiple devs (myself included!) have experienced frustration with the fact that if `KUBERNETES_PROVIDER=gke` then `hack/e2e.go --build` doesn't actually do a build. Are we actually relying on this behavior anywhere?
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue allow watching old resources with kubectl Right now, one can not watch a resource with kubectl whose resourceVersion is outside the etcd watch window. Specifying resourceVersion=0 returns the current object, then watches from the current index. This PR changes the logic to use resourceVersion=0, which will work regardless of the resourceVersion of the object, and discard the first event if --watch-only is specified. @ncdc @aveshagarwal
-
Daniel Smith authored
Revert "Modified influxdb petset to provision persistent volume."
-
Daniel Smith authored
-
k8s-merge-robot authored
Automatic merge from submit-queue [Garbage Collector] add e2e tests again #27151 is reverted because gke didn't start correctly after it's merged (https://github.com/kubernetes/kubernetes/pull/27151#issuecomment-233030686). The possible problem is the `unbound variable`, which is fixed in the second commit of this PR. However, I cannot verify if the PR will fail the gke suite since I don't have the environment to run that suite. @wojtek-t @lavalamp
-
Ryan Hitchman authored
-
Ryan Hitchman authored
-
David McMahon authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Update test-owners with new tests, add catch-all assignment to test-infra team. We will triage any additional failures, since they're more likely to be infra related. If they're not, they can always be reassigned (and the owners list can be updated!) /cc @kubernetes/test-infra-maintainers
-
k8s-merge-robot authored
Automatic merge from submit-queue discovery: Adding a discover based RESTMapper Added a PriorityRESTMapper that operates off of discovery information. I made an auxiliary data type and function to help collect and organize the information.
-
k8s-merge-robot authored
Automatic merge from submit-queue azure: kube-up respects AZURE_RESOURCE_GROUP This fixes #28482. * declare AZKUBE_ variables as global to workaround lack of bash support for exporting array variables
-
k8s-merge-robot authored
Automatic merge from submit-queue Modified influxdb petset to provision persistent volume. []() [WIP] Modified influxdb petset to create claim.
-
Daniel Smith authored
fix hack/test-cmd
-
Kris authored
-
Kris authored
Added a PriorityRESTMapper that operates off of discovery information. I made an auxiliary data type and function to help collect and organize the information.
-
k8s-merge-robot authored
Automatic merge from submit-queue Allow service names up to 63 characters (RFC 1035) fixes #3752
-
Chao Xu authored
adding a simple e2e test
-
k8s-merge-robot authored
Automatic merge from submit-queue Retry Node updates in e2e tests Fix #29516 Ref. https://github.com/kubernetes/kubernetes/issues/27655#issuecomment-235940057 cc @kevin-wangzefeng @wojtek-t
-
Daniel Smith authored
Revert "[Federation] Downsize the release binary distribution."
-
Jerzy Szczepkowski authored
Modified influxdb petset to provision pv.
-
k8s-merge-robot authored
Automatic merge from submit-queue Change eviction logic in NodeController and make it Zone-aware Ref. #28832 This PR changes the behavior of the NodeController. From now on ```release-note Change eviction policies in NodeController: - add a "partialDisruption" mode, when more than 33% of Nodes in the zone are not Ready - add "fullDisruption" mode, when all Nodes in the zone are not Ready Eviction behavior depends on the mode in which NodeController is operating: - if the new state is "partialDisruption" or "fullDisruption" we call a user defined function that returns a new QPS to use (default 1/10 of the default rate, and the default rate respectively), - if the new state is "normal" we resume normal operation (go back to default limiter settings), - if all zones in the cluster are in "fullDisruption" state we stop all evictions. ``` cc @wojtek-t @smarterclayton @davidopp
-
Seth Jennings authored
-
k8s-merge-robot authored
Automatic merge from submit-queue improve iptables-restore implementation #27559 []() fixes #27559 - improve restoreInternal implementation in iptables - add SetStdin and SetStdout functions to Cmd interface - modify kubelet/prober and some tests in order to work with Cmd interface
-
Michael Fraenkel authored
-
deads2k authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix usage of namespace shared informers in existing admission controllers Fixes https://github.com/kubernetes/kubernetes/issues/29473 /cc @liggitt @ncdc
-
k8s-merge-robot authored
Automatic merge from submit-queue Create client from API version passed in config or use default When creating a client read the `GroupVersion` value passed in the `restclient.Config`. If the passed `GroupVersion` does not match current group or is not enabled fallback to default `GroupVersion` for that group. This PR should allow accessing `ScheduledJob` properly in `batch/v2alpha1`. @smarterclayton @deads2k @caesarxuchao @lavalamp ptal
-
k8s-merge-robot authored
Automatic merge from submit-queue Node E2E: Add serial jenkins job. This PR added a jenkins job for serial test. It will run all serial test one by one. This will be useful for https://github.com/kubernetes/kubernetes/pull/29809. @coufon @yujuhong @dchen1107 /cc @kubernetes/sig-node
-
gmarek authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Kubelet: add fake kube runtime Add a new fake kube runtime with kubelet using the new runtime API. CC @yujuhong @Random-Liu
-
k8s-merge-robot authored
Automatic merge from submit-queue Modified etcd manifest to support clustering.
-
k8s-merge-robot authored
Automatic merge from submit-queue update node controller to use shared pod informer continuing work from #24470 and #23575
-