Switch fedora36se to 35 and 35docker to 36

This commit is contained in:
Florian Ruynat
2022-06-22 13:34:57 +02:00
committed by Kubernetes Prow Robot
parent 07eab539a6
commit 9c51ac5157
4 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,15 @@
---
# Instance settings
cloud_image: fedora-36
mode: default
# Kubespray settings
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:
container_manager: docker
etcd_deployment_type: docker