- 11 Oct, 2018 1 commit
-
-
Davanum Srinivas authored
Change-Id: I63650c77e3d0ece06eb29efa5b8898b77db677fb
-
- 10 Oct, 2018 12 commits
-
-
Davanum Srinivas authored
Change-Id: Ib9245f78dbfb88f1f37a26ca64bf80d3f78d7497
-
Davanum Srinivas authored
Change-Id: I1f1a10b68a2d3e796724c6ac26f0ed3260153588
-
k8s-ci-robot authored
Add x13n to metadata-agent manifest OWNERS
-
k8s-ci-robot authored
kubadm: remove misleading message in `init`
-
k8s-ci-robot authored
Add table printer for resource quotas
-
k8s-ci-robot authored
kubeadm - improve api config documentation
-
k8s-ci-robot authored
Improve the ipvs error message
-
Weibin Lin authored
-
Daniel Kłobuszewski authored
-
k8s-ci-robot authored
[scheduler cleanup phase 1]: Move FakeCache to pkg/scheduler/internal…
-
k8s-ci-robot authored
Fixes golint for pkg/probe
-
k8s-ci-robot authored
Remove pod status.phase check from pod event handlers
-
- 09 Oct, 2018 23 commits
-
-
k8s-ci-robot authored
kubectl factory client access: Moves remaining internal references to remaining callers.
-
Bobby (Babak) Salamat authored
-
Sean Sullivan authored
-
k8s-ci-robot authored
port-forward listen on address
-
Lubomir I. Ivanov authored
The message right before the kubelet boots up the control plane is misleading because the image pulling is now part of preflight. Remove the message.
-
k8s-ci-robot authored
kubectl env resolve: copy core fieldpath and resource dependencies into kubectl
-
k8s-ci-robot authored
kubectl rollback: remove duplicated code for printing pod template
-
k8s-ci-robot authored
fix paths w shortcuts when copying from pods
-
Ibrahim Mbaziira authored
-
fabriziopandini authored
-
k8s-ci-robot authored
Fixed subpath in containerized kubelet.
-
juanvallejo authored
Addresses an issue where copying from a remote location containing path shortcuts (podName:../../../tmp/foo) causes an index out of range panic.
-
k8s-ci-robot authored
Fix overwriting env variables in kube-apiserver manifest
-
Jan Safranek authored
IsNotMountPoint should return no error when the checked directory does not exists - missing directory can't be mounted. Therefore containerized kubelet should check if the target exists first before resolving symlinks. EvalHostSymlinks() returns indistinguishible error in case the path does not exist.
-
k8s-ci-robot authored
Pass server handler context to storage nodeGetter
-
k8s-ci-robot authored
Allow an empty "" runtimeHandler
-
k8s-ci-robot authored
Remove deprecated --etcd-quorum-read flag
-
k8s-ci-robot authored
util/config` packages; filenames and methods should be updated to use…
-
k8s-ci-robot authored
Promote pod's websocket based NodeConformance tests to Conformance
-
k8s-ci-robot authored
Remove superfluous MkdirAll from MakeTempDirOrDie
-
k8s-ci-robot authored
Remove conformance tag from flaky test
-
Tim Allclair authored
-
Jordan Liggitt authored
-
- 08 Oct, 2018 4 commits
-
-
k8s-ci-robot authored
refactor index_test to compress the assertions and make consistent with store_test.go
-
k8s-ci-robot authored
fix a few typographic errors in test utils file
-
Sean Sullivan authored
-
Justin Santa Barbara authored
After the call to ioutil.TempDir, the directory has already been created, and MkdirAll therefore can't do anything. The mode argument in particular is misleading.
-