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
This commit is contained in:
parent
6bf3306401
commit
76b0cbcb4e
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ Requires=cri-dockerd.socket
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
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
|
ExecReload=/bin/kill -s HUP $MAINPID
|
||||||
TimeoutSec=0
|
TimeoutSec=0
|
||||||
|
|
|
@ -109,7 +109,7 @@ flannel_version: "v0.17.0"
|
||||||
flannel_cni_version: "v1.0.1"
|
flannel_cni_version: "v1.0.1"
|
||||||
cni_version: "v1.1.1"
|
cni_version: "v1.1.1"
|
||||||
weave_version: 2.8.1
|
weave_version: 2.8.1
|
||||||
pod_infra_version: "3.3"
|
pod_infra_version: "3.6"
|
||||||
cilium_version: "v1.11.3"
|
cilium_version: "v1.11.3"
|
||||||
kube_ovn_version: "v1.9.2"
|
kube_ovn_version: "v1.9.2"
|
||||||
kube_ovn_dpdk_version: "19.11-{{ kube_ovn_version }}"
|
kube_ovn_dpdk_version: "19.11-{{ kube_ovn_version }}"
|
||||||
|
|
Loading…
Reference in a new issue