Skip to content

Commit

Permalink
remove flannel
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskirkpat committed Sep 17, 2021
1 parent 98ec87e commit 70a5244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.windows
Expand Up @@ -92,8 +92,7 @@ RUN curl -sL https://github.com/Microsoft/SDN/raw/master/Kubernetes/windows/hns.

RUN tar xzvf crictl-${CRICTL_VERSION}-windows-amd64.tar.gz crictl.exe -C rancher/
RUN tar xvzf containerd-${CONTAINERD_VERSION}-windows-amd64.tar.gz -C rancher/
RUN tar xzvf cni-plugins-windows-amd64-${CNI_PLUGIN_VERSION}.tgz ./flannel.exe ./win-overlay.exe ./host-local.exe -C rancher/
RUN tar xzvf flannel-${FLANNEL_VERSION}-windows-amd64.tar.gz flanneld.exe -C rancher/
RUN tar xzvf cni-plugins-windows-amd64-${CNI_PLUGIN_VERSION}.tgz ./win-overlay.exe ./host-local.exe -C rancher/

RUN unzip calico-windows-${CALICO_VERSION}.zip
RUN mv CalicoWindows/calico-node.exe rancher/
Expand Down

0 comments on commit 70a5244

Please sign in to comment.