qa/tasks/kubeadm: change calico encap to IPIPCrossSubnet

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil 2021-09-13 13:43:20 -05:00
parent 9f050f094a
commit 528880d3bb

View File

@ -416,7 +416,7 @@ def pod_network(ctx, config):
{
'blockSize': 26,
'cidr': str(ctx.kubeadm[cluster_name].pod_subnet),
'encapsulation': 'VXLANCrossSubnet',
'encapsulation': 'IPIPCrossSubnet',
'natOutgoing': 'Enabled',
'nodeSelector': 'all()',
}