Skip to content

Commit a26813c

Browse files
JakeSCahillclaude
andcommitted
Fix incorrect rpk command name
Change rpk k8s multicluster check → status The correct diagnostics command is `rpk k8s multicluster status`, not `check`. The `check` command doesn't exist in the operator codebase. Implementation: operator/cmd/rpk-k8s/k8s/multicluster/status.go Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 6108e92 commit a26813c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/deploy/pages/redpanda/kubernetes/k-stretch-clusters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ The Redpanda Operator provides a diagnostic command to check StretchCluster heal
424424

425425
[,bash]
426426
----
427-
rpk k8s multicluster check \
427+
rpk k8s multicluster status \
428428
--context <cluster-1-context> \
429429
--context <cluster-2-context> \
430430
--context <cluster-3-context> \

0 commit comments

Comments
 (0)