Skip to content

Commit

Permalink
Merge pull request #60 from benmoss/flannel
Browse files Browse the repository at this point in the history
Update flannel to release 0.12.0
  • Loading branch information
k8s-ci-robot committed Mar 24, 2020
2 parents 35aba36 + 403df1f commit a4311b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions kubeadm/flannel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ SHELL ["powershell", "-NoLogo", "-Command", "$ErrorActionPreference = 'Stop'; $P

ARG cniVersion

# Stuck on a prerelease flannel until https://github.com/coreos/flannel/issues/1231 is resolved
RUN mkdir -force C:\k\flannel; \
pushd C:\k\flannel; \
curl.exe -LO https://github.com/benmoss/flannel/releases/download/v0.12.0-rc1/flanneld.exe
curl.exe -LO https://github.com/coreos/flannel/releases/download/v0.12.0/flanneld.exe

ADD hns.psm1 /k/flannel
COPY --from=builder /gopath/build/setup.exe /k/flannel/setup.exe
Expand Down
2 changes: 1 addition & 1 deletion kubeadm/flannel/flannel-host-gw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ spec:
effect: NoSchedule
containers:
- name: kube-flannel
image: sigwindowstools/flannel:0.12.0-rc2
image: sigwindowstools/flannel:0.12.0
command:
- powershell
args:
Expand Down
2 changes: 1 addition & 1 deletion kubeadm/flannel/flannel-overlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
effect: NoSchedule
containers:
- name: kube-flannel
image: sigwindowstools/flannel:0.12.0-rc2
image: sigwindowstools/flannel:0.12.0
command:
- powershell
args:
Expand Down

0 comments on commit a4311b7

Please sign in to comment.