From e8a642bf17728f6d7db6679d8588fa0b70e94282 Mon Sep 17 00:00:00 2001 From: Amin Mohammadian <61911987+aminmr@users.noreply.github.com> Date: Wed, 13 Sep 2023 06:08:03 +0330 Subject: [PATCH] Fix setup-options.en.md misspelling (#120) --- docs/guide/setup-options.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/setup-options.en.md b/docs/guide/setup-options.en.md index 67addfe48..4f943fd78 100644 --- a/docs/guide/setup-options.en.md +++ b/docs/guide/setup-options.en.md @@ -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: @@ -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.