Skip to content

Commit 3bee5b5

Browse files
JakeSCahillclaude
andcommitted
Fix inaccuracies in stretch clusters documentation
- Remove incorrect organization=redpanda requirement from TLS prerequisites (the bootstrap command uses "Redpanda" as default, and this detail is unnecessary for users since the command handles it automatically) - Update status command validation list to match actual implementation: pod health, TLS validity, Raft state, unique cluster names, peer consistency, and CA consistency Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a26813c commit 3bee5b5

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Before deploying a Stretch Cluster, ensure you have:
5959

6060
* **TLS certificates for inter-operator communication**:
6161
** ECDSA P-256 certificates (not RSA)
62-
** Shared Certificate Authority (CA) with `organization=redpanda`
62+
** Shared Certificate Authority (CA)
6363
** Individual certificates for each operator signed by the CA
6464
** Subject Alternative Names (SANs) including all service FQDNs and IP addresses
6565
** Both ServerAuth and ClientAuth key usage
@@ -433,11 +433,12 @@ rpk k8s multicluster status \
433433

434434
This command validates:
435435

436-
* StretchCluster resource existence and status
437-
* NodePool binding and configuration
438-
* Cross-cluster secret synchronization
439-
* Broker health across all clusters
440-
* Spec consistency across clusters
436+
* Operator pod health and deployment configuration
437+
* TLS certificate validity and Subject Alternative Names (SANs)
438+
* Raft consensus state and leader agreement
439+
* Unique cluster names across all peers
440+
* Peer configuration consistency
441+
* CA certificate consistency across clusters
441442

442443
=== Operators not forming Raft cluster
443444

0 commit comments

Comments
 (0)