mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-19 08:40:42 +00:00
Revert "Add --v=4 to e2e bash executions by default"
This reverts commit abc621759a
, which
interacts weirdly with Jenkins on the GKE provider. Tactical revert
until that can be figured out:
https://github.com/GoogleCloudPlatform/kubernetes/issues/3474
This commit is contained in:
parent
36320f02fb
commit
0c4119fb07
@ -531,9 +531,9 @@ func kubecfgArgs() string {
|
||||
// kubectl command (begining with a space).
|
||||
func kubectlArgs() string {
|
||||
if *checkVersionSkew {
|
||||
return " --match-server-version --v=4"
|
||||
return " --match-server-version"
|
||||
}
|
||||
return " --v=4"
|
||||
return ""
|
||||
}
|
||||
|
||||
func bashWrap(cmd string) string {
|
||||
|
Loading…
Reference in New Issue
Block a user