mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-04 08:48:42 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user