Skip to content

Commit d1ffc64

Browse files
committed
update comments for hscale in
1 parent ea6ce3a commit d1ffc64

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

docs/en/preview/kubeblocks-for-kafka/04-operations/03-horizontal-scaling.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import VerifyCluster from '../_tpl/_verify-cluster.mdx'
3838

3939
**Expected Workflow**:
4040

41-
1. New pod is provisioned, and transitions from `Pending` to `Running` with `secondary` role.
41+
1. New pod is provisioned, and transitions from `Pending` to `Running`.
4242
2. Cluster status changes from `Updating` to `Running`
4343

4444

@@ -152,7 +152,7 @@ kafka-separated-cluster-kafka-broker-1 2/2 Running 0 28s
152152
# Specifies the replica changes for scaling in components
153153
scaleIn:
154154
# Specifies the replica changes for the component.
155-
# add one more replica to current component
155+
# remove one replica from current component
156156
replicaChanges: 1
157157
```
158158

docs/en/preview/kubeblocks-for-kafka/04-operations/05-manage-loadbalancer.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ kubectl get service -l app.kubernetes.io/instance=kafka-separated-cluster -n dem
207207

208208
Expected Output:
209209
```bash
210-
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
211-
kafka-separated-cluster-kafka-broker-advertised-listener-0 ClusterIP 10.96.101.247 <none> 9092/TCP 24m
212-
kafka-separated-cluster-kafka-broker-internet NodePort 10.96.180.189 <EXTERNAL_IP> 9092:31243/TCP 59s
210+
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
211+
kafka-separated-cluster-kafka-broker-advertised-listener-0 ClusterIP 10.96.101.247 <none> 9092/TCP 24m
212+
kafka-separated-cluster-kafka-broker-internet LoadBalancer 10.96.180.189 <EXTERNAL_IP> 9092:31243/TCP 59s
213213
```
214214

215215
## Disable External Exposure

docs/en/preview/kubeblocks-for-milvus/04-operations/03-horizontal-scaling.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ milvus-cluster-querynode-2 1/1 Running 0 99m
150150
# Specifies the replica changes for scaling in components
151151
scaleIn:
152152
# Specifies the replica changes for the component.
153-
# add one more replica to current component
153+
# remove one replica from current component
154154
replicaChanges: 1
155155
```
156156
@@ -201,7 +201,7 @@ kubectl patch cluster milvus-cluster -n demo --type='json' -p='[
201201

202202
### Verify Scale-In
203203

204-
Expected Output (ONE Pod):
204+
Expected Output (Two Pod):
205205
```bash
206206
kubectl get pods -n demo -l app.kubernetes.io/instance=milvus-cluster
207207
NAME READY STATUS RESTARTS AGE

docs/en/preview/kubeblocks-for-mongodb/04-operations/03-horizontal-scaling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ If the replica being scaled-in happens to be a primary replica, KubeBlocks will
173173
# Specifies the replica changes for scaling in components
174174
scaleIn:
175175
# Specifies the replica changes for the component.
176-
# add one more replica to current component
176+
# remove one replica from current component
177177
replicaChanges: 1
178178
```
179179

docs/en/preview/kubeblocks-for-mysql/04-operations/03-horizontal-scaling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ spec:
199199
# Specifies the replica changes for scaling in components
200200
scaleIn:
201201
# Specifies the replica changes for the component.
202-
# add one more replica to current component
202+
# remove one replica from current component
203203
replicaChanges: 1
204204
EOF
205205
```

docs/en/preview/kubeblocks-for-postgresql/04-operations/03-horizontal-scaling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ If the replica being scaled-in happens to be a primary replica, KubeBlocks will
196196
# Specifies the replica changes for scaling in components
197197
scaleIn:
198198
# Specifies the replica changes for the component.
199-
# add one more replica to current component
199+
# remove one replica from current component
200200
replicaChanges: 1
201201
```
202202

docs/en/preview/kubeblocks-for-qdrant/04-operations/03-horizontal-scaling.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import VerifyCluster from '../_tpl/_verify-cluster.mdx'
3838

3939
**Expected Workflow**:
4040

41-
1. New pod is provisioned, and transitions from `Pending` to `Running` with `secondary` role.
41+
1. New pod is provisioned, and transitions from `Pending` to `Running`.
4242
2. Cluster status changes from `Updating` to `Running`
4343

4444
:::note
@@ -169,7 +169,7 @@ It is handled by Qdrant `MemberLeave` operation, and Pods won't be deleted until
169169
# Specifies the replica changes for scaling in components
170170
scaleIn:
171171
# Specifies the replica changes for the component.
172-
# add one more replica to current component
172+
# remove one replica from current component
173173
replicaChanges: 1
174174
```
175175

docs/en/preview/kubeblocks-for-rabbitmq/04-operations/03-horizontal-scaling.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import VerifyCluster from '../_tpl/_verify-cluster.mdx'
3838

3939
**Expected Workflow**:
4040

41-
1. New pod is provisioned, and transitions from `Pending` to `Running` with `secondary` role.
41+
1. New pod is provisioned, and transitions from `Pending` to `Running`.
4242
2. Cluster status changes from `Updating` to `Running`
4343

4444
:::note
@@ -161,7 +161,7 @@ rabbitmq-cluster-rabbitmq-3 2/2 Running 0 3m54s
161161
# Specifies the replica changes for scaling in components
162162
scaleIn:
163163
# Specifies the replica changes for the component.
164-
# add one more replica to current component
164+
# remove one replica from current component
165165
replicaChanges: 1
166166
```
167167

docs/en/preview/kubeblocks-for-redis/04-operations/03-horizontal-scaling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ If the replica being scaled-in happens to be a primary replica, KubeBlocks will
179179
# Specifies the replica changes for scaling in components
180180
scaleIn:
181181
# Specifies the replica changes for the component.
182-
# add one more replica to current component
182+
# remove one replica from current component
183183
replicaChanges: 1
184184
```
185185

0 commit comments

Comments
 (0)