File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 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/
4848```
4949$ helm search repo
5050NAME 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
5252```
5353
5454### 步骤 2: 部署 Operator
@@ -67,7 +67,8 @@ $ helm install demo radondb/mysql-operator
6767执行以下指令,以默认参数为 CRD ` mysqlclusters.mysql.radondb.com ` 创建一个实例,即创建 RadonDB MySQL 集群。您可以参照[ 配置] ( #配置 ) 自定义集群部署参数。
6868
6969``` 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
7172```
7273
7374## 部署校验
You can’t perform that action at this time.
0 commit comments