- 24 Apr, 2019 2 commits
-
-
wojtekt authored
-
Clayton Coleman authored
The separation is now unneeded.
-
- 19 Apr, 2019 8 commits
-
-
Kubernetes Prow Robot authored
Fix shellcheck failures of hack/verify-description.sh and hack/verify-import-boss.sh
-
SataQiu authored
-
Kubernetes Prow Robot authored
Fix shellcheck failures on test-e2e-node.sh and test-integration.sh
-
Kubernetes Prow Robot authored
fix detach azure disk back off issue which has too big lock in failure retry condition
-
Kubernetes Prow Robot authored
Add IPv6 support to the Container Lifecycle tests
-
Kubernetes Prow Robot authored
CSI - Skips deviceMounter.MountDevice for ephemeral volumes
-
Kubernetes Prow Robot authored
Request network plugin in bug report template
-
Kubernetes Prow Robot authored
Remove ineffectual assignment
-
- 18 Apr, 2019 26 commits
-
-
Vladimir Vivien authored
-
Kubernetes Prow Robot authored
add apimachinery api-reviewers
-
Kubernetes Prow Robot authored
Fix shellcheck failures of hack/update-generated-runtime-dockerized.sh
-
Kubernetes Prow Robot authored
Create the "internal" firewall rule for kubemark master.
-
Kubernetes Prow Robot authored
Move "-s -w" flags to GOLDFLAGS as an overridable default.
-
Kubernetes Prow Robot authored
Update klog to 0.3.0
-
Kubernetes Prow Robot authored
[e2e] Refactor of e2e/framework/authorizer_util.go
-
Kubernetes Prow Robot authored
Fix potential test flakes in HPA tests TestEventNotCreated and TestAvoidUncessaryUpdates
-
Kubernetes Prow Robot authored
Fix typo, old link for contributors
-
David Eads authored
-
Vince Prignano authored
Signed-off-by:Vince Prignano <vincepri@vmware.com>
-
Matt Matejczyk authored
This is equivalent to the "internal" firewall rule that is created for the regular masters. The main reason for doing it is to allow prometheus scraping metrics from various kubemark master components, e.g. kubelet. Ref. https://github.com/kubernetes/perf-tests/issues/503
-
SataQiu authored
-
Kubernetes Prow Robot authored
Expect directory permissions to be 0700
-
PingWang authored
Signed-off-by:
PingWang <wang.ping5@zte.com.cn> update the permissions to 0660 Signed-off-by:
PingWang <wang.ping5@zte.com.cn> revert to 0750 Signed-off-by:
PingWang <wang.ping5@zte.com.cn> update 0750 to 0700 Signed-off-by:
PingWang <wang.ping5@zte.com.cn>
-
Kubernetes Prow Robot authored
Using const() defines constants together
-
Kubernetes Prow Robot authored
Add operation name for other volume operations
-
Kubernetes Prow Robot authored
Use constant blocks to define constants in pkg/kubectl
-
Kubernetes Prow Robot authored
Remove deprecated centos/local support
-
Kubernetes Prow Robot authored
Fix Azure SLB support for multiple backend pools
-
Kubernetes Prow Robot authored
Pin GCE Windows node image to 1809 v20190312.
-
Kubernetes Prow Robot authored
Fix a log info error
-
Pengfei Ni authored
Azure VM and vmssVM support multiple backend pools for the same SLB, but not for different LBs.
-
Davanum Srinivas authored
If GOLDFLAGS is set, whether it is empty or not, we should honor it. Only if the GOLDFLAGS is totally not set, then we use "-s -w" See Parameter Expansion section in the urls below: https://stackoverflow.com/questions/3601515/how-to-check-if-a-variable-is-set-in-bash/16753536 http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02 Change-Id: I826c34efc63c77f0e3e9677fff30a3eb2219a377
-
Kubernetes Prow Robot authored
API reviewers for SIG Storage
-
Kubernetes Prow Robot authored
Removed unused code in humanreadable.go
-
- 17 Apr, 2019 4 commits
-
-
Kubernetes Prow Robot authored
Add feature gates for switching between the legacy inflight limiting
-
John Schnake authored
- moves these helper functions into e2e/framework/auth - removes logging from helper functions - in some cases explicitly returns errors that were implicitly ignored/logged. In the situations where they should be ignored, we explicitly check that the condition is met before ignoring it. - fixes references of these methods to use the right package and return values
-
saad-ali authored
-
Kubernetes Prow Robot authored
Warn to stderr when we encounter PathError listing plugins
-