Add step to restart crio after setting up CNI
This commit is contained in:
parent
2a6db15113
commit
019484ddb3
1 changed files with 4 additions and 0 deletions
|
@ -273,6 +273,10 @@ sudo sh -c 'cat >/etc/cni/net.d/99-loopback.conf <<-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.
|
||||
|
||||
## Pod Tutorial
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue