mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 19:23:40 +00:00
Fixing gmsa-webhook install steps for Windows GMSA full tests
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
This commit is contained in:
parent
544005c32d
commit
5b3510c0b6
@ -321,8 +321,8 @@ func deployGmsaWebhook(ctx context.Context, f *framework.Framework) error {
|
||||
bindClusterRBACRoleToServiceAccount(ctx, f, s, "cluster-admin")
|
||||
|
||||
installSteps := []string{
|
||||
"echo \"@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing/\" >> /etc/apk/repositories",
|
||||
"&& apk add kubectl@testing gettext openssl",
|
||||
"echo \"@community http://dl-cdn.alpinelinux.org/alpine/edge/community/\" >> /etc/apk/repositories",
|
||||
"&& apk add kubectl@community gettext openssl",
|
||||
"&& apk add --update coreutils",
|
||||
fmt.Sprintf("&& curl %s > gmsa.sh", gmsaWebhookDeployScriptURL),
|
||||
"&& chmod +x gmsa.sh",
|
||||
|
Loading…
Reference in New Issue
Block a user