Skip to content

Commit 5f16daf

Browse files
Apply suggestions from code review
Co-authored-by: NishanthNalluri <[email protected]>
1 parent 6a47979 commit 5f16daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/current/v25.2/scale-cockroachdb-operator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ Do not scale down to fewer than 3 nodes. This is considered an anti-pattern on C
110110
When a Kubernetes node is scheduled for removal or maintenance, the {{ site.data.products.cockroachdb-operator }} can be instructed to decommission the CockroachDB nodes scheduled on this Kubernetes node. Decommissioning safely moves data and workloads away before the node goes offline.
111111

112112
{{site.data.alerts.callout_info}}
113-
Once annotated, the Kubernetes node is cordoned so no further pods are scheduled on the node. The annotation is not a mark for future removal, as CockroachDB is decommissioned on the node immediately.
113+
Once annotated, the Kubernetes node is cordoned so no further pods are scheduled on the node and the decommissioning process for the CockroachDB pods scheduled on this Kubernetes node begins immediately.
114114

115-
If cluster capacity is limited, replacement pods may remain in the `Pending` state until new nodes are available.
115+
If cluster resources are constrained, replacement pods may remain in the Pending state until the Kubernetes scheduler identifies suitable nodes.
116116
{{site.data.alerts.end}}
117117

118118
The following prerequisites are necessary for the {{ site.data.products.cockroachdb-operator }} to be able to decommission a CockroachDB node:

0 commit comments

Comments
 (0)