mirror of https://github.com/status-im/consul.git
Update website/content/docs/api-gateway/upgrade-specific-versions.mdx
Co-authored-by: Nathan Coleman <nathan.coleman@hashicorp.com>
This commit is contained in:
parent
af030ba8ed
commit
c1e3119b8c
|
@ -35,7 +35,7 @@ Ensure that the following requirements are met prior to upgrading:
|
|||
$ kubectl get deployment --namespace consul consul-api-gateway-controller --output=jsonpath= "{@.spec.template.spec.containers[?(@.name=='api-gateway-controller')].image}"
|
||||
```
|
||||
|
||||
You should receive the following response:
|
||||
You should receive a response similar to the following:
|
||||
|
||||
```log
|
||||
"hashicorp/consul-api-gateway:0.2.1"
|
||||
|
|
Loading…
Reference in New Issue