Skip to content

Commit

Permalink
Add note about putting a flanneld in the right place
Browse files Browse the repository at this point in the history
  • Loading branch information
radiosilence authored May 5, 2022
1 parent 74b5e50 commit a93a407
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a93a407

Please sign in to comment.