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:
Kubernetes Submit Queue
2017-09-06 14:42:58 -07:00
committed by GitHub
3 changed files with 1 additions and 14 deletions

View File

@@ -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