mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user