Skip to content

Commit

Permalink
Use calico/cni with fix for node name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciprian Hacman committed Sep 2, 2020
1 parent 1006f90 commit 7a24b82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions upup/models/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3709,7 +3709,7 @@ spec:
# It can be deleted if this is a fresh installation, or if you have already
# upgraded to use calico-ipam.
- name: upgrade-ipam
image: calico/cni:v3.16.0
image: calico/cni:v3.16.0-2-gf6793aa
command: ["/opt/cni/bin/calico-ipam", "-upgrade"]
envFrom:
- configMapRef:
Expand All @@ -3736,7 +3736,7 @@ spec:
# This container installs the CNI binaries
# and CNI network config file on each node.
- name: install-cni
image: calico/cni:v3.16.0
image: calico/cni:v3.16.0-2-gf6793aa
command: ["/opt/cni/bin/install"]
envFrom:
- configMapRef:
Expand Down

0 comments on commit 7a24b82

Please sign in to comment.