File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ $ helm repo add radondb https://radondb.github.io/radondb-mysql-kubernetes/
48
48
```
49
49
$ helm search repo
50
50
NAME CHART VERSION APP VERSION DESCRIPTION
51
- radondb/mysql-operator 0.1.1 latest Open Source,High Availability Cluster,based on MySQL
51
+ radondb/mysql-operator 0.1.0 v2.1.0 Open Source,High Availability Cluster,based on MySQL
52
52
```
53
53
54
54
### 步骤 2: 部署 Operator
@@ -67,7 +67,8 @@ $ helm install demo radondb/mysql-operator
67
67
执行以下指令,以默认参数为 CRD ` mysqlclusters.mysql.radondb.com ` 创建一个实例,即创建 RadonDB MySQL 集群。您可以参照[ 配置] ( #配置 ) 自定义集群部署参数。
68
68
69
69
``` kubectl
70
- $ kubectl apply -f https://raw.githubusercontent.com/radondb/radondb-mysql-kubernetes/main/config/samples/mysql_v1alpha1_mysqlcluster.yaml
70
+ $ wget https://github.com/radondb/radondb-mysql-kubernetes/releases/latest/download/mysql_v1alpha1_mysqlcluster.yaml
71
+ $ kubectl apply -f mysql_v1alpha1_mysqlcluster.yaml
71
72
```
72
73
73
74
## 部署校验
You can’t perform that action at this time.
0 commit comments