Browse Source

[CI] fix packet_ubuntu20-calico-etcd-kubeadm-upgrade-ha job (#8752)

pull/8709/head
Cristian Calin 2 years ago
committed by GitHub
parent
commit
aa12f1c56b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions
  1. 5
      tests/files/packet_ubuntu20-calico-etcd-kubeadm-upgrade-ha.yml

5
tests/files/packet_ubuntu20-calico-etcd-kubeadm-upgrade-ha.yml

@ -11,3 +11,8 @@ upgrade_cluster_setup: true
# Currently ipvs not available on KVM: https://packages.ubuntu.com/search?suite=focal&arch=amd64&mode=exactfilename&searchon=contents&keywords=ip_vs_sh.ko # 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 kube_proxy_mode: iptables
enable_nodelocaldns: False enable_nodelocaldns: False
# Pin disabling ipip mode to ensure proper upgrade
ipip: false
calico_vxlan_mode: Always
calico_network_backend: bird
Loading…
Cancel
Save