- 25 Feb, 2019 13 commits
-
-
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
-
Kubernetes Prow Robot authored
Update vendor prometheus/common/... to latest release
-
Kubernetes Prow Robot authored
Remove unused GetDefaultBackendNodePort()
-
Kubernetes Prow Robot authored
fix shellcheck in cluster/juju
-
Kubernetes Prow Robot authored
fix shellcheck in cluster/local
-
Kubernetes Prow Robot authored
annotate errors in apps/job e2e tests
-
Kubernetes Prow Robot authored
Refactor etcd client function have same signatures in etcd.go
-
Kubernetes Prow Robot authored
Refactor most of `kubectl drain` as a library
-
Ilya Dmitrichenko authored
- structured pod filter functions - naming improvements - consistent use of daemonSets and DaemonSets - rename field to reflect its usage - new cordon/uncordon helper - use Core API client direcly instead of generic CLI runtime
-
RA489 authored
-
mattjmcnaughton authored
All of the `hack/verify-generated-*` files now pass shellcheck and are removed from `hack/.shellcheck_failures`.
-
- 24 Feb, 2019 5 commits
-
-
danielqsj authored
-
danielqsj authored
-
danielqsj authored
-
Kubernetes Prow Robot authored
Move kubelet cert generation when starting kubelet
-
Kubernetes Prow Robot authored
bazel: create genrules to produce debs and RPMs without arch-specific names
-
- 23 Feb, 2019 22 commits
-
-
Jeff Grafton authored
-
Kubernetes Prow Robot authored
kubeadm: fix issue with missing kubeproxy fields in test data
-
Kubernetes Prow Robot authored
make more of the shell pass lints
-
Kubernetes Prow Robot authored
fix shellcheck in hack/...
-
Lubomir I. Ivanov authored
-
Kubernetes Prow Robot authored
kubeadm: fix url validation code
-
Ed Bartosh authored
Fixed nil pointer dereference in url validation code that caused kubeamd panic: panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0xa7930c] goroutine 1 [running]: kubeadm/validation.ValidateURLs(0x40000bafe0, 0x2, 0x2, 0x1, 0x40002967b0, 0x0, 0x40002967b0, 0xf302a0) kubeadm/validation/validation.go:324 +0xcc kubeadm/validation.ValidateEtcd(0x400000b490, 0x4000296720, 0x0, 0x0, 0x0) kubeadm/validation/validation.go:291 +0x1f0 ... Fixes: kubernetes/kubeadm#1419 Signed-off-by:Ed Bartosh <eduard.bartosh@intel.com>
-
Kubernetes Prow Robot authored
Test cmd what
-
Kubernetes Prow Robot authored
delete all duplicate empty blanks
-
Kubernetes Prow Robot authored
Fix verify-generated-swagger-docs script
-
Kubernetes Prow Robot authored
Nominate Huang-Wei to scheduler approvers
-
Kubernetes Prow Robot authored
bazel: initial support for cross-compilation
-
Kubernetes Prow Robot authored
client-go: extract new keyutil package from util/cert
-
Kubernetes Prow Robot authored
Fix localssd test panic
-
Kubernetes Prow Robot authored
kubeadm cleanup: master -> control-plane (cont.3)
-
Kubernetes Prow Robot authored
enforce that cloud providers are only linked in main or app packages
-
Kubernetes Prow Robot authored
Don't cache rediculous subject access reviews
-
Kubernetes Prow Robot authored
Temporarily remove V2 API check
-
Kubernetes Prow Robot authored
kubeadm: remove dead code
-
vanduc95 authored
-
Kubernetes Prow Robot authored
kubeadm: simplify creating etcdClient
-
Jeff Grafton authored
-