- 18 Jan, 2017 14 commits
- 15 Nov, 2016 1 commit
-
-
Tim Hockin authored
-
- 14 Nov, 2016 5 commits
- 09 Nov, 2016 1 commit
-
-
Antoine Pelisse authored
-
- 27 Oct, 2016 19 commits
-
-
Anirudh Ramanathan authored
Removing datagen.go as it has been removed from godeps
-
Anirudh authored
-
Anirudh Ramanathan authored
Regerated godeps licenses.
-
Anirudh authored
-
Marek Grabowski authored
Hopefully fix verify-godeps.
-
gmarek authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue remove the non-generated client Removes the non-generated client from kube. The package has a few methods left, but nothing that needs updating when adding new groups. @ingvagabund
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Remove outdated parts of density test Removed functionality is handled by RunRC in other way. Events were a proxy for checking if Pods are running. They're not needed anymore (for good few releases;) cc @timothysc
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix migration script to make it sh-friendly Ref #22448 There is no bash in etcd image, so the script needs to be "sh-friendly". Also, few fixes to the script.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue ssh pubkey parsing: prevent segfault
-
gmarek authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Increase watchcache sizes for large clusters
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fixed gcloud command in logs-generator makefile I grepped through the code looking for `gcloud` and `push` commands and only found one Makefile missing the `--`. I added it. fixes #33765
🐛 -
Kubernetes Submit Queue authored
Automatic merge from submit-queue Set done to true & return error if RestartPolicy not Always in test framework Found a small issue with https://github.com/kubernetes/kubernetes/pull/34632, it returns an error if the RestartPolicy is not Always, but the user will never see it because done isn't set to true & they will timeout instead. @Random-Liu because you wrote that PR
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Centos: download client and server tarballs instead of mondo-tarball Part of https://github.com/kubernetes/kubernetes/issues/28629 / https://github.com/kubernetes/kubernetes/issues/28435. This should be functionally the same, except that you will download ~1/3 the bytes.
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Adding a root filesystem override for kubelet mounter This is necessary to get hostPath volumes to work with containerized kubelet mounter
-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Fix potential panic in namespace controller when rapidly create/delet… Fixes https://github.com/kubernetes/kubernetes/issues/33676 The theory is this could occur in either of the following scenarios: 1. HA environment where a GET to a different API server than what the WATCH was read from 1. In a many controller scenario (i.e. where multiple finalizers participate), a namespace that is created and deleted with the same name could trip up the other namespace controller to see a namespace with the same name that was not actually in a delete state. Added checks to verify uid matches across retry operations. /cc @liggitt @kubernetes/rh-cluster-infra
-