- 05 May, 2016 1 commit
-
-
Prashanth Balasubramanian authored
-
- 04 May, 2016 19 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Use proper codec in client
-
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.
-
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 20 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
-
k8s-merge-robot authored
Automatic merge from submit-queue Frame decoder was checking cap(), not len() Resulted in bytes being missing from the streaming decoder. Update both parts. Required for #24789 @wojtek-t or @lavalamp while he's OOO
-
Isaac Hollander McCreery authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Begin .gitignore lines with / In /.gitignore we have lines like `kubernetes/`. Because that line is not anchored with `/` it ignores any directory called `kubernetes` anywhere in the repo. This caused a problem in #24242 because the user didn't realize that the directory in `vendor/` was being ignored.
-
Janet Kuo authored
-
Eric Paris authored
In /.gitignore we have lines like `kubernetes/`. Because that line is not anchored with `/` it ignores any directory called `kubernetes` anywhere in the repo. This caused a problem in #24242 because the user didn't realize that the directory in `vendor/` was being ignored.
-
k8s-merge-robot authored
Automatic merge from submit-queue Use HOSTNAME in Docker build image tag hash Fixes #24661 by including `$HOSTNAME` when generating the build image tag hash. When running the verification checks under Docker, the `$KUBE_ROOT` will be identical across builds, so tags will collide unless we add additional uniqueness. By default, the hostname inside a Docker container is its ID, which should be unique enough for us. I also deleted a misleading error message from the same check. @kubernetes/sig-testing
-
k8s-merge-robot authored
Automatic merge from submit-queue revert the vsphere change to skydns plugin Fixes #25020
-
Hongchao Deng authored
-
dlorenc authored
-
dlorenc authored
This commit makes the root directory, boilerplate content directory and the directories to skip configurable. The defaults have remained the same, so no behavior changes should be expected.
-
k8s-merge-robot authored
Automatic merge from submit-queue change port of tests for federated-apiserver to avoid conflict fix #24952, change port to 8082 on test @nikhiljindal []()
-
k8s-merge-robot authored
Automatic merge from submit-queue Update CHANGELOG.md for v1.3.0-alpha.3.
-