- 10 Oct, 2018 5 commits
-
-
Maciej Szulik authored
-
Maciej Szulik 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 20 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
-
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
-
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 15 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.
-
k8s-ci-robot authored
Allow inverted key/cert order in combined PEM file
-
Sean Sullivan authored
-
Andrew Lytvynov authored
certificate.FileStore only handles (cert, key) combined PEM files. This PR allows (key, cert), which is what "openssl req -out foo.pem -keyout foo.pem" generates.
-
k8s-ci-robot authored
kubectl rollback: remove legacyscheme dependency
-
k8s-ci-robot authored
Upgrade the release version info in CHANGELOG.md
-
Han Kang authored
-
k8s-ci-robot authored
Fix DS tests to set node selectors related annotations on test namespaces to empty.
-
k8s-ci-robot authored
Default extensions/v1beta1 Deployment's RevisionHistoryLimit to MaxInt32
-
k8s-ci-robot authored
Retry attaching multipath iSCSI volumes
-
wojtekt authored
-
Jan Safranek authored
Don't mount single path instead of multipath volumes and always wait until at least 2 paths are available. Try up to 3 times to get all paths. Try 5 times to get at last 2 paths.
-