mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
qa/tasks/kubeadm: change calico encap to IPIPCrossSubnet
Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
parent
9f050f094a
commit
528880d3bb
@ -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()',
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user