Browse Source
fix moved url in multus.md (#9722)
Signed-off-by: yanggang <gang.yang@daocloud.io>
pull/9732/head
杨刚 (成都)
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docs/multus.md
|
@ -4,7 +4,7 @@ Multus is a meta CNI plugin that provides multiple network interface support to |
|
|
pods. For each interface, Multus delegates CNI calls to secondary CNI plugins |
|
|
pods. For each interface, Multus delegates CNI calls to secondary CNI plugins |
|
|
such as Calico, macvlan, etc. |
|
|
such as Calico, macvlan, etc. |
|
|
|
|
|
|
|
|
See [multus documentation](https://github.com/intel/multus-cni). |
|
|
|
|
|
|
|
|
See [multus documentation](https://github.com/k8snetworkplumbingwg/multus-cni). |
|
|
|
|
|
|
|
|
## Multus installation |
|
|
## Multus installation |
|
|
|
|
|
|
|
@ -71,4 +71,4 @@ You may now inspect the pod and see that there is an additional interface config |
|
|
kubectl exec -it samplepod -- ip a |
|
|
kubectl exec -it samplepod -- ip a |
|
|
``` |
|
|
``` |
|
|
|
|
|
|
|
|
For more details on how to use Multus, please visit <https://github.com/intel/multus-cni> |
|
|
|
|
|
|
|
|
For more details on how to use Multus, please visit <https://github.com/k8snetworkplumbingwg/multus-cni> |