From 3b85f605ea9992fb07a44270177b713bb31e01d1 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Thu, 16 Nov 2017 12:12:30 -0800 Subject: [PATCH] CRD Validation: remove alpha warning, change enable instructions to (#6066) disable --- .../extend-api-custom-resource-definitions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md b/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md index d03f84254ba61..48b3272b65031 100644 --- a/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md +++ b/docs/tasks/access-kubernetes-api/extend-api-custom-resource-definitions.md @@ -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