mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-05 03:03:40 +00:00
Add --v=4 to e2e bash executions by default
Will allow more debugging output to be available in CLI
This commit is contained in:
@@ -531,9 +531,9 @@ func kubecfgArgs() string {
|
||||
// kubectl command (begining with a space).
|
||||
func kubectlArgs() string {
|
||||
if *checkVersionSkew {
|
||||
return " --match-server-version"
|
||||
return " --match-server-version --v=4"
|
||||
}
|
||||
return ""
|
||||
return " --v=4"
|
||||
}
|
||||
|
||||
func bashWrap(cmd string) string {
|
||||
|
Reference in New Issue
Block a user