Skip to content

Commit

Permalink
Merge pull request #29 from nirmoy/update_readme
Browse files Browse the repository at this point in the history
Update the Readme file
  • Loading branch information
SchSeba authored Apr 30, 2019
2 parents 57a825e + 36819af commit 6a5c06c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ 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
```


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
```

Expand Down

0 comments on commit 6a5c06c

Please sign in to comment.