mirror of https://github.com/status-im/consul.git
Update website/content/docs/api-gateway/upgrade-specific-versions.mdx
Co-authored-by: Karl Cardenas <kcardenas@hashicorp.com>
This commit is contained in:
parent
1c17b2c9c3
commit
45be1d370f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue