mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 05:21:58 +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:
parent
d986028cf7
commit
abc621759a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user