From ab294d9c19d22b09e7598e1795c58b64b15ffc9f Mon Sep 17 00:00:00 2001 From: Adam S Date: Tue, 6 May 2025 10:37:33 -0700 Subject: [PATCH] Add influxdb namespace to identify version Add influxdb namespace to identify current InfluxDB Clustered package version, which matches the influxdb namespace example used to apply the updated image. --- content/influxdb3/clustered/admin/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb3/clustered/admin/upgrade.md b/content/influxdb3/clustered/admin/upgrade.md index 1664e9a728..5691fc4f01 100644 --- a/content/influxdb3/clustered/admin/upgrade.md +++ b/content/influxdb3/clustered/admin/upgrade.md @@ -51,7 +51,7 @@ Use the following command to return the image Kubernetes uses to build your InfluxDB cluster: ```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:`):