From 1ddd81409f4ce4090413601b8bf9844302dcd41e Mon Sep 17 00:00:00 2001 From: Tim Reilly Date: Thu, 6 Dec 2018 16:05:43 -0800 Subject: [PATCH] I think there is a In the original repo you the `10-bridge.conf` & `99-loopback.conf` is placed in a specific directory not at the current directory. This was leading to a ``` NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized ``` When running `kubectl get nodes` I found the fix in the original repo at this commit (dated May 12): https://github.com/kelseyhightower/kubernetes-the-hard-way/commit/b974042d95c491aceed3374ac3f76f04bd3f98ed#diff-03d99155352c96169d8f7f7b99410320 --- docs/09-bootstrapping-kubernetes-workers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/09-bootstrapping-kubernetes-workers.md b/docs/09-bootstrapping-kubernetes-workers.md index 1b41797fa..2a57d9d2e 100644 --- a/docs/09-bootstrapping-kubernetes-workers.md +++ b/docs/09-bootstrapping-kubernetes-workers.md @@ -94,7 +94,7 @@ https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/virtual-machine ```shell POD_CIDR="$(echo $(curl --silent -H Metadata:true "http://169.254.169.254/metadata/instance/compute/tags?api-version=2017-08-01&format=text") | cut -d : -f2)" -cat > 10-bridge.conf < 99-loopback.conf <