Skip to content

Commit

Permalink
Merge pull request #1499 from manuelbuil/new_flannel_cni
Browse files Browse the repository at this point in the history
Move to the newer flannel-cni
  • Loading branch information
rajatchopra authored Nov 13, 2021
2 parents 1249f1b + dda69bc commit f0f9b52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni-plugin
image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.2
image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.0.0
command:
- cp
args:
Expand All @@ -177,7 +177,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
image: quay.io/coreos/flannel:v0.15.0
image: quay.io/coreos/flannel:v0.15.1
command:
- cp
args:
Expand All @@ -191,7 +191,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
image: quay.io/coreos/flannel:v0.15.0
image: quay.io/coreos/flannel:v0.15.1
command:
- /opt/bin/flanneld
args:
Expand Down

0 comments on commit f0f9b52

Please sign in to comment.