Merge pull request #88654 from ddebroy/gmsa-disable1

Promote GMSA support for Windows to GA
This commit is contained in:
Kubernetes Prow Robot
2020-03-04 02:32:01 -08:00
committed by GitHub
10 changed files with 7 additions and 288 deletions

View File

@@ -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() {

View File

@@ -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() {