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

@@ -52,6 +52,11 @@
- { role: kubernetes/kubeadm, tags: kubeadm}
- { role: kubernetes/node-label, tags: node-label }
- { role: kubernetes/node-taint, tags: node-taint }
- role: kubernetes-apps/gateway_api
when: gateway_api_enabled
tags: gateway_api
delegate_to: "{{ groups['kube_control_plane'][0] }}"
run_once: true
- { role: network_plugin, tags: network }
- name: Install Calico Route Reflector