mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-16 10:40:04 -03:30
Fix: kubelet-csr-approver moves to regular application installation (#12141)
This commit fixed the process to ensure that CCM is installed first to avoid the chicken-and-egg problem. Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
@@ -104,6 +104,13 @@ dependencies:
|
||||
tags:
|
||||
- gateway_api
|
||||
|
||||
- role: kubernetes-apps/kubelet-csr-approver
|
||||
when:
|
||||
- kubelet_csr_approver_enabled
|
||||
- inventory_hostname == groups['kube_control_plane'][0]
|
||||
tags:
|
||||
- kubelet-csr-approver
|
||||
|
||||
- role: kubernetes-apps/metallb
|
||||
when:
|
||||
- metallb_enabled
|
||||
|
||||
Reference in New Issue
Block a user