Merge pull request #51839 from jennybuckley/master
Automatic merge from submit-queue (batch tested with PRs 51839, 51987) Disable rbac/v1alpha1, settings/v1alpha1, and scheduling/v1alpha1 by default **What this PR does / why we need it**: Disables alpha features which were previously enabled by default. Also changes tests which relied on these alpha features being enabled by default. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #47691 **Special notes for your reviewer**: **Release note**: ```release-note Fixed a bug where some alpha features were enabled by default.
This commit is contained in:
@@ -34,7 +34,7 @@ import (
|
||||
imageutils "k8s.io/kubernetes/test/utils/image"
|
||||
)
|
||||
|
||||
var _ = SIGDescribe("PodPreset", func() {
|
||||
var _ = SIGDescribe("[Feature:PodPreset] PodPreset", func() {
|
||||
f := framework.NewDefaultFramework("podpreset")
|
||||
|
||||
var podClient *framework.PodClient
|
||||
|
Reference in New Issue
Block a user