- 01 Mar, 2019 1 commit
-
-
Sandeep Sunny authored
-
- 26 Feb, 2019 22 commits
-
-
Kubernetes Prow Robot authored
Fix typo joiń -> join
-
Kubernetes Prow Robot authored
GCE: switch to using e2eteam/pause:3.1 for pause containers
-
Kubernetes Prow Robot authored
fix shellcheck failure in etcd shell
-
Kubernetes Prow Robot authored
Fix test-cmd kubectl_run flake
-
Kubernetes Prow Robot authored
Allow cinder volume limits to be configurable
-
Kubernetes Prow Robot authored
Fix golint failures for e2e/upgrades/...
-
Kubernetes Prow Robot authored
Fix subnet annotation checking for Azure internal loadbalancer
-
Kubernetes Prow Robot authored
Kubelet changes for Windows GMSA support
-
Kubernetes Prow Robot authored
fix golint failures for pkg/apis/...
-
Kubernetes Prow Robot authored
Fix panic because VolumeSpec may be nil in volume reconstruction scenario
-
Kubernetes Prow Robot authored
Code cleanup and refactoring
-
Kubernetes Prow Robot authored
kubeadm/phases: use common interfaces for init and join phases
-
Kubernetes Prow Robot authored
Fix lint on pkg/kubelet/server/...
-
Jean Rouge authored
Signed-off-by:Jean Rouge <rougej+github@gmail.com>
-
Kubernetes Prow Robot authored
Allows to combine the `-f` and `-l` flags in kubectl logs
-
Kubernetes Prow Robot authored
Mark PriorityClass v1beta1 and v1alpha1 deprecated by v1 API
-
Kubernetes Prow Robot authored
fixgo lint failures test/integration/...
-
Kubernetes Prow Robot authored
Merge pull request #74420 from mattjmcnaughton/mattjmcnaughton/fix-shellcheck-for-more-scripts-in-hack Fix shellcheck for more scripts in hack
-
Kubernetes Prow Robot authored
Fix shellcheck lint errors in Kubemark scripts
-
Kubernetes Prow Robot authored
Promote aggregator e2e test to conformance
-
zhouxiaoning authored
-
Lubomir I. Ivanov authored
The custom sub-set interfaces in init/join phases as a pattern have isolation benefits - e.g. when a consumer imports these but we don't want them to be able to call all methods from the original object that satisfies a complete interface. On the other hand these sub-set interfaces under phases/init and phases/join are private. Expose a couple of new common interfaces: - InitData from phases/init/data.go - JoinData from phases/join/data.go Use these interfaces in init/join phases accordingly instead of the sub-set interfaces. Use compile-time type assertion to verify that these interfaces can be satisfied by init.go's initData and join.go's joinData. Add NO-OP objects called testInitData and joinInitData that can be used for unit testing if embedded.
-
- 25 Feb, 2019 17 commits
-
-
Kubernetes Prow Robot authored
Fix typos
-
Kubernetes Prow Robot authored
Ignore the sticky setgid bit when a test is running on memory EmptyDir
-
Kubernetes Prow Robot authored
kubeadm cleanup: master -> control-plane (cont.4)
-
Kubernetes Prow Robot authored
Fix shellcheck lint errors in cluster and hack scripts
-
Kubernetes Prow Robot authored
kubelet: upgrade sourceFile to use fsnotify
-
Yu-Ju Hong authored
Stop building pause images on node startup.
-
Kubernetes Prow Robot authored
Disable Windows Defender on Windows nodes.
-
Kubernetes Prow Robot authored
Fix some shellcheck failures in hack
-
Kubernetes Prow Robot authored
Register openstack provider for e2e test
-
Kubernetes Prow Robot authored
Fix shellcheck for hack/verify-generated-*
-
Kubernetes Prow Robot authored
Add readonly volume tests for windows
-
Aaron Crickenberger authored
It is unrealistic to expect a cascading delete to immediately take effect. Somehow this test got away with it for a while, but we have finally reached a point where apiserver performance has changed just enough to expsoe this flaky expectation.
-
Hemant Kumar authored
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-
Bob Killen authored
-