Merge pull request #11633 from tico88612/feat/remove-in-tree-cloud-provider

Cleanup: remove in-tree cloud provider support
This commit is contained in:
Kubernetes Prow Robot
2024-11-05 09:13:30 +00:00
committed by GitHub
46 changed files with 45 additions and 963 deletions

View File

@@ -9,7 +9,7 @@
| select('contains', '/' ~ calico_pool_blocksize|d(26))
| select('contains', 'tunl0') | length == 0
when:
- (calico_ipip_mode is defined and calico_ipip_mode != 'Never' or cloud_provider is defined)
- (calico_ipip_mode is defined and calico_ipip_mode != 'Never')
- kube_network_plugin | default('calico') == 'calico'