Add influxdb namespace to identify version (#6044)
Add influxdb namespace to identify current InfluxDB Clustered package version, which matches the influxdb namespace example used to apply the updated image. Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>pull/6128/head^2
parent
13e38b93d6
commit
d177f373f9
|
@ -51,7 +51,7 @@ Use the following command to return the image Kubernetes uses to build your
|
||||||
InfluxDB cluster:
|
InfluxDB cluster:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
kubectl get appinstances.kubecfg.dev influxdb -o jsonpath='{.spec.package.image}'
|
kubectl get appinstances.kubecfg.dev influxdb -n influxdb -o jsonpath='{.spec.package.image}'
|
||||||
```
|
```
|
||||||
|
|
||||||
The package version number is at the end of the returned string (after `influxdb:`):
|
The package version number is at the end of the returned string (after `influxdb:`):
|
||||||
|
|
Loading…
Reference in New Issue