Skip to content

Commit e05da7b

Browse files
committed
Add warning about RPC downtime during Helm migration
1 parent cd0e9f7 commit e05da7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/current/v25.2/migrate-cockroachdb-kubernetes-helm.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ If your existing cluster was created using the {{ site.data.products.public-oper
2525

2626
This migration can be completed without affecting cluster availability, and preserves existing disks so that data doesn't need to be replicated into empty volumes. The process scales down the StatefulSet by one node before adding each operator-managed pod, so the maximum cluster capacity will be reduced by one node periodically throughout the migration.
2727

28+
{{site.data.alerts.callout_danger}}
29+
The {{ site.data.products.cockroachdb-operator }} uses a different port than StatefulSets for RPC services, meaning that the migration will cause temporary downtime specifically for issuing commands that use RPCs. This includes commands such as `cockroach node drain` and `cockroach node decommission`. Plan for this limited downtime until the public service is updated in Step 4 as described in this guide.
30+
{{site.data.alerts.end}}
31+
2832
## Step 1. Prepare the migration helper
2933

3034
Build the migration helper and add the `./bin` directory to your PATH:

0 commit comments

Comments
 (0)