- 25 Feb, 2019 22 commits
-
-
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
-
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
-
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`.
-
SataQiu authored
-
Clayton Coleman authored
While running unit tests for perf on a Kube cluster with a memory backed emptydir as TMPDIR, TestSafeMakeDir failed with: ``` --- FAIL: TestSafeMakeDir (0.01s) mount_linux_test.go:661: test "directory-exists": expected permissions 20000000750, got 20020000750 ``` (TMPDIR set to /tmp/volume, /tmp/volume is EmptyDir with type Memory) The test doesn't actually care about `os.ModeSetgid`, so specifically mask it out when testing this way.
-
ducnv authored
-
- 24 Feb, 2019 6 commits
-
-
danielqsj authored
-
danielqsj authored
-
danielqsj authored
-
SataQiu 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 12 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
-