Skip to content

Commit 4e2271e

Browse files
authored
Merge pull request #362 from radondb/fix_main_deploy_doc_remote_yaml
doc: Download the latest stable version of YAML from Release.
2 parents b31899b + 037b558 commit 4e2271e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/kubernetes/deploy_radondb-mysql_operator_on_k8s.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ $ helm repo add radondb https://radondb.github.io/radondb-mysql-kubernetes/
4848
```
4949
$ helm search repo
5050
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
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
## 部署校验

0 commit comments

Comments
 (0)