From de58cdee437b2c473331009bce52ca0ad5548ca2 Mon Sep 17 00:00:00 2001 From: Steven Polley Date: Fri, 22 Dec 2023 19:55:27 -0700 Subject: [PATCH] Note about deploying CNI before worker nodes to avoid a known issue --- 05-cluster-bootstrap/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-cluster-bootstrap/README.md b/05-cluster-bootstrap/README.md index 5505a6e..cba7262 100644 --- a/05-cluster-bootstrap/README.md +++ b/05-cluster-bootstrap/README.md @@ -17,4 +17,4 @@ sudo chown $(id -u):$(id -g) $HOME/.kube/config ``` -Join other control nodes, then join other worker nodes +Before you join other nodes, deploy the CNI in 06! If you don't, there is sometimes an issue where the br0 adapter will use the crio CNI configuration. \ No newline at end of file