- 16 Apr, 2016 1 commit
-
-
Janet Kuo authored
-
- 15 Apr, 2016 30 commits
-
-
k8s-merge-robot authored
Automatic merge from submit-queue Set metadata.google.internal IP in dockerized e2e based on /etc/hosts Support the metadata cacher from #24131 inside dockerized e2e runs. cc @fejta
-
k8s-merge-robot authored
Automatic merge from submit-queue rkt: Fix hostnetwork. Mount hosts' /etc/hosts, /etc/resolv.conf, set host's hostname when running the pod in the host's network. Fix #24235 cc @kubernetes/sig-node
-
Jeff Grafton authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Restart job 5m after the previous failure. If a job flakes at the beginning of it scripts, it will likely sit around doing nothing for 30m blocking the merge queue. Decreasing this to 5m.
-
k8s-merge-robot authored
Automatic merge from submit-queue rkt: Use rkt pod's uuid as the systemd service file's name. Previously, the service file's name is 'k8s_${POD_UID}.service', which means we need to `systemctl daemon-reload` if the we replace the content of the service file (e.g. pod is restarted). However this makes the journal in the previous pod get disconnected. This PR solves the issue by using the unique rkt uuid as the service file's name. After the change, the service file's name will be: 'k8s_${rkt_uuid}.service'. Fix #23691 -
k8s-merge-robot authored
Automatic merge from submit-queue Version-guard Kubectl client Guestbook application test against deployments Fixes #24159; related to #16040.
-
Mike Danese authored
Use a sane timeout for experimental upgrade jobs, and skip v1.1 tests
-
Isaac Hollander McCreery authored
-
Mike Danese authored
fix the build
-
Mike Danese authored
-
Erick Fejta authored
-
k8s-merge-robot authored
Automatic merge from submit-queue Remove old conversion generator
-
k8s-merge-robot authored
Automatic merge from submit-queue rkt: Update the directory path for saving auth config. Since #23308 is merged, now we have more stable way to determine where to store the auth configs. cc @yujuhong @sjpotter
-
Wojciech Tyczynski authored
-
k8s-merge-robot authored
Automatic merge from submit-queue don't ship kube-registry-proxy and pause images in tars. pause is built into containervm. if it's not on the machine we should just pull it. nobody that I'm aware of uses kube-registry-proxy and it makes build/deployment more complicated and slower.
-
k8s-merge-robot authored
Automatic merge from submit-queue Allow lazy binding in credential providers; don't use it in AWS yet This is step one for cross-region ECR support and has no visible effects yet. I'm not crazy about the name LazyProvide. Perhaps the interface method could remain like that and the package method of the same name could become LateBind(). I still don't understand why the credential provider has a DockerConfigEntry that has the same fields but is distinct from docker.AuthConfiguration. I had to write a converter now that we do that in more than one place. In step two, I'll add another intermediate, lazy provider for each AWS region, whose empty LazyAuthConfiguration will have a refresh time of months or years. Behind the scenes, it'll use an actual ecrProvider with the usual ~12 hour credentials, that will get created (and later refreshed) only when kubelet is attempting to pull an image. If we simply turned ecrProvider directly into a lazy provider, we would bypass all the caching and get new credentials for each image pulled.
-
k8s-merge-robot authored
Automatic merge from submit-queue Kubelet: Better-defined Container Waiting state For issue #20478 and #21125. This PR corrected logic and add unit test for `ShouldContainerBeRestarted()`, cleaned up `Waiting` state related code and added unit test for `generateAPIPodStatus()`. Fixes #20478 Fixes #17971 @yujuhong
-
k8s-merge-robot authored
Automatic merge from submit-queue Do not throw creation errors for containers that fail immediately after being started Fixes (hopefully) #23607 cc @dchen1107
-
Brian Grant authored
Fix for User Guide link
-
k8s-merge-robot authored
Automatic merge from submit-queue Only output log files if tests fail
-
k8s-merge-robot authored
Automatic merge from submit-queue Updating go-restful to generate "type":"object" instead of "type":"any" in swagger-spec (breaks kubectl 1.1) Updating go-restful to include https://github.com/emicklei/go-restful/pull/270 (replacing type "any" by type "object". Ref https://github.com/swagger-api/swagger-codegen/issues/2347 on why we want to do that) Ref https://github.com/kubernetes/kubernetes/issues/4700#issuecomment-194719759 First commit generated using: ``` godep restore go get -u github.com/emicklei/go-restful godep update github.com/emicklei/go-restful ``` Second commit generated by running ``` ./hack/update-swagger-spec.sh ``` Third commit generated by running: ``` ./hack/update-api-reference-docs.sh ``` cc @kubernetes/sig-api-machinery @bgrant0607
-
Yifan Gu authored
Mount hosts' /etc/hosts, /etc/resolv.conf, set host's hostname when running the pod in the host's network. Besides, do not set the DNS flags when running in host's network.
-
Yifan Gu authored
Previously, the service file's name is 'k8s_${POD_UID}.service', which means we need to `systemctl daemon-reload` if the we replace the content of the service file (e.g. pod is restarted). However this makes the journal in the previous pod get disconnected. This PR solves the issue by using the unique rkt uuid as the service file's name. After the change, the service file's name will be: 'k8s_${rkt_uuid}.service'. -
Yifan Gu authored
-
johndmulhausen authored
-
nikhiljindal authored
-
nikhiljindal authored
-
nikhiljindal authored
-
Daniel Smith authored
fix the build
-
Mike Danese authored
-
- 14 Apr, 2016 9 commits
-
-
Daniel Smith authored
Bash completion updates
-
Daniel Smith authored
Move a kubelet flag default to the right place
-
Daniel Smith authored
Add go1.4 and 1.6 to hack/verify-gofmt.sh and fail verify check if go…
-
Daniel Smith authored
Handle empty perferredVersion
-
Daniel Smith authored
Set fake docker client to minimum required version.
-
Daniel Smith authored
Add a client flag to delete "--now" for grace period 0
-
Daniel Smith authored
add a timeout for a single retry in download-or-bust
-
Daniel Smith authored
Bump kubernetes-build timeout.
-
Daniel Smith authored
Include genyaml in update/verify generated docs scripts
-