Skip to content

Commit

Permalink
docs: sync 0.9 docs (#8122)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle-0808 authored Sep 11, 2024
1 parent 6f17ebd commit e3de488
Show file tree
Hide file tree
Showing 57 changed files with 601 additions and 568 deletions.

This file was deleted.

This file was deleted.

17 changes: 0 additions & 17 deletions docs/api_docs/connect_database/overview-of-database-connection.md

This file was deleted.

4 changes: 0 additions & 4 deletions docs/api_docs/installation/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
position: 3
label: Installation
collapsible: true
collapsed: true
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This tutorial shows how to create and connect to an ApeCloud MySQL cluster.

### Before you start

* [Install KubeBlocks](./../../installation/install-kubeblocks.md).
* Make sure the `apecloud-mysql` cluster definition is installed. If the cluster definition is not available, refer to [this doc](./../../installation/install-addons.md) to enable it first.
* [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
* Make sure the `apecloud-mysql` cluster definition is installed. If the cluster definition is not available, refer to [this doc](../../../user_docs/installation/install-with-helm/install-addons.md) to enable it first.

```bash
kubectl get clusterdefinition apecloud-mysql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ But it's also important to note that the dynamic parameter configuration doesn't

## Before you start

1. [Install KubeBlocks](./../../installation/install-kubeblocks.md).
1. [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
2. [Create an ApeCloud MySQL cluster](./../cluster-management/create-and-connect-an-apecloud-mysql-cluster.md).

## Configure cluster parameters by editing configuration file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The faults here are all simulated by deleting pods. When there are sufficient re

### Before you start

* [Install KubeBlocks](./../../installation/install-kubeblocks.md).
* [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
* [Create an ApeCloud MySQL RaftGroup Cluster](./../cluster-management/create-and-connect-an-apecloud-mysql-cluster.md).
* Run `kubectl get cd apecloud-mysql -o yaml` to check whether _rolechangedprobe_ is enabled in the ApeCloud MySQL RaftGroup Cluster (it is enabled by default). If the following configuration exists, it indicates that it is enabled:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import TabItem from '@theme/TabItem';

## Before you start

1. [Install KubeBlocks](./../../installation/install-kubeblocks.md).
1. [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
2. Prepare an ApeCloud MySQL RaftGroup named `mycluster` for demonstrating how to enable the proxy function for an existing cluster. Refer to [Create a MySQL cluster](./../cluster-management/create-and-connect-an-apecloud-mysql-cluster.md) for details.

## Create a Proxy Cluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ KubeBlocks supports the management of Elasticsearch. This tutorial illustrates h

## Before you start

* [Install KubeBlocks](./../installation/install-kubeblocks.md).
* [Install KubeBlocks](../../user_docs/installation/install-with-helm/install-kubeblocks.md).
* View all the database types and versions available for creating a cluster.

Make sure the `elasticsearch` cluster definition is installed. If the cluster definition is not available, refer to [this doc](./../installation/install-addons.md) to enable it first.
Make sure the `elasticsearch` cluster definition is installed. If the cluster definition is not available, refer to [this doc](../../user_docs/installation/install-with-helm/install-addons.md) to enable it first.

```bash
kubectl get clusterdefinition elasticsearch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ This document shows how to create a Kafka cluster by `kubectl` or a YAML file.

## Before you start

* [Install KubeBlocks](./../../installation/install-kubeblocks.md).
* [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
* View all the database types and versions available for creating a cluster.

Make sure the `kafka` cluster definition is installed. If the cluster definition is not available, refer to [this doc](./../../installation/install-addons.md) to enable it first.
Make sure the `kafka` cluster definition is installed. If the cluster definition is not available, refer to [this doc](../../../user_docs/installation/install-with-helm/install-addons.md) to enable it first.

```bash
kubectl get clusterdefinition kafka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This guide shows how to configure cluster parameters.

## Before you start

1. [Install KubeBlocks](./../../installation/install-kubeblocks.md).
1. [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
2. [Create a Kafka cluster](./../cluster-management/create-a-kafka-cluster.md).

## Configure cluster parameters by editing configuration file
Expand Down
4 changes: 2 additions & 2 deletions docs/api_docs/kubeblocks-for-milvus/manage-milvus.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ This tutorial illustrates how to create and manage a Milvus cluster by `kubectl`

## Before you start

* [Install KubeBlocks](./../installation/install-kubeblocks.md).
* [Install KubeBlocks](../../user_docs/installation/install-with-helm/install-kubeblocks.md).
* View all the database types and versions available for creating a cluster.

Make sure the `milvus` cluster definition is installed. If the cluster definition is not available, refer to [this doc](./../installation/install-addons.md) to enable it first.
Make sure the `milvus` cluster definition is installed. If the cluster definition is not available, refer to [this doc](../../user_docs/installation/install-with-helm/install-addons.md) to enable it first.

```bash
kubectl get clusterdefinition milvus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ This tutorial shows how to create and connect to a MongoDB cluster.

### Before you start

* [Install KubeBlocks](./../../installation/install-kubeblocks.md).
* [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).

* View all the database types and versions available for creating a cluster.

Make sure the `mongodb` cluster definition is installed. If the cluster definition is not available, refer to [this doc](./../../installation/install-addons.md) to enable it first.
Make sure the `mongodb` cluster definition is installed. If the cluster definition is not available, refer to [this doc](../../../user_docs/installation/install-with-helm/install-addons.md) to enable it first.

```bash
kubectl get clusterdefinition mongodb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This guide shows how to configure cluster parameters.

## Before you start

1. [Install KubeBlocks](./../../installation/install-kubeblocks.md).
1. [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
2. [Create a MongoDB cluster](./../cluster-management/create-and-connect-to-a-mongodb-cluster.md).

## Configure cluster parameters by configuration file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ This tutorial shows how to create and connect to a MySQL cluster.

### Before you start

* [Install KubeBlocks](./../../installation/install-kubeblocks.md).
* [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
* View all the database types and versions available for creating a cluster.

* Make sure the `mysql` cluster definition is installed. If the cluster definition is not available, refer to [this doc](./../../installation/install-addons.md) to enable it first.
* Make sure the `mysql` cluster definition is installed. If the cluster definition is not available, refer to [this doc](../../../user_docs/installation/install-with-helm/install-addons.md) to enable it first.

```bash
kubectl get clusterdefinition mysql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ But it's also important to note that the dynamic parameter configuration doesn't

## Before you start

1. [Install KubeBlocks](./../../installation/install-kubeblocks.md).
1. [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
2. [Create a MySQL cluster](./../cluster-management/create-and-connect-a-mysql-cluster.md).

## Configure cluster parameters by editing configuration file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The faults here are all simulated by deleting pods. When there are sufficient re

### Before you start

* [Install KubeBlocks](./../../installation/install-kubeblocks.md).
* [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
* [Create a MySQL Replication Cluster](./../cluster-management/create-and-connect-a-mysql-cluster.md).
* Run `kubectl get cd mysql -o yaml` to check whether _rolechangedprobe_ is enabled in the MySQL Replication Cluster (it is enabled by default). If the following configuration exists, it indicates that it is enabled:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ This tutorial shows how to create and connect to a PostgreSQL cluster.

### Before you start

* [Install KubeBlocks](./../../installation/install-kubeblocks.md).
* [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
* View all the database types and versions available for creating a cluster.

Make sure the `postgresql` cluster definition is installed. If the cluster definition is not available, refer to [this doc](./../../installation/install-addons.md) to enable it first.
Make sure the `postgresql` cluster definition is installed. If the cluster definition is not available, refer to [this doc](../../../user_docs/installation/install-with-helm/install-addons.md) to enable it first.

```bash
kubectl get clusterdefinition postgresql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ But it's also important to note that the dynamic parameter configuration doesn't

## Before you start

1. [Install KubeBlocks](./../../installation/install-kubeblocks.md).
1. [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
2. [Create a PostgreSQL cluster](./../cluster-management/create-and-connect-a-postgresql-cluster.md).

## Configure cluster parameters by editing configuration file
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ KubeBlocks integrates [the open-source Patroni solution](https://patroni.readthe

## Before you start

* [Install KubeBlocks](./../../installation/install-kubeblocks.md).
* [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
* [Create a PostgreSQL Replication Cluster](./../cluster-management/create-and-connect-a-postgresql-cluster.md#create-a-postgresql-cluster).
* Check whether the following role probe parameters exist to verify the role probe is enabled.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ Refer to the [Pulsar official document](https://pulsar.apache.org/docs/3.1.x/) f

## Before you start

* [Install KubeBlocks](./../../installation/install-kubeblocks.md).
* [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).

* View all the database types and versions available for creating a cluster.

Make sure the `pulsar` cluster definition is installed. If the cluster definition is not available, refer to [this doc](./../../installation/install-addons.md) to enable it first.
Make sure the `pulsar` cluster definition is installed. If the cluster definition is not available, refer to [this doc](../../../user_docs/installation/install-with-helm/install-addons.md) to enable it first.

```bash
kubectl get clusterdefinition redis
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For Pulsar, there are 3 types of parameters:

## Before you start

1. [Install KubeBlocks](./../../installation/install-kubeblocks.md).
1. [Install KubeBlocks](../../../user_docs/installation/install-with-helm/install-kubeblocks.md).
2. [Create a Pulsar cluster](./../cluster-management/create-pulsar-cluster-on-kubeblocks.md).

## Configure cluster parameters by configuration file
Expand Down
4 changes: 2 additions & 2 deletions docs/api_docs/kubeblocks-for-qdrant/manage-qdrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ In this chapter, we take Qdrant as an example to show how to manage vector datab

## Before you start

* [Install KubeBlocks](./../installation/install-kubeblocks.md).
* [Install KubeBlocks](../../user_docs/installation/install-with-helm/install-kubeblocks.md).
* View all the database types and versions available for creating a cluster.

Make sure the `qdrant` cluster definition is installed. If the cluster definition is not available, refer to [this doc](./../installation/install-addons.md) to enable it first.
Make sure the `qdrant` cluster definition is installed. If the cluster definition is not available, refer to [this doc](../../user_docs/installation/install-with-helm/install-addons.md) to enable it first.

```bash
kubectl get clusterdefinition qdrant
Expand Down
Loading

0 comments on commit e3de488

Please sign in to comment.