You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The images from Dockerhub that are used by the guides for Flannel in this repo appear to be out of sync with the files on the master branch here. This leads to errors related to path mismatches, e.g. the resulting script running in the pod looks for C:\hpc which does not exist.
The Windows instance is communicating to the cluster fine (shows up in kubectl, and is ready - pods are able to be assigned to it). But, the daemonset to set up Flannel fails (as does the kube-proxy one).
This is true for Containerd versions 1.7.17 and 1.7.1 on the host (Windows Server 2019).
@jjmilburn I have to build an flannel image on both Windows and Linux, but both have failed. Can you please tell me how to build an flannel image? Thank you.
Is your feature request related to a problem? Please describe.
The images from Dockerhub that are used by the guides for Flannel in this repo appear to be out of sync with the files on the master branch here. This leads to errors related to path mismatches, e.g. the resulting script running in the pod looks for
C:\hpc
which does not exist.The Windows instance is communicating to the cluster fine (shows up in kubectl, and is ready - pods are able to be assigned to it). But, the daemonset to set up Flannel fails (as does the kube-proxy one).
This is true for Containerd versions 1.7.17 and 1.7.1 on the host (Windows Server 2019).
The problem seems to be that this file: https://raw.githubusercontent.com/kubernetes-sigs/sig-windows-tools/master/hostprocess/flannel/flanneld/flannel-overlay.yml tries to pull sig-windows-tool images for flannel-hostprocess that were built quite a while ago, and don't line up with the current code in this repo.
Describe the solution you'd like
Someone following the sig-windows-tools official guide for setting up Flannel to have a working flannel configuration.
Describe alternatives you've considered
Manually installing flanneld and kube-proxy on the host without a daemonset.
Additional context
The text was updated successfully, but these errors were encountered: