- 04 May, 2016 32 commits
-
-
Dawn Chen authored
add NetworkStatus in NetworkPlugin interface for kubelet to consume
-
Dawn Chen authored
Mark two kubectl tests flaky.
-
k8s-merge-robot authored
Automatic merge from submit-queue Fix verify codecgen Fixes #25103.
-
k8s-merge-robot authored
Automatic merge from submit-queue update kubectl apply help info Please refer #22342 for more detail. @bgrant0607 ptal. Also I have open a PR to update docs on `kuberntes.github.io`
-
k8s-merge-robot authored
Automatic merge from submit-queue Adding a proposal for server-side cascading deletion @lavalamp @bgrant0607 cc @kubernetes/sig-api-machinery @derekwaynecarr ref https://github.com/kubernetes/kubernetes/issues/12143 https://github.com/kubernetes/kubernetes/issues/19054 https://github.com/kubernetes/kubernetes/pull/17305 (initializer proposal)
-
Minhan Xia authored
-
Minhan Xia authored
-
Eric Paris authored
Use --format='value()' instead of --fields with gcloud compute instances describe
-
Daniel Smith authored
* Make verify call update * Make update's topological sort not confused about the "io" package
-
Jeff Grafton authored
-
Chao Xu authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Use proper codec in client
-
Joe Finney authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Default KUBEMARK_TEST_ARGS
-
k8s-merge-robot authored
Automatic merge from submit-queue Corrected cassandra example's indent. No logic changed; just correct java code's indent.
-
k8s-merge-robot authored
Automatic merge from submit-queue kubectl rolling-update support for same image Fixes #23497. Enables `kubectl rolling-update --image` to the same image, adding a `--image-pull-policy` flag to remove ambiguity. This allows rolling-update to behave as an "update and/or restart" (https://github.com/kubernetes/kubernetes/issues/23497#issuecomment-212349730), or as a forced update when the same tag can mean multiple versions (e.g. `:latest`). cc @janetkuo @nikhiljindal
-
Wojciech Tyczynski authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Use tagged redis image for kubectl test, move json test file out of deprecated examples Closes #24642 Changes the redis image to use the :e2e tagged version on gcr.io. Since the examples/ subdir is deprecated in favor of the new kubernetes/kubernetes.github.io I just copied this file to test-manifests/kubectl like some other files.
-
k8s-merge-robot authored
Automatic merge from submit-queue Add an entry to the salt config to allow Debian jessie on GCE. ```release-note Add an entry to the salt config to allow Debian jessie on GCE. As with the existing Wheezy image on GCE, docker is expected to already be installed in the image. ``` []()
-
k8s-merge-robot authored
Automatic merge from submit-queue Redo Unstructured to have accessor methods Add accessor methods that implement pkg/api/unversioned.ObjectKind, pkg/api/meta.Object, pkg/api/meta.Type and pkg/api/meta.List. Removed the convenience fields since writing to them was not reflected in serialized JSON.
-
k8s-merge-robot authored
Automatic merge from submit-queue bump cni binary
-
k8s-merge-robot authored
Automatic merge from submit-queue etcd3/store: userUpdate error should be returned Minor fix. The userUpdate error should be returned.
-
k8s-merge-robot authored
Automatic merge from submit-queue Update docs to describe new PR release-note block parsing.
-
k8s-merge-robot authored
Automatic merge from submit-queue Kubelet pod eviction proposal The following is a proposal for how the `kubelet` may pro-actively fail a pod in response to local compute resources being starved. The proposal focuses on memory as a first candidate, and defines a `greedy` strategy for reclaiming starved resources on the node since it seemed easiest to describe for operators versus other options and probably satisfies a broad set of use case environments. Putting this out now for community feedback, but anticipate some more refinement around how we report eviction configuration back to users in the `Node API`. /cc @bgrant0607 @smarterclayton @vishh @dchen1107 @kubernetes/rh-cluster-infra @kubernetes/goog-node
-
Wojciech Tyczynski authored
Protobuf generation should strip side-effect imports
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
-
Jeremy Lewi authored
As with the existing Wheezy image on GCE, docker is expected to already be installed in the image.
-
AdoHe authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Move test-history code into the test-infra repository. ~~Waiting on https://github.com/kubernetes/test-infra/pull/3~~ ready to go
-
k8s-merge-robot authored
Automatic merge from submit-queue Add proposal for kubelet TLS bootstrap A proposal based on the discussion of issue #18112, to implement a process by which kubelets can obtain TLS certificates in a streamlined manner.
-
Minhan Xia authored
-
- 03 May, 2016 8 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Update testing convention docs @bgrant0607 @kubernetes/docs []()
-
George Tankersley authored
-
Kris authored
Add accessor methods that implement pkg/api/unversioned.ObjectKind, pkg/api/meta.Object, pkg/api/meta.Type and pkg/api/meta.List. Removed the convenience fields since writing to them was not reflected in serialized JSON.
-
k8s-merge-robot authored
Automatic merge from submit-queue Mark kube-push.sh as broken Per discussion on #17397.
-
David McMahon authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Add several arguments to boilerplate.py This commit makes the root directory and boilerplate content directory configurable. The defaults have remained the same, so no behavior changes should be expected. cc @eparis ref https://github.com/kubernetes/minikube/pull/37
-
k8s-merge-robot authored
Automatic merge from submit-queue Delete unused helpers
-
k8s-merge-robot authored
Automatic merge from submit-queue Initial design doc for AWS GPU support This is really v0 cc @erictune @davidopp @ravigadde @Hui-Zhi @Random-Liu
-