- 19 Apr, 2019 16 commits
-
-
SataQiu authored
-
Kubernetes Prow Robot authored
Fix shellcheck in hack/lib/golang.sh
-
Kubernetes Prow Robot authored
[e2e] Remove unused function and clean up redundant code
-
Kubernetes Prow Robot authored
Fix shellcheck failures of hack/test-update-storage-objects.sh
-
SataQiu authored
-
Kubernetes Prow Robot authored
Beta upgrade for feature gate VolumeSubpathEnvExpansion
-
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
-
Jiatong Wang authored
-
Kubernetes Prow Robot authored
CSI - Skips deviceMounter.MountDevice for ephemeral volumes
-
Kubernetes Prow Robot authored
Request network plugin in bug report template
-
Christoph Blecker authored
-
Kubernetes Prow Robot authored
Remove ineffectual assignment
-
- 18 Apr, 2019 24 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
-