Skip to content

Commit 91627f4

Browse files
authored
Merge pull request kubernetes#83805 from wk8/wk8/gmsa_e2e_tweak
Amending the GMSA e2e test to allow it to run against Windows-only clusters
2 parents 0a6e5e6 + d17624a commit 91627f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/windows/gmsa_full.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,8 @@ func deployGmsaWebhook(f *framework.Framework, deployScriptPath string) (func(),
245245
"--file", manifestsFile,
246246
"--name", name,
247247
"--namespace", namespace,
248-
"--certs-dir", certsDir)
248+
"--certs-dir", certsDir,
249+
"--tolerate-master")
249250

250251
output, err := cmd.CombinedOutput()
251252
if err == nil {

0 commit comments

Comments
 (0)