From d7e05554de735dac2267aa0ce3a131cd15711d8b Mon Sep 17 00:00:00 2001 From: Wei Zhang Date: Tue, 26 Oct 2021 11:54:23 +0800 Subject: [PATCH] ServerSideApply GA, drop the beta notice --- content/en/docs/reference/using-api/server-side-apply.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/content/en/docs/reference/using-api/server-side-apply.md b/content/en/docs/reference/using-api/server-side-apply.md index 60acb02f7d..6b932278dc 100644 --- a/content/en/docs/reference/using-api/server-side-apply.md +++ b/content/en/docs/reference/using-api/server-side-apply.md @@ -508,11 +508,3 @@ sub-resources that don't receive the resource object type. If you are using Server Side Apply with such a sub-resource, the changed fields won't be tracked. {{< /caution >}} - -## Disabling the feature - -Server Side Apply is a beta feature, so it is enabled by default. To turn this -[feature gate](/docs/reference/command-line-tools-reference/feature-gates) off, -you need to include the `--feature-gates ServerSideApply=false` flag when -starting `kube-apiserver`. If you have multiple `kube-apiserver` replicas, all -should have the same flag setting.