mirror of
https://github.com/k8snetworkplumbingwg/multus-cni.git
synced 2025-08-09 20:18:46 +00:00
Updating TOC in Readme
Updating TOC and testing subsections
This commit is contained in:
parent
b728e117be
commit
265589f846
17
README.md
17
README.md
@ -1,5 +1,6 @@
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
Table of Contents
|
Table of Contents
|
||||||
=================
|
=================
|
||||||
|
|
||||||
@ -19,14 +20,16 @@ Table of Contents
|
|||||||
* [Configuring Pod to use the TPR Network objects](#configuring-pod-to-use-the-tpr-network-objects)
|
* [Configuring Pod to use the TPR Network objects](#configuring-pod-to-use-the-tpr-network-objects)
|
||||||
* [Verifying Pod network](#verifying-pod-network)
|
* [Verifying Pod network](#verifying-pod-network)
|
||||||
* [Using Multus Conf file](#using-multus-conf-file)
|
* [Using Multus Conf file](#using-multus-conf-file)
|
||||||
* [Testing the Multus CNI with Multiple Flannel Network](#testing-the-multus-cni-with-multiple-flannel-network)
|
* [Testing the Multus CNI](#testing-the-multus-cni)
|
||||||
* [Testing the Multus CNI with docker](#testing-the-multus-cni-with-docker)
|
* [Multiple Flannel Network](#multiple-flannel-network)
|
||||||
* [Testing the Multus CNI with Kubernetes](#testing-the-multus-cni-with-kubernetes)
|
* [docker](#docker)
|
||||||
|
* [Kubernetes](#kubernetes)
|
||||||
* [Launching workloads in Kubernetes](#launching-workloads-in-kubernetes)
|
* [Launching workloads in Kubernetes](#launching-workloads-in-kubernetes)
|
||||||
* [Contacts](#contacts)
|
* [Contacts](#contacts)
|
||||||
|
|
||||||
Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
|
Created by [gh-md-toc](https://github.com/ekalinin/github-markdown-toc)
|
||||||
|
|
||||||
|
|
||||||
# MULTUS CNI plugin
|
# MULTUS CNI plugin
|
||||||
|
|
||||||
- *Multus* is the latin word for “Multi”
|
- *Multus* is the latin word for “Multi”
|
||||||
@ -470,14 +473,14 @@ Given the following network configuration:
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
```
|
```
|
||||||
## Testing ##
|
## Testing the Multus CNI ##
|
||||||
### Testing the Multus CNI with Multiple Flannel Network
|
### Multiple Flannel Network
|
||||||
Github user [YYGCui](https://github.com/YYGCui) has used Multiple flannel network to work with Multus CNI plugin. Please refer this [closed issue](https://github.com/Intel-Corp/multus-cni/issues/7) for Multiple overlay network support with Multus CNI.
|
Github user [YYGCui](https://github.com/YYGCui) has used Multiple flannel network to work with Multus CNI plugin. Please refer this [closed issue](https://github.com/Intel-Corp/multus-cni/issues/7) for Multiple overlay network support with Multus CNI.
|
||||||
|
|
||||||
### Testing the Multus CNI with docker
|
### docker
|
||||||
Make sure that the multus, [sriov](https://github.com/Intel-Corp/sriov-cni), [flannel](https://github.com/containernetworking/cni/blob/master/Documentation/flannel.md), and [ptp](https://github.com/containernetworking/cni/blob/master/Documentation/ptp.md) binaries are in the `/opt/cni/bin` directories and follow the steps as mention in the [CNI](https://github.com/containernetworking/cni/#running-a-docker-container-with-network-namespace-set-up-by-cni-plugins)
|
Make sure that the multus, [sriov](https://github.com/Intel-Corp/sriov-cni), [flannel](https://github.com/containernetworking/cni/blob/master/Documentation/flannel.md), and [ptp](https://github.com/containernetworking/cni/blob/master/Documentation/ptp.md) binaries are in the `/opt/cni/bin` directories and follow the steps as mention in the [CNI](https://github.com/containernetworking/cni/#running-a-docker-container-with-network-namespace-set-up-by-cni-plugins)
|
||||||
|
|
||||||
### Testing the Multus CNI with Kubernetes
|
### Kubernetes
|
||||||
Refer the Kubernetes User Guide and network plugin
|
Refer the Kubernetes User Guide and network plugin
|
||||||
* [Single Node](https://kubernetes.io/docs/getting-started-guides/fedora/fedora_manual_config/)
|
* [Single Node](https://kubernetes.io/docs/getting-started-guides/fedora/fedora_manual_config/)
|
||||||
* [Multi Node](https://kubernetes.io/docs/getting-started-guides/fedora/flannel_multi_node_cluster/)
|
* [Multi Node](https://kubernetes.io/docs/getting-started-guides/fedora/flannel_multi_node_cluster/)
|
||||||
|
Loading…
Reference in New Issue
Block a user