From 36819af2526b1ea80c5e993585bf09fdd3ed25ec Mon Sep 17 00:00:00 2001 From: Nirmoy Das Date: Tue, 30 Apr 2019 12:49:39 +0200 Subject: [PATCH] Update the Readme file * use proper url for kubernetes url Signed-off-by: Nirmoy Das --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c43b5ebf..a06e9047b 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,15 @@ Install any supported [Network Plumbing Working Group de-facto standard](https:/ For example [Multus](https://github.com/intel/multus-cni). To deploy multus on a kubernetes cluster with flannel cni. ```bash -kubectl apply -f https://raw.githubusercontent.com/SchSeba/kubemacpool/master/hack/multus/kubernetes-multus.yaml -kubectl apply -f https://raw.githubusercontent.com/SchSeba/kubemacpool/master/hack/multus/multus.yaml +kubectl apply -f https://raw.githubusercontent.com/K8sNetworkPlumbingWG/kubemacpool/master/hack/multus/kubernetes-multus.yaml +kubectl apply -f https://raw.githubusercontent.com/K8sNetworkPlumbingWG/kubemacpool/master/hack/multus/multus.yaml ``` [CNI plugins](https://github.com/containernetworking/plugins) must be installed in the cluster. For CNI plugins you can use the follow command to deploy them inside your cluster. ```bash -kubectl apply -f https://raw.githubusercontent.com/SchSeba/kubemacpool/master/hack/cni-plugins/cni-plugins.yaml +kubectl apply -f https://raw.githubusercontent.com/K8sNetworkPlumbingWG/kubemacpool/master/hack/cni-plugins/cni-plugins.yaml ``` @@ -32,7 +32,7 @@ Download the project yaml and apply it. **note:** default mac range is from 02:00:00:00:00:00 to FD:FF:FF:FF:FF:FF the can be edited in the configmap ```bash -wget https://raw.githubusercontent.com/SchSeba/kubemacpool/master/config/release/kubemacpool.yaml +wget https://raw.githubusercontent.com/K8sNetworkPlumbingWG/kubemacpool/master/config/release/kubemacpool.yaml kubectl apply -f ./kubemacpool.yaml ```