mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
Merge pull request #88654 from ddebroy/gmsa-disable1
Promote GMSA support for Windows to GA
This commit is contained in:
@@ -79,7 +79,7 @@ const (
|
||||
gmsaWebhookDeployScriptURL = "https://raw.githubusercontent.com/kubernetes-sigs/windows-gmsa/master/admission-webhook/deploy/deploy-gmsa-webhook.sh"
|
||||
)
|
||||
|
||||
var _ = SIGDescribe("[Feature:Windows] [Feature:WindowsGMSA] GMSA Full [Slow]", func() {
|
||||
var _ = SIGDescribe("[Feature:Windows] GMSA Full [Slow]", func() {
|
||||
f := framework.NewDefaultFramework("gmsa-full-test-windows")
|
||||
|
||||
ginkgo.Describe("GMSA support", func() {
|
||||
|
||||
@@ -35,7 +35,7 @@ import (
|
||||
"github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
var _ = SIGDescribe("[Feature:Windows] [Feature:WindowsGMSA] GMSA Kubelet [Slow]", func() {
|
||||
var _ = SIGDescribe("[Feature:Windows] GMSA Kubelet [Slow]", func() {
|
||||
f := framework.NewDefaultFramework("gmsa-kubelet-test-windows")
|
||||
|
||||
ginkgo.Describe("kubelet GMSA support", func() {
|
||||
|
||||
Reference in New Issue
Block a user