Update website/content/docs/api-gateway/upgrade-specific-versions.mdx

Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
This commit is contained in:
Nathan Coleman 2022-04-27 14:14:27 -04:00 committed by GitHub
parent b5b4bd3f73
commit 7f8b9aa520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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. 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 ```shell-session
$ kubectl delete -f <path_to_route_config.yaml> $ kubectl delete --filename <path_to_route_config.yaml>
$ kubectl create -f <path_to_route_config.yaml> $ kubectl create --filename <path_to_route_config.yaml>
``` ```
## Post-Upgrade Configuration Changes ## Post-Upgrade Configuration Changes