Browse Source
bump pause container to 3.6 (#9024)
* [pod-infra] bump pod infra container version to 3.6
* [cri-dockerd] align pod infra container image with other CRIs
pull/9029/head
Cristian Calin
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
roles/container-engine/cri-dockerd/templates/cri-dockerd.service.j2
-
roles/download/defaults/main.yml
|
|
@ -7,7 +7,7 @@ Requires=cri-dockerd.socket |
|
|
|
|
|
|
|
[Service] |
|
|
|
Type=notify |
|
|
|
ExecStart={{ bin_dir }}/cri-dockerd --container-runtime-endpoint {{ cri_socket }} --cni-conf-dir=/etc/cni/net.d --cni-bin-dir=/opt/cni/bin --network-plugin=cni --pod-cidr={{ kube_pods_subnet }} {% if enable_dual_stack_networks %}--ipv6-dual-stack=True{% endif %} |
|
|
|
ExecStart={{ bin_dir }}/cri-dockerd --container-runtime-endpoint {{ cri_socket }} --cni-conf-dir=/etc/cni/net.d --cni-bin-dir=/opt/cni/bin --network-plugin=cni --pod-cidr={{ kube_pods_subnet }} --pod-infra-container-image={{ pod_infra_image_repo }}:{{ pod_infra_version }} {% if enable_dual_stack_networks %}--ipv6-dual-stack=True{% endif %} |
|
|
|
|
|
|
|
ExecReload=/bin/kill -s HUP $MAINPID |
|
|
|
TimeoutSec=0 |
|
|
|
|
|
@ -109,7 +109,7 @@ flannel_version: "v0.17.0" |
|
|
|
flannel_cni_version: "v1.0.1" |
|
|
|
cni_version: "v1.1.1" |
|
|
|
weave_version: 2.8.1 |
|
|
|
pod_infra_version: "3.3" |
|
|
|
pod_infra_version: "3.6" |
|
|
|
cilium_version: "v1.11.3" |
|
|
|
kube_ovn_version: "v1.9.2" |
|
|
|
kube_ovn_dpdk_version: "19.11-{{ kube_ovn_version }}" |
|
|
|