From 528880d3bb18509ca7d08d2b5bc742571cd27991 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 13 Sep 2021 13:43:20 -0500 Subject: [PATCH] qa/tasks/kubeadm: change calico encap to IPIPCrossSubnet Signed-off-by: Sage Weil --- qa/tasks/kubeadm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/kubeadm.py b/qa/tasks/kubeadm.py index 2b967f5569f5f..1a17beae062ea 100644 --- a/qa/tasks/kubeadm.py +++ b/qa/tasks/kubeadm.py @@ -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()', } -- 2.39.5