mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
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:
commit
91627f4962
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user