Skip to content

Commit cbd38d1

Browse files
authored
Merge pull request #44 from apecloud/support/add-kb-release-notes
chore: add kb release notes
2 parents bec9e46 + b35977d commit cbd38d1

File tree

34 files changed

+850
-75
lines changed

34 files changed

+850
-75
lines changed

blogs/en/instanceset-introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ By default, InstanceSet updates each instance sequentially in descending order.
136136

137137
If the instances are granted with roles (which will be discussed in the following sections), InstanceSet updates them according to their role priorities, starting from the lowest to the highest. If the role priorities are the same, the instances are updated further in descending ordinal order.
138138

139-
InstanceSet supports more update behaviors by configuring `spec.updateStrategy`. For example, you can control the total number of instances to be updated using `spec.updateStrategy.rollingUpdate.partition` and manage the maximum number of unavailable instances during the update process with `spec.updateStrategy.rollingUpdate.maxUnavailable`. For more details, refer to the [`spec.updateStrategy` API documentation](https://kubeblocks.io/docs/preview/developer_docs/api-reference/cluster#apps.kubeblocks.io/v1alpha1.UpdateStrategy).
139+
InstanceSet supports more update behaviors by configuring `spec.updateStrategy`. For example, you can control the total number of instances to be updated using `spec.updateStrategy.rollingUpdate.partition` and manage the maximum number of unavailable instances during the update process with `spec.updateStrategy.rollingUpdate.maxUnavailable`. For more details, refer to the [`spec.updateStrategy` API documentation](../user_docs/references/api-reference/cluster#apps.kubeblocks.io/v1alpha1.UpdateStrategy).
140140

141141
### In-place update
142142

blogs/en/migrate-redis-in-kuaishou-from-bare-metal-to-k8s.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Consider a typical setup, as shown in the image below, where a single instance o
3838
![Data replication](/img/blogs/redis-kuaishou-2.png)
3939

4040
1. This is a single point of failure - the system is highly vulnerable to outages.
41-
2. The throughput of a single Redis instance is inherently limited.
41+
2. The throughput of a single Redis instance is inherently limited.
4242
3. The risk of data loss is extremely high.
4343

4444
To address these problems, we can scale out the StatefulSet horizontally, increasing the number of replicas from one to three. But this introduces a new set of problems about managing the replication relationships between these replicas.
@@ -71,7 +71,7 @@ The first is called "[In-place Instance Update](https://kubeblocks.io/docs/previ
7171

7272
![In-place update](/img/blogs/redis-kuaishou-4.png)
7373

74-
We divide database parameters into three types: **Immutable**, **Static** and **Dynamic**.
74+
We divide database parameters into three types: **Immutable**, **Static** and **Dynamic**.
7575

7676
- A immutable parameter cannot be changed once set.
7777
- A static parameter can be changed but need a database restart.
@@ -135,7 +135,7 @@ What are stateful services, and how do they differ from stateless ones?
135135

136136
At first glance, the difference might seem as simple as whether or not the service maintains state information. However, we think **the real distinction lies in the unequal relationship between instances**. Different instances in a stateful service play different roles and store different data, making them irreplaceable. You can’t just discard any instance randomly. This unequal relationship is dynamic and can change during runtime, such as during a switchover. KubeBlocks is built to manage this complexity, offering **role-based management capabilities**.
137137

138-
Furthermore, KubeBlocks supports multiple databases, **eliminating the need to create a dedicated operator for each one**. It also provides **process-oriented APIs through OpsRequest**, simplifying database migration. For those interested in the specifics, you can delve deeper into [KubeBlocks APIs in the official documentation](https://kubeblocks.io/docs/preview/developer_docs/api-reference/cluster).
138+
Furthermore, KubeBlocks supports multiple databases, **eliminating the need to create a dedicated operator for each one**. It also provides **process-oriented APIs through OpsRequest**, simplifying database migration. For those interested in the specifics, you can delve deeper into [KubeBlocks APIs in the official documentation](../user_docs/references/api-reference/cluster).
139139

140140
![Why KubeBlocks](/img/blogs/redis-kuaishou-9.png)
141141

docs/en/preview/kubeblocks-for-elasticsearch/02-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ spec:
157157
storage: 20Gi
158158
```
159159
160-
For more API fields and descriptions, refer to the [API Reference](https://kubeblocks.io/docs/preview/developer_docs/api-reference/cluster).
160+
For more API fields and descriptions, refer to the [API Reference](../user_docs/references/api-reference/cluster).
161161
162162
## Verify Cluster Status
163163

docs/en/preview/kubeblocks-for-kafka/02-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ spec:
217217
memory: "0.2Gi"
218218
```
219219
220-
For more API fields and descriptions, refer to the [API Reference](https://kubeblocks.io/docs/preview/developer_docs/api-reference/cluster).
220+
For more API fields and descriptions, refer to the [API Reference](../user_docs/references/api-reference/cluster).
221221
222222
## Verify Cluster Status
223223

docs/en/preview/kubeblocks-for-milvus/02-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ spec:
233233
storage: 20Gi
234234
```
235235
236-
For more API fields and descriptions, refer to the [API Reference](https://kubeblocks.io/docs/preview/developer_docs/api-reference/cluster).
236+
For more API fields and descriptions, refer to the [API Reference](../user_docs/references/api-reference/cluster).
237237
238238
## Verify Cluster Status
239239

docs/en/preview/kubeblocks-for-mongodb/02-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ spec:
255255
storage: 20Gi
256256
```
257257
258-
For more API fields and descriptions, refer to the [API Reference](https://kubeblocks.io/docs/preview/developer_docs/api-reference/cluster).
258+
For more API fields and descriptions, refer to the [API Reference](../user_docs/references/api-reference/cluster).
259259
260260
### Create a Version-Specific MongoDB ReplicaSet Cluster
261261

docs/en/preview/kubeblocks-for-postgresql/02-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ spec:
267267
storage: 20Gi
268268
```
269269
270-
For more API fields and descriptions, refer to the [API Reference](https://kubeblocks.io/docs/preview/developer_docs/api-reference/cluster).
270+
For more API fields and descriptions, refer to the [API Reference](../user_docs/references/api-reference/cluster).
271271
272272
### Create a Version-Specific PostgreSQL Cluster
273273

docs/en/preview/kubeblocks-for-qdrant/02-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ spec:
244244
storage: 20Gi
245245
```
246246
247-
For more API fields and descriptions, refer to the [API Reference](https://kubeblocks.io/docs/preview/developer_docs/api-reference/cluster).
247+
For more API fields and descriptions, refer to the [API Reference](../user_docs/references/api-reference/cluster).
248248
249249
### Create a Version-Specific Qdrant Cluster
250250

docs/en/preview/kubeblocks-for-rabbitmq/02-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ spec:
246246
storage: 20Gi
247247
```
248248
249-
For more API fields and descriptions, refer to the [API Reference](https://kubeblocks.io/docs/preview/developer_docs/api-reference/cluster).
249+
For more API fields and descriptions, refer to the [API Reference](../user_docs/references/api-reference/cluster).
250250
251251
### Create a Version-Specific RabbitMQ Cluster
252252

docs/en/preview/kubeblocks-for-redis/02-quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ spec:
255255
storage: 20Gi
256256
```
257257
258-
For more API fields and descriptions, refer to the [API Reference](https://kubeblocks.io/docs/preview/developer_docs/api-reference/cluster).
258+
For more API fields and descriptions, refer to the [API Reference](../user_docs/references/api-reference/cluster).
259259
260260
### Create a Version-Specific Redis Replication Cluster
261261

0 commit comments

Comments
 (0)