Prometheus Operator CRDs¶
This chart brings Custom Resource Definitions (CRD) used by Prometheus Operator introducing the API group monitoring.coreos.com
. The Prometheus Operator uses Kubernetes custom resources to simplify the deployment and configuration of Prometheus, Alertmanager and related monitoring components.
For more information on Prometheus Operator and CRDs, please, see documentation.
Prerequisites¶
- Kubernetes >= 1.16.0
- Helm 3
Get Repository Info¶
helm repo add prometheus-community https://helm-charts.itboon.top/prometheus-community
helm repo update
See helm repo
for command documentation.
Install Chart¶
See configuration below.
See helm install for command documentation.
Uninstall Chart¶
This removes all the Kubernetes components associated with the chart and deletes the release including resources of Kind Prometheus
, Alertmanager
, ServiceMonitor
, etc.
See helm uninstall for command documentation.
Upgrading Chart¶
See helm upgrade for command documentation.
Configuring¶
See Customizing the Chart Before Installing. To see all configurable options with detailed comments, visit the chart's values.yaml, or run these configuration commands: