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
disable
  • Loading branch information
steveperry-53 committed Oct 26, 2017
1 parent e98cb2f commit 5355ea0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,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 5355ea0

Please sign in to comment.