Add Ubuntu 20.04 support and use Python 3 (#6157)

This commit is contained in:
Maxime Guyot
2020-06-16 22:04:05 +02:00
committed by GitHub
parent dba645421f
commit c6588856c7
11 changed files with 29 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
---
# Instance settings
cloud_image: ubuntu-2004-20200325
cloud_image: ubuntu-2004
mode: aio
vm_memory: 1600Mi
@@ -8,3 +8,7 @@ vm_memory: 1600Mi
kube_network_plugin: calico
deploy_netchecker: true
dns_min_replicas: 1
# Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko
kube_proxy_mode: iptables
enable_nodelocaldns: False