Merge pull request #60 from rahulsoni43/patch-8

Update 12-configure-pod-networking.md
pull/584/head
vpalazhi 2019-11-19 19:45:42 -05:00 committed by GitHub
commit 33ea383145
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/`
Reference: https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni
### Deploy Weave Network
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
```
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)