Removed weave support (#12230)

This commit is contained in:
Anshuman Agarwala
2025-05-22 13:40:36 +05:30
committed by GitHub
parent b79f7d79f0
commit 73b3e9b557
25 changed files with 6 additions and 619 deletions

View File

@@ -155,7 +155,7 @@
- name: Stop if unsupported options selected
assert:
that:
- kube_network_plugin in ['calico', 'flannel', 'weave', 'cloud', 'cilium', 'cni', 'kube-ovn', 'kube-router', 'macvlan', 'custom_cni', 'none']
- kube_network_plugin in ['calico', 'flannel', 'cloud', 'cilium', 'cni', 'kube-ovn', 'kube-router', 'macvlan', 'custom_cni', 'none']
- dns_mode in ['coredns', 'coredns_dual', 'manual', 'none']
- kube_proxy_mode in ['iptables', 'ipvs', 'nftables']
- cert_management in ['script', 'none']