From cdfe415586c41214ec598e9e4fbf2e7bba09ce09 Mon Sep 17 00:00:00 2001 From: hedi bouattour Date: Wed, 30 Aug 2023 16:38:17 +0000 Subject: [PATCH] fix multus version used in docs --- Makefile | 4 ++-- docs/kind.md | 2 +- docs/multinet.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3647ea6b..12f165c1 100644 --- a/Makefile +++ b/Makefile @@ -222,7 +222,7 @@ install-multinet: @kubectl apply -f test/yaml/multinet/projectcalico.org_networks.yaml @kubectl apply -f test/yaml/multinet/whereabouts-daemonset-install.yaml @echo "--Installing multus daemonset..." - @kubectl apply -f https://github.com/k8snetworkplumbingwg/multus-cni/raw/master/deployments/multus-daemonset-thick.yml + @kubectl apply -f https://github.com/k8snetworkplumbingwg/multus-cni/raw/99c4481e08a4a8f0a3d0013446f03e4206033cae/deployments/multus-daemonset-thick.yml @echo "--Installing whereabouts daemonset..." @kubectl apply -f https://github.com/k8snetworkplumbingwg/whereabouts/raw/master/doc/crds/whereabouts.cni.cncf.io_ippools.yaml @kubectl apply -f https://github.com/k8snetworkplumbingwg/whereabouts/raw/master/doc/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml @@ -233,7 +233,7 @@ delete-multinet: @kubectl delete -f https://github.com/k8snetworkplumbingwg/whereabouts/raw/master/doc/crds/whereabouts.cni.cncf.io_ippools.yaml @kubectl delete -f https://github.com/k8snetworkplumbingwg/whereabouts/raw/master/doc/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml @echo "--Deleting multus daemonset..." - @kubectl delete -f https://github.com/k8snetworkplumbingwg/multus-cni/raw/master/deployments/multus-daemonset-thick.yml + @kubectl delete -f https://github.com/k8snetworkplumbingwg/multus-cni/raw/99c4481e08a4a8f0a3d0013446f03e4206033cae/deployments/multus-daemonset-thick.yml @echo "--Deleting network CRD..." @kubectl delete -f test/yaml/multinet/projectcalico.org_networks.yaml @kubectl delete -f test/yaml/multinet/whereabouts-daemonset-install.yaml diff --git a/docs/kind.md b/docs/kind.md index 9598deb8..daa677b0 100644 --- a/docs/kind.md +++ b/docs/kind.md @@ -50,7 +50,7 @@ nodes: # multinet CRDs, multus plugin and ipam kubectl create -f https://raw.githubusercontent.com/projectcalico/vpp-dataplane/master/test/yaml/multinet/projectcalico.org_networks.yaml kubectl create -f https://raw.githubusercontent.com/projectcalico/vpp-dataplane/master/test/yaml/multinet/whereabouts-daemonset-install.yaml -kubectl create -f https://github.com/k8snetworkplumbingwg/multus-cni/raw/master/deployments/multus-daemonset-thick.yml +kubectl create -f https://github.com/k8snetworkplumbingwg/multus-cni/raw/99c4481e08a4a8f0a3d0013446f03e4206033cae/deployments/multus-daemonset-thick.yml kubectl create -f https://github.com/k8snetworkplumbingwg/whereabouts/raw/master/doc/crds/whereabouts.cni.cncf.io_ippools.yaml kubectl create -f https://github.com/k8snetworkplumbingwg/whereabouts/raw/master/doc/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml diff --git a/docs/multinet.md b/docs/multinet.md index 41ec4484..cbaa5f58 100644 --- a/docs/multinet.md +++ b/docs/multinet.md @@ -186,7 +186,7 @@ kubectl apply -f test/yaml/multinet/whereabouts-daemonset-install.yaml #### Installing multus deamonset ````yaml -kubectl apply -f https://github.com/k8snetworkplumbingwg/multus-cni/raw/master/deployments/multus-daemonset-thick.yml +kubectl apply -f https://github.com/k8snetworkplumbingwg/multus-cni/raw/99c4481e08a4a8f0a3d0013446f03e4206033cae/deployments/multus-daemonset-thick.yml kubectl apply -f https://github.com/k8snetworkplumbingwg/whereabouts/raw/master/doc/crds/whereabouts.cni.cncf.io_ippools.yaml kubectl apply -f https://github.com/k8snetworkplumbingwg/whereabouts/raw/master/doc/crds/whereabouts.cni.cncf.io_overlappingrangeipreservations.yaml ````