Skip to content

Commit 9d576a0

Browse files
committed
Fix incorrect public operator migration commands
1 parent 3989ef4 commit 9d576a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/current/v25.3/migrate-cockroachdb-kubernetes-operator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,15 @@ The {{ site.data.products.cockroachdb-operator }} uses slightly different certif
7878
7979
{% include_cached copy-clipboard.html %}
8080
~~~ shell
81-
bin/migration-helper migrate-certs --statefulset-name $STS_NAME --namespace $NAMESPACE
81+
bin/migration-helper migrate-certs --statefulset-name $CRDBCLUSTER --namespace $NAMESPACE
8282
~~~
8383
8484
Generate a manifest for each crdbnode and the crdbcluster based on the state of the StatefulSet. The new pods and their associated PVCs must have the same names as the original StatefulSet-managed pods and PVCs. The new {{ site.data.products.cockroachdb-operator }}-managed pods will then use the original PVCs, rather than replicate data into empty nodes.
8585
8686
{% include_cached copy-clipboard.html %}
8787
~~~ shell
8888
mkdir -p manifests
89-
bin/migration-helper build-manifest helm --statefulset-name $STS_NAME --namespace $NAMESPACE --cloud-provider $CLOUD_PROVIDER --cloud-region $REGION --output-dir ./manifests
89+
migration-helper build-manifest operator --crdb-cluster $CRDBCLUSTER --namespace $NAMESPACE --cloud-provider $CLOUD_PROVIDER --cloud-region $REGION --output-dir ./manifests
9090
~~~
9191
9292
## Step 3. Uninstall and replace the {{ site.data.products.public-operator }}

0 commit comments

Comments
 (0)