Skip to content

Commit 7e3ede9

Browse files
committed
2 parents 25b6e2d + 7955aa4 commit 7e3ede9

File tree

8 files changed

+14147
-14248
lines changed

8 files changed

+14147
-14248
lines changed

docs/en/preview/user_docs/overview/install-kubeblocks.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ KubeBlocks is Kubernetes-native, you can use Helm or kubectl with a YAML file to
3030
- **Data Plane**: nodes running databases instances
3131

3232

33-
### System Requirements
33+
### Prerequisites
3434

3535
Before proceeding, verify your environment meets these requirements:
3636

@@ -431,14 +431,14 @@ These resources were kept due to the resource policy:
431431

432432
Some resources are kept due to resource policy, then check and remove them all
433433

434-
3. check remaining resources, such as ComponentDefinition, and ConfigMaps for Configuration
434+
3. Check remaining resources, such as ComponentDefinition, ConfigMaps for Configuration, and remove them all.
435435
```bash
436436
kubectl get componentdefinitions.apps.kubeblocks.io
437437
kubectl get parametersdefinitions.parameters.kubeblocks.io
438438
kubectl get configmap -n kb-system | grep configuration
439439
kubectl get configmap -n kb-system | grep template
440440
```
441-
and remove them all
441+
442442

443443
For example
444444
```bash
@@ -465,7 +465,7 @@ kubectl get crd | grep kubeblocks.io | awk '{print $1}' | while read crd; do
465465
done
466466
```
467467

468-
If the output shows some custom resource left, please remove them all.
468+
If the output shows any custom resource left, please remove them all.
469469

470470
6. Uninstall KubeBlocks
471471

@@ -503,7 +503,7 @@ kbcli addon list | grep Enabled
503503
2. set `keepResource=false` for all addons
504504
```bash
505505
# update addons values, to remove annotation 'helm.sh/resource-policy: keep' from ComponentDefinition/ConfigMaps
506-
kbcli addon enable <addoName> --set extra.keepResource=false
506+
kbcli addon enable <addonName> --set extra.keepResource=false
507507
```
508508

509509
For example
@@ -534,7 +534,7 @@ kbcli addon disable postgresql
534534
kbcli addon disable redis
535535
```
536536

537-
4. Verify all KubeBlocks resource are deleted
537+
4. Verify all KubeBlocks resources are deleted
538538

539539
```bash
540540
kubectl get crd | grep kubeblocks.io | awk '{print $1}' | while read crd; do
@@ -552,7 +552,7 @@ If the output shows some custom resource left, please remove them all.
552552
kbcli kubeblocks uninstall
553553
```
554554

555-
6. Verify all KubeBlocks resource are deleted
555+
6. Verify all KubeBlocks resources are deleted
556556

557557
```bash
558558
kubectl get crd | grep kubeblocks.io | awk '{print $1}' | while read crd; do

docs/en/preview/user_docs/references/api-reference/add-on.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Add-On API Reference
33
description: Add-On API Reference
44
keywords: [add-on, api]
5-
sidebar_position: 3
5+
sidebar_position: 5
66
sidebar_label: Add-On
77
---
88
<br />
@@ -110,6 +110,7 @@ AddonSpec
110110
<br/>
111111
<br/>
112112
<table>
113+
<tbody>
113114
<tr>
114115

115116
<td>
@@ -311,6 +312,7 @@ Specifies the CLI plugin installation specifications.
311312
</td>
312313

313314
</tr>
315+
</tbody>
314316
</table>
315317

316318
</td>

0 commit comments

Comments
 (0)