Feat: Gateway API early installation (#12189)

The Gateway API needs to be installed first if you want to use Cilium's
Gateway API functionality. The Gateway API is just CRD without any Pod,
Deployment, etc., so I think it can be brought forward to before the CNI
installation.

Signed-off-by: ChengHao Yang
This commit is contained in:
ChengHao Yang
2025-05-10 00:47:14 +08:00
committed by GitHub
parent 65bcddb9fd
commit 27e93ee9f6
2 changed files with 5 additions and 7 deletions

View File

@@ -97,13 +97,6 @@ dependencies:
tags:
- container_engine_accelerator
- role: kubernetes-apps/gateway_api
when:
- gateway_api_enabled
- inventory_hostname == groups['kube_control_plane'][0]
tags:
- gateway_api
- role: kubernetes-apps/kubelet-csr-approver
when:
- kubelet_csr_approver_enabled