Skip to content

Commit

Permalink
fix ha chart install MASTER_NODES parameter error
Browse files Browse the repository at this point in the history
Signed-off-by: 马洪贞 <[email protected]>
  • Loading branch information
hongzhen-ma committed Apr 3, 2024
1 parent cb87a86 commit 860317f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/start/one-step-install.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ REVISION: 1
TEST SUITE: None

# Highly Available Cluster Installation
$ helm install kube-ovn kubeovn/kube-ovn --set MASTER_NODES=${Node0IP},${Node1IP},${Node2IP}, --set replicaCount=3
$ helm install kube-ovn kubeovn/kube-ovn --set MASTER_NODES=${Node0IP}\,${Node1IP}\,${Node2IP}
```
2 changes: 1 addition & 1 deletion docs/start/one-step-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ REVISION: 1
TEST SUITE: None

# 高可用集群安装
$ helm install kube-ovn kubeovn/kube-ovn --set MASTER_NODES=${Node0IP},${Node1IP},${Node2IP}, --set replicaCount=3
$ helm install kube-ovn kubeovn/kube-ovn --set MASTER_NODES=${Node0IP}\,${Node1IP}\,${Node2IP}
```

0 comments on commit 860317f

Please sign in to comment.