Add option to skip network plugin installation (#11844)

This commit is contained in:
Antoine Legrand
2024-12-31 12:52:13 +01:00
committed by GitHub
parent 57490d5e5e
commit 0222a2a634
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
---
dependencies:
- role: network_plugin/cni
when: kube_network_plugin != 'none'
- role: network_plugin/cilium
when: kube_network_plugin == 'cilium' or cilium_deploy_additionally | default(false) | bool