Fix Fedora CI following ipset version in kube-proxy for k8s 1.23 (#8397)
parent
cfd9873bbc
commit
d007132655
|
@ -5,6 +5,10 @@ mode: default
|
||||||
|
|
||||||
# Kubespray settings
|
# Kubespray settings
|
||||||
auto_renew_certificates: true
|
auto_renew_certificates: true
|
||||||
|
# Switching to iptable due to https://github.com/projectcalico/calico/issues/5011
|
||||||
|
# Kubernetes v1.23.0 kube-proxy does use v.7.x now. Calico v3.20.x/v3.21.x Pods show the following error
|
||||||
|
# Bad return code from 'ipset list'. error=exit status 1 family="inet" stderr="ipset v7.1: Kernel and userspace incompatible: settype hash:ip,port with revision 6 not supported by userspace.
|
||||||
|
kube_proxy_mode: iptables
|
||||||
|
|
||||||
# Test with SELinux in enforcing mode
|
# Test with SELinux in enforcing mode
|
||||||
preinstall_selinux_state: enforcing
|
preinstall_selinux_state: enforcing
|
||||||
|
|
|
@ -5,6 +5,10 @@ mode: default
|
||||||
|
|
||||||
# Kubespray settings
|
# Kubespray settings
|
||||||
auto_renew_certificates: true
|
auto_renew_certificates: true
|
||||||
|
# Switching to iptable due to https://github.com/projectcalico/calico/issues/5011
|
||||||
|
# Kubernetes v1.23.0 kube-proxy does use v.7.x now. Calico v3.20.x/v3.21.x Pods show the following error
|
||||||
|
# Bad return code from 'ipset list'. error=exit status 1 family="inet" stderr="ipset v7.1: Kernel and userspace incompatible: settype hash:ip,port with revision 6 not supported by userspace.
|
||||||
|
kube_proxy_mode: iptables
|
||||||
|
|
||||||
# Docker specific settings:
|
# Docker specific settings:
|
||||||
container_manager: docker
|
container_manager: docker
|
||||||
|
|
Loading…
Reference in New Issue