Skip to content
Snippets Groups Projects
Unverified Commit baff4e61 authored by Sergey's avatar Sergey Committed by GitHub
Browse files

remove image flannel cni (#5980)

parent 4d7eca7d
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,6 @@ calico_typha_version: "v3.13.2"
typha_enabled: false
flannel_version: "v0.12.0"
flannel_cni_version: "v0.3.0"
cni_version: "v0.8.5"
......@@ -463,8 +462,6 @@ etcd_image_repo: "{{ quay_image_repo }}/coreos/etcd"
etcd_image_tag: "{{ etcd_version }}{%- if image_arch != 'amd64' -%}-{{ image_arch }}{%- endif -%}"
flannel_image_repo: "{{ quay_image_repo }}/coreos/flannel"
flannel_image_tag: "{{ flannel_version }}"
flannel_cni_image_repo: "{{ quay_image_repo }}/coreos/flannel-cni"
flannel_cni_image_tag: "{{ flannel_cni_version }}"
calico_node_image_repo: "{{ docker_image_repo }}/calico/node"
calico_node_image_tag: "{{ calico_version }}"
calico_cni_image_repo: "{{ docker_image_repo }}/calico/cni"
......@@ -757,15 +754,6 @@ downloads:
groups:
- k8s-cluster
flannel_cni:
enabled: "{{ kube_network_plugin == 'flannel' }}"
container: true
repo: "{{ flannel_cni_image_repo }}"
tag: "{{ flannel_cni_image_tag }}"
sha256: "{{ flannel_cni_digest_checksum|default(None) }}"
groups:
- k8s-cluster
calicoctl:
enabled: "{{ kube_network_plugin == 'calico' or kube_network_plugin == 'canal' }}"
file: true
......
......@@ -104,7 +104,7 @@ spec:
- amd64
initContainers:
- name: install-cni
image: {{ flannel_cni_image_repo }}:{{ flannel_cni_image_tag }}
image: {{ flannel_image_repo }}:{{ flannel_image_tag }}
command:
- cp
args:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment