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:23:57 -04:00 committed by GitHub
parent 0727a0f4fd
commit 019907a51a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Ensure that the following requirements are met prior to upgrading:
1. Retrieve all routes that have a backend in a different namespace. If you have installed the [`jq`](https://stedolan.github.io/jq/) utility, you can skip to [step 4](#jq-command). Otherwise, issue the following command to get all `HTTPRoutes` and `TCPRoutes` across all namespaces:
```shell-session
$ kubectl get HTTPRoute,TCPRoute -o json -A
$ kubectl get HTTPRoute,TCPRoute --output json --all-namespaces
```
Note that the command only retrieves `HTTPRoutes` and `TCPRoutes`. `TLSRoutes` and `UDPRoutes` are not supported in v0.1.0.