Files
kubespray/roles/kubernetes-apps/common_crds/meta/main.yml
ChengHao Yang 9dca520b33 Feat: add prometheus_operator_crds in common_crds
The Prometheus Operator CRDs are commonly used for monitoring and are
used by some CNIs (such as Cilium). Kubespray can be installed first,
and the subsequent installation of the operator can be handled by the
user (or later extensions).

Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
2025-08-18 22:13:15 +08:00

12 lines
278 B
YAML

---
dependencies:
- role: kubernetes-apps/common_crds/gateway_api
when: gateway_api_enabled
tags:
- gateway_api
- role: kubernetes-apps/common_crds/prometheus_operator_crds
when: prometheus_operator_crds_enabled
tags:
- prometheus_operator_crds