From 688f963da741c82917e293af818244e8993394a1 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 13 Sep 2021 13:38:09 -0500 Subject: [PATCH] qa/suites/orch/rook/smoke: add flannel back in Signed-off-by: Sage Weil --- qa/suites/orch/rook/smoke/net/flannel.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 qa/suites/orch/rook/smoke/net/flannel.yaml diff --git a/qa/suites/orch/rook/smoke/net/flannel.yaml b/qa/suites/orch/rook/smoke/net/flannel.yaml new file mode 100644 index 00000000000..8a1a2069185 --- /dev/null +++ b/qa/suites/orch/rook/smoke/net/flannel.yaml @@ -0,0 +1,3 @@ +overrides: + kubeadm: + pod_network: flannel -- 2.47.3