From 2e7d5dcebfe372e4fa4cb235916db802b97e403e Mon Sep 17 00:00:00 2001 From: ss75710541 <75710541@qq.com> Date: Wed, 15 Dec 2021 14:41:34 +0800 Subject: [PATCH] fix: centos8 error 4 in libnftnl.so.11.3.0, update flannel to v0.15.1 --- ansible.hosts.ha.publicnetwork.tpl | 2 +- ansible.hosts.ha.tpl | 2 +- ansible.hosts.ha.vip.tpl | 2 +- ansible.hosts.tpl | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible.hosts.ha.publicnetwork.tpl b/ansible.hosts.ha.publicnetwork.tpl index 64eda03..7e473c9 100644 --- a/ansible.hosts.ha.publicnetwork.tpl +++ b/ansible.hosts.ha.publicnetwork.tpl @@ -39,7 +39,7 @@ kubeadm_registry_repo="registry.cn-hangzhou.aliyuncs.com" coredns_image_repo="{{registry_repo}}/coredns" coredns_image_tag="1.8.0" flannel_image_repo="quay.io" -flannel_image_tag="v0.14.0" +flannel_image_tag="v0.15.1" # subnet service_subnet=10.96.0.0/12 diff --git a/ansible.hosts.ha.tpl b/ansible.hosts.ha.tpl index 6c5564d..48ed479 100644 --- a/ansible.hosts.ha.tpl +++ b/ansible.hosts.ha.tpl @@ -39,7 +39,7 @@ kubeadm_registry_repo="registry.cn-hangzhou.aliyuncs.com" coredns_image_repo="{{registry_repo}}/coredns" coredns_image_tag="1.8.0" flannel_image_repo="quay.io" -flannel_image_tag="v0.14.0" +flannel_image_tag="v0.15.1" # subnet service_subnet=10.96.0.0/12 diff --git a/ansible.hosts.ha.vip.tpl b/ansible.hosts.ha.vip.tpl index f962d71..a274caa 100644 --- a/ansible.hosts.ha.vip.tpl +++ b/ansible.hosts.ha.vip.tpl @@ -32,7 +32,7 @@ kubeadm_registry_repo="registry.cn-hangzhou.aliyuncs.com" coredns_image_repo="{{registry_repo}}/coredns" coredns_image_tag="1.8.6" flannel_image_repo="quay.io" -flannel_image_tag="v0.14.0" +flannel_image_tag="v0.15.1" # subnet service_subnet=10.96.0.0/12 diff --git a/ansible.hosts.tpl b/ansible.hosts.tpl index f1ff7f7..a855387 100644 --- a/ansible.hosts.tpl +++ b/ansible.hosts.tpl @@ -40,7 +40,7 @@ kubeadm_registry_repo="{{registry_domain}}" coredns_image_repo="docker.io/coredns" coredns_image_tag="1.8.0" flannel_image_repo="quay.io" -flannel_image_tag="v0.14.0" +flannel_image_tag="v0.15.1" # subnet service_subnet=10.96.0.0/12