Skip to content

Commit d177f37

Browse files
abalone23sanderson
andauthored
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>
1 parent 13e38b9 commit d177f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/influxdb3/clustered/admin/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Use the following command to return the image Kubernetes uses to build your
5151
InfluxDB cluster:
5252

5353
```sh
54-
kubectl get appinstances.kubecfg.dev influxdb -o jsonpath='{.spec.package.image}'
54+
kubectl get appinstances.kubecfg.dev influxdb -n influxdb -o jsonpath='{.spec.package.image}'
5555
```
5656

5757
The package version number is at the end of the returned string (after `influxdb:`):

0 commit comments

Comments
 (0)