Skip to content

Commit

Permalink
CRD Validation: remove alpha warning, change enable instructions to (#…
Browse files Browse the repository at this point in the history
…6066)

disable
  • Loading branch information
steveperry-53 committed Nov 16, 2017
1 parent 26dde12 commit 3b85f60
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,12 +207,12 @@ Additionally, the following restrictions are applied to the schema:
- The field `uniqueItems` cannot be set to true.
- The field `additionalProperties` cannot be set to false.

This feature is __alpha__ in v1.8 and may change in backward incompatible ways.
Enable this feature using the `CustomResourceValidation` feature gate on
This feature is __beta__ in v1.9.
You can disable this feature using the `CustomResourceValidation` feature gate on
the [kube-apiserver](/docs/admin/kube-apiserver):

```
--feature-gates=CustomResourceValidation=true
```
--feature-gates=CustomResourceValidation=false
```

The schema is defined in the CustomResourceDefinition. In the following example, the
Expand Down

0 comments on commit 3b85f60

Please sign in to comment.