Skip to content

Commit

Permalink
Add dist folder as alternative install and update readme
Browse files Browse the repository at this point in the history
Co-authored-by: Cem Deniz Kabakci <cem.kabakci@springer.com>
  • Loading branch information
jriguera and CemDK committed Mar 14, 2024
1 parent efd4509 commit 0721562
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ K8S controller to manage Mimir Alerting and Recording rules with dynamic tenants
1. Follow the instructions at https://springernature.github.io/o11y-rules-telemetry-operator
2. See all available settings in the Chart: https://github.com/springernature/o11y-rules-telemetry-operator/blob/main/charts/Readme.md

Alternatively, the controller and CRDs can be installed directly with `kubectl apply -f dist/install.yaml`

## Description

Given a MimirRules CR:
Expand Down Expand Up @@ -74,6 +76,9 @@ make docker-build docker-push IMG=ghcr.io/springernature/o11y-rules-telemetry-op
# Deploys the kustomization to the K8s cluster (all files created in config)
make deploy IMG=ghcr.io/springernature/o11y-rules-telemetry-operator/mimirrules-controller:$TAG
# Generate a consolidated YAML with CRDs and deployment.
make build-installer
```

## Building a new Chart and Docker image version
Expand Down
Loading

0 comments on commit 0721562

Please sign in to comment.