Update 12-configure-pod-networking.md

Add network reference to kubernetes.io
pull/584/head
rahulsoni43 2019-11-19 10:09:53 +05:30 committed by GitHub
parent 4fe0ff1921
commit 6366d3236c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@ Extract it to /opt/cni/bin directory
`sudo tar -xzvf cni-plugins-amd64-v0.7.5.tgz --directory /opt/cni/bin/` `sudo tar -xzvf cni-plugins-amd64-v0.7.5.tgz --directory /opt/cni/bin/`
Reference: https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni
### Deploy Weave Network ### Deploy Weave Network
Deploy weave network. Run only once on the `master` node. Deploy weave network. Run only once on the `master` node.
@ -37,4 +39,6 @@ weave-net-58j2j 2/2 Running 0 89s
weave-net-rr5dk 2/2 Running 0 89s weave-net-rr5dk 2/2 Running 0 89s
``` ```
Reference: https://kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/weave-network-policy/#install-the-weave-net-addon
Next: [Kube API Server to Kubelet Connectivity](13-kube-apiserver-to-kubelet.md) Next: [Kube API Server to Kubelet Connectivity](13-kube-apiserver-to-kubelet.md)