From 79805ce5707fd5364dd0fa41a1d40651f8c4e7e2 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Wed, 31 Jul 2024 16:42:30 -0500 Subject: [PATCH 1/3] fix(clustered): clustered reference docs for `influxctl` incorrectly show `influxctl cluster list` subcommand Fixes #5472 - Add note to command in Clustered docs. --- .../clustered/reference/cli/influxctl/cluster/list.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/content/influxdb/clustered/reference/cli/influxctl/cluster/list.md b/content/influxdb/clustered/reference/cli/influxctl/cluster/list.md index b8c01ce88..4434ed7f5 100644 --- a/content/influxdb/clustered/reference/cli/influxctl/cluster/list.md +++ b/content/influxdb/clustered/reference/cli/influxctl/cluster/list.md @@ -9,6 +9,17 @@ menu: weight: 301 --- +{{% warn %}} + +#### Doesn't work with InfluxDB Clustered + +The `influxctl cluster list` command doesn't work for {{% product-name %}} +clusters. +To retrieve cluster information, use the [`influxctl cluster get ` +command](/influxdb/clustered/reference/cli/influxctl/cluster/get/). + +{{% /warn %}} + The `influxctl cluster list` command returns information about all InfluxDB clusters associated with your account ID. From 699e57d83f143cf15eff2b99b5e17e78517997fd Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Fri, 2 Aug 2024 09:01:13 -0500 Subject: [PATCH 2/3] Update list.md --- .../influxdb/clustered/reference/cli/influxctl/cluster/list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb/clustered/reference/cli/influxctl/cluster/list.md b/content/influxdb/clustered/reference/cli/influxctl/cluster/list.md index 4434ed7f5..a95a4fbbf 100644 --- a/content/influxdb/clustered/reference/cli/influxctl/cluster/list.md +++ b/content/influxdb/clustered/reference/cli/influxctl/cluster/list.md @@ -13,7 +13,7 @@ weight: 301 #### Doesn't work with InfluxDB Clustered -The `influxctl cluster list` command doesn't work for {{% product-name %}} +The `influxctl cluster list` command won't work with {{% product-name %}} clusters. To retrieve cluster information, use the [`influxctl cluster get ` command](/influxdb/clustered/reference/cli/influxctl/cluster/get/). From bdb0a55a4db821a68bc468f280ef91a535e0800e Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Fri, 2 Aug 2024 09:02:02 -0500 Subject: [PATCH 3/3] Update content/influxdb/clustered/reference/cli/influxctl/cluster/list.md --- .../influxdb/clustered/reference/cli/influxctl/cluster/list.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/influxdb/clustered/reference/cli/influxctl/cluster/list.md b/content/influxdb/clustered/reference/cli/influxctl/cluster/list.md index a95a4fbbf..3696d132e 100644 --- a/content/influxdb/clustered/reference/cli/influxctl/cluster/list.md +++ b/content/influxdb/clustered/reference/cli/influxctl/cluster/list.md @@ -13,8 +13,7 @@ weight: 301 #### Doesn't work with InfluxDB Clustered -The `influxctl cluster list` command won't work with {{% product-name %}} -clusters. +The `influxctl cluster list` command won't work with {{% product-name %}}. To retrieve cluster information, use the [`influxctl cluster get ` command](/influxdb/clustered/reference/cli/influxctl/cluster/get/).