Skip to content

Commit 265c579

Browse files
committed
update install kb and cli links
1 parent 1757277 commit 265c579

File tree

88 files changed

+560
-560
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+560
-560
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before proceeding, verify your environment meets these requirements:
2626
- A functional Kubernetes cluster (v1.21+ recommended)
2727
- `kubectl` v1.21+ installed and configured with cluster access
2828
- Helm installed ([installation guide](https://helm.sh/docs/intro/install/))
29-
- KubeBlocks installed ([installation guide](../user_docs/installation/install-kubeblocks.md))
29+
- KubeBlocks installed ([installation guide](../user_docs/overview/install-kubeblocks))
3030

3131
### Verify Elasticsearch Add-on
3232

docs/en/preview/kubeblocks-for-elasticsearch/_tpl/_prerequisites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Before proceeding, ensure the following:
22
- Environment Setup:
33
- A Kubernetes cluster is up and running.
44
- The kubectl CLI tool is configured to communicate with your cluster.
5-
- KubeBlocks CLI and KubeBlocks Operator are installed. Follow the installation instructions here.
5+
- [KubeBlocks CLI](../../user_docs/references/install-kbcli) and [KubeBlocks Operator](../../user_docs/overview/install-kubeblocks) are installed. Follow the installation instructions here.
66
- Namespace Preparation: To keep resources isolated, create a dedicated namespace for this tutorial:
77

88
```bash

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before proceeding, verify your environment meets these requirements:
2626
- A functional Kubernetes cluster (v1.21+ recommended)
2727
- `kubectl` v1.21+ installed and configured with cluster access
2828
- Helm installed ([installation guide](https://helm.sh/docs/intro/install/))
29-
- KubeBlocks installed ([installation guide](../user_docs/installation/install-kubeblocks.md))
29+
- KubeBlocks installed ([installation guide](../user_docs/overview/install-kubeblocks))
3030

3131
### Verify Kafka Add-on
3232

docs/en/preview/kubeblocks-for-kafka/_tpl/_prerequisites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Before proceeding, ensure the following:
22
- Environment Setup:
33
- A Kubernetes cluster is up and running.
44
- The kubectl CLI tool is configured to communicate with your cluster.
5-
- KubeBlocks CLI and KubeBlocks Operator are installed. Follow the installation instructions here.
5+
- [KubeBlocks CLI](../../user_docs/references/install-kbcli) and [KubeBlocks Operator](../../user_docs/overview/install-kubeblocks) are installed. Follow the installation instructions here.
66
- Namespace Preparation: To keep resources isolated, create a dedicated namespace for this tutorial:
77

88
```bash

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before proceeding, verify your environment meets these requirements:
2626
- A functional Kubernetes cluster (v1.21+ recommended)
2727
- `kubectl` v1.21+ installed and configured with cluster access
2828
- Helm installed ([installation guide](https://helm.sh/docs/intro/install/))
29-
- KubeBlocks installed ([installation guide](../user_docs/installation/install-kubeblocks.md))
29+
- KubeBlocks installed ([installation guide](../user_docs/overview/install-kubeblocks))
3030

3131
### Verify Milvus Add-on
3232

docs/en/preview/kubeblocks-for-milvus/_tpl/_prerequisites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Before proceeding, ensure the following:
22
- Environment Setup:
33
- A Kubernetes cluster is up and running.
44
- The kubectl CLI tool is configured to communicate with your cluster.
5-
- KubeBlocks CLI and KubeBlocks Operator are installed. Follow the installation instructions here.
5+
- [KubeBlocks CLI](../../user_docs/references/install-kbcli) and [KubeBlocks Operator](../../user_docs/overview/install-kubeblocks) are installed. Follow the installation instructions here.
66
- Namespace Preparation: To keep resources isolated, create a dedicated namespace for this tutorial:
77

88
```bash

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before proceeding, verify your environment meets these requirements:
2626
- A functional Kubernetes cluster (v1.21+ recommended)
2727
- `kubectl` v1.21+ installed and configured with cluster access
2828
- Helm installed ([installation guide](https://helm.sh/docs/intro/install/))
29-
- KubeBlocks installed ([installation guide](../user_docs/installation/install-kubeblocks.md))
29+
- KubeBlocks installed ([installation guide](../user_docs/overview/install-kubeblocks))
3030

3131
### Verify MongoDB Add-on
3232

docs/en/preview/kubeblocks-for-mongodb/05-backup-restore/01-create-backuprepo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This guide walks you through creating and configuring a BackupRepo in KubeBlocks
1313
## Prerequisites
1414
- AWS CLI configured with appropriate permissions to create S3 buckets.
1515
- kubectl access to your Kubernetes cluster.
16-
- KubeBlocks installed and running in the kb-system namespace.
16+
- KubeBlocks installed ([installation guide](../user_docs/overview/install-kubeblocks)) and running in the kb-system namespace.
1717

1818
## Step 1: Create S3 Bucket
1919

docs/en/preview/kubeblocks-for-mongodb/05-backup-restore/04-scheduled-continuous-backup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before proceeding, ensure the following:
2727
- Environment Setup:
2828
- A Kubernetes cluster is up and running.
2929
- The kubectl CLI tool is configured to communicate with your cluster.
30-
- KubeBlocks CLI and KubeBlocks Operator are installed. Follow the installation instructions here.
30+
- [KubeBlocks CLI](../../user_docs/references/install-kbcli) and [KubeBlocks Operator](../../user_docs/overview/install-kubeblocks) are installed. Follow the installation instructions here.
3131
- Namespace Preparation: To keep resources isolated, create a dedicated namespace for this tutorial:
3232

3333
```bash

docs/en/preview/kubeblocks-for-mongodb/_tpl/_prerequisites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Before proceeding, ensure the following:
22
- Environment Setup:
33
- A Kubernetes cluster is up and running.
44
- The kubectl CLI tool is configured to communicate with your cluster.
5-
- KubeBlocks CLI and KubeBlocks Operator are installed. Follow the installation instructions here.
5+
- [KubeBlocks CLI](../../user_docs/references/install-kbcli) and [KubeBlocks Operator](../../user_docs/overview/install-kubeblocks) are installed. Follow the installation instructions here.
66
- Namespace Preparation: To keep resources isolated, create a dedicated namespace for this tutorial:
77

88
```bash

0 commit comments

Comments
 (0)