Skip to content

Commit

Permalink
chore: enable mirror in yaml and modify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Aug 10, 2019
1 parent 2f26d7c commit 1c7121d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/high-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
OVN support clustered database. If want to use high-available database in kube-ovn,
modify ovn-central deployment in yamls/ovn.yaml.

Change the replicas to 3, and add NODE_IPS environment var points to node that has annotation `kube-ovn/role: "master"`.
Change the replicas to 3, and add NODE_IPS environment var points to node that has label `kube-ovn/role: "master"`.
```yaml
replicas: 3
containers:
Expand Down
2 changes: 1 addition & 1 deletion yamls/kube-ovn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ spec:
- sh
- /kube-ovn/start-cniserver.sh
args:
- --enable-mirror=false
- --enable-mirror=true
securityContext:
runAsUser: 0
privileged: true
Expand Down

0 comments on commit 1c7121d

Please sign in to comment.