Skip to content

Commit

Permalink
Fix setup-options.en.md misspelling (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
aminmr authored Sep 13, 2023
1 parent 0ea8319 commit e8a642b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/setup-options.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ For VM instances created by Kubevirt, `kube-ovn-controller` can assign and manag
This allows VM instances address fixed during start-up, shutdown, upgrade, migration, and other operations throughout their lifecycle,
making them more compatible with the actual virtualization user experience.

This feature is enable by default after v1.10.6. To disable this feature, you need to change the following args in the `kube-ovn-controller` Deployment:
This feature is enabled by default after v1.10.6. To disable this feature, you need to change the following args in the `kube-ovn-controller` Deployment:

```yaml
args:
Expand All @@ -198,7 +198,7 @@ args:

## CNI Settings

KBy default, Kube-OVN installs the CNI binary in the `/opt/cni/bin` directory
By default, Kube-OVN installs the CNI binary in the `/opt/cni/bin` directory
and the CNI configuration file `01-kube-ovn.conflist` in the `/etc/cni/net.d` directory.
If you need to change the installation location and the priority of the CNI configuration file,
you can modify the following parameters of the installation script.
Expand Down

0 comments on commit e8a642b

Please sign in to comment.