The documentation on the page troubleshooting should be updated to reflect the absence of said files.
The documentation currently references the non-existent kube-flannel-rbac.yml file, which was removed in version 0.9.0.
Update the documentation on the troubleshooting page to reflect the absence of the aforementioned file.
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel-rbac.yml
An installation which was automated with ansible started failing, since the file was no more available.
we hit the same error kubernetes 1.8.4. can some one provide the RBAC flannel file.
i found this location but this only creates role-bindings not t flannel pod or overlay network
https://gist.github.com/joejulian/a5f308f73bfee7444810870313cec251
check the URL and download 2 files , try executing one by one see if this helps. i tried but my cluster FLANNEL PODS still craching .
https://gist.github.com/joejulian/
[7:52]
however our flannel pod is crashing
The main kube-flannel.yml was updated to include RBAC resources. Would that work for you?
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml
Most helpful comment
The main kube-flannel.yml was updated to include RBAC resources. Would that work for you?
kubectl apply -f https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml