diff --git a/website/content/docs/api-gateway/upgrade-specific-versions.mdx b/website/content/docs/api-gateway/upgrade-specific-versions.mdx index a2f836f6d2..aac9b77fb0 100644 --- a/website/content/docs/api-gateway/upgrade-specific-versions.mdx +++ b/website/content/docs/api-gateway/upgrade-specific-versions.mdx @@ -231,8 +231,8 @@ Ensure that the following requirements are met prior to upgrading: 1. (Optional) Delete and recreate your routes. Note that it may take several minutes for attached routes to reconcile and start reporting bind errors. ```shell-session - $ kubectl delete -f - $ kubectl create -f + $ kubectl delete --filename + $ kubectl create --filename ``` ## Post-Upgrade Configuration Changes