From a93a407fb74c52a4db43b0a1bbe1447351831dc0 Mon Sep 17 00:00:00 2001 From: James Cleveland Date: Thu, 5 May 2022 16:50:42 +0100 Subject: [PATCH] Add note about putting a flanneld in the right place --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 956b28cb0..db655eb58 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,9 @@ Though not required, it's recommended that flannel uses the Kubernetes API as it Flannel can be added to any existing Kubernetes cluster though it's simplest to add `flannel` before any pods using the pod network have been started. For Kubernetes v1.17+ -`kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml` + +1. Make sure a `flanneld` binary exists at `/opt/bin/flanneld` on each node +2. `kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/master/Documentation/kube-flannel.yml` See [Kubernetes](Documentation/kubernetes.md) for more details.