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

@@ -77,13 +77,12 @@
- "/etc/cni/net.d"
- "/opt/cni/bin"
when:
- kube_network_plugin in ["calico", "weave", "flannel", "cilium", "kube-ovn", "kube-router", "macvlan"]
- kube_network_plugin in ["calico", "flannel", "cilium", "kube-ovn", "kube-router", "macvlan"]
- ('k8s_cluster' in group_names)
tags:
- network
- cilium
- calico
- weave
- kube-ovn
- kube-router
- bootstrap_os