mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #3475 from zmerlynn/revert_v_4
Revert "Add --v=4 to e2e bash executions by default"
This commit is contained in:
commit
9117260bfd
@ -531,9 +531,9 @@ func kubecfgArgs() string {
|
|||||||
// kubectl command (begining with a space).
|
// kubectl command (begining with a space).
|
||||||
func kubectlArgs() string {
|
func kubectlArgs() string {
|
||||||
if *checkVersionSkew {
|
if *checkVersionSkew {
|
||||||
return " --match-server-version --v=4"
|
return " --match-server-version"
|
||||||
}
|
}
|
||||||
return " --v=4"
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
func bashWrap(cmd string) string {
|
func bashWrap(cmd string) string {
|
||||||
|
Loading…
Reference in New Issue
Block a user