-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
None
-
False
-
None
-
False
-
-
-
Hypershift Sprint 258, Hypershift Sprint 259, Hypershift Sprint 260, Hypershift Sprint 261, Hypershift Sprint 262
-
0
-
0
-
0
User Story:
As a ARO HCP user, I want to be able to:
- automatically install the prometheus and OpenShift route CRs when I install the HO
so that I can remove
- the burden of manually applying those CRs
Acceptance Criteria:
Description of criteria:
- prometheus and OpenShift route CRs are automatically installed when the HO is installed for AKS mgmt clusters only
(optional) Out of Scope:
Detail about what is specifically not being delivered in the story
Engineering Details:
These are the CRs that need to are manually installed today
oc apply -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/example/prometheus-operator-crd/monitoring.coreos.com_servicemonitors.yaml oc apply -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/example/prometheus-operator-crd/monitoring.coreos.com_prometheusrules.yaml oc apply -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/example/prometheus-operator-crd/monitoring.coreos.com_podmonitors.yaml oc apply -f https://raw.githubusercontent.com/openshift/api/master/route/v1/zz_generated.crd-manifests/routes-Default.crd.yaml
This requires/does not require a design proposal.
This requires/does not require a feature gate.