Merge pull request #83805 from wk8/wk8/gmsa_e2e_tweak

Amending the GMSA e2e test to allow it to run against Windows-only clusters
This commit is contained in:
Kubernetes Prow Robot
2019-10-18 21:53:50 -07:00
committed by GitHub

View File

@@ -245,7 +245,8 @@ func deployGmsaWebhook(f *framework.Framework, deployScriptPath string) (func(),
"--file", manifestsFile,
"--name", name,
"--namespace", namespace,
"--certs-dir", certsDir)
"--certs-dir", certsDir,
"--tolerate-master")
output, err := cmd.CombinedOutput()
if err == nil {