Skip to content

Commit

Permalink
crd validation: remove alpha warning, change enable instructions to d…
Browse files Browse the repository at this point in the history
…isable
  • Loading branch information
colemickens committed Oct 26, 2017
1 parent 493a611 commit 69153b0
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,13 @@ 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 69153b0

Please sign in to comment.