Merge pull request #115815 from Huang-Wei/pod-scheduling-readiness-beta

Graduate PodSchedulingReadiness to beta
This commit is contained in:
Kubernetes Prow Robot
2023-02-21 14:24:32 -08:00
committed by GitHub
20 changed files with 174 additions and 190 deletions

View File

@@ -806,7 +806,7 @@ var _ = SIGDescribe("SchedulerPredicates [Serial]", func() {
})
})
ginkgo.It("validates Pods with non-empty schedulingGates are blocked on scheduling [Feature:PodSchedulingReadiness] [alpha]", func(ctx context.Context) {
ginkgo.It("validates Pods with non-empty schedulingGates are blocked on scheduling", func(ctx context.Context) {
podLabel := "e2e-scheduling-gates"
replicas := 3
ginkgo.By(fmt.Sprintf("Creating a ReplicaSet with replicas=%v, carrying scheduling gates [foo bar]", replicas))