From 019484ddb3d80b14022887b84ff6f1c88748657e Mon Sep 17 00:00:00 2001 From: umohnani8 Date: Mon, 12 Jun 2017 13:32:41 -0400 Subject: [PATCH] Add step to restart crio after setting up CNI --- tutorial.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tutorial.md b/tutorial.md index 980890c7..dc659ce8 100644 --- a/tutorial.md +++ b/tutorial.md @@ -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