Update website/content/docs/api-gateway/upgrade-specific-versions.mdx
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
This commit is contained in:
parent
b5b4bd3f73
commit
7f8b9aa520
|
@ -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 <path_to_route_config.yaml>
|
||||
$ kubectl create -f <path_to_route_config.yaml>
|
||||
$ kubectl delete --filename <path_to_route_config.yaml>
|
||||
$ kubectl create --filename <path_to_route_config.yaml>
|
||||
```
|
||||
|
||||
## Post-Upgrade Configuration Changes
|
||||
|
|
Loading…
Reference in New Issue