Add step to restart crio after setting up CNI

This commit is contained in:
umohnani8 2017-06-12 13:32:41 -04:00
parent 2a6db15113
commit 019484ddb3

View file

@ -273,6 +273,10 @@ sudo sh -c 'cat >/etc/cni/net.d/99-loopback.conf <<-EOF
EOF' EOF'
``` ```
```
sudo systemctl restart crio
```
At this point `cni` is installed and configured to allocation IP address to containers from the `10.88.0.0/16` subnet. At this point `cni` is installed and configured to allocation IP address to containers from the `10.88.0.0/16` subnet.
## Pod Tutorial ## Pod Tutorial