- 05 May, 2016 1 commit
-
-
Piotr Szczesniak authored
-
- 04 May, 2016 8 commits
-
-
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
-
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 19 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Update testing convention docs @bgrant0607 @kubernetes/docs []()
-
George Tankersley authored
-
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.
-
- 02 May, 2016 12 commits
-
-
Jeff Grafton authored
Also make the check more correct and quieter.
-
Jeff Grafton authored
Additionally, use REPO_DIR in update-generated-protobuf, since this should be more unique (when set).
-
Joe Finney authored
-
Clayton Coleman authored
-
Clayton Coleman authored
The imports are generated because the packages are in the search tree, but nothing in the generated code needs them. For now, strip them.
-
Jeff Grafton authored
Remove JJB scripts and configs.
-
Joe Finney authored
-
Joe Finney authored
-
k8s-merge-robot authored
Automatic merge from submit-queue add mutex for kubenet I saw a bunch of weird cases in kubenet suite. For instance, SetUpPod return successfully, but right after that, kubelet cannot retrieve podIP from podCIDR map. cc: @dcbw @thockin ref: #24211
-
k8s-merge-robot authored
Automatic merge from submit-queue move pods.go to pods_test.go fix #24635
-
k8s-merge-robot authored
Automatic merge from submit-queue Run Kubemark builds inside Docker Since Docker-in-Docker is tricky to get right (esp. wrt volume mounts), I'm only enabling it when necessary for a build (e.g. for kubemark). cc @spxtr @fejta @wojtek-t
-
jianhuiz authored
-