Commit abc62175 authored by Clayton Coleman's avatar Clayton Coleman

Add --v=4 to e2e bash executions by default

Will allow more debugging output to be available in CLI
parent d986028c
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment