Skip to content

Commit

Permalink
feat(metrics-operator): introduce v1beta1 API version (#2467)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT authored Nov 13, 2023
1 parent 2511e05 commit 97acdbf
Show file tree
Hide file tree
Showing 43 changed files with 6,148 additions and 104 deletions.
835 changes: 803 additions & 32 deletions .github/scripts/.helm-tests/default/result.yaml

Large diffs are not rendered by default.

835 changes: 803 additions & 32 deletions .github/scripts/.helm-tests/metrics-only/result.yaml

Large diffs are not rendered by default.

835 changes: 803 additions & 32 deletions .github/scripts/.helm-tests/metrics-with-certs/result.yaml

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Status of the different features:

- ![status](https://img.shields.io/badge/status-stable-brightgreen)
Observability: expose [OTel](https://opentelemetry.io/) metrics and traces of your deployment.
- ![status](https://img.shields.io/badge/status-alpha-orange)
- ![status](https://img.shields.io/badge/status-beta-yellow)
K8s Custom Metrics: expose your Observability platform via the [Custom Metric API](https://github.com/kubernetes/design-proposals-archive/blob/main/instrumentation/custom-metrics-api.md).
- ![status](https://img.shields.io/badge/status-beta-yellow)
Release lifecycle: handle pre- and post-checks of your Application deployment.
Expand Down Expand Up @@ -77,9 +77,9 @@ Use the following command sequence
to install the latest release of Keptn:

```shell
helm repo add klt https://charts.lifecycle.keptn.sh
helm repo add keptn https://charts.lifecycle.keptn.sh
helm repo update
helm upgrade --install keptn klt/klt -n keptn-lifecycle-toolkit-system --create-namespace --wait
helm upgrade --install keptn keptn/keptn -n keptn-lifecycle-toolkit-system --create-namespace --wait
```

### Installation with only certain namespaces allowed
Expand Down Expand Up @@ -110,9 +110,9 @@ lifecycleOperator:
and add the values file to the helm installation command:
```shell
helm repo add klt https://charts.lifecycle.keptn.sh
helm repo add keptn https://charts.lifecycle.keptn.sh
helm repo update
helm upgrade --install keptn klt/klt -n keptn-lifecycle-toolkit-system --values values.yaml --create-namespace --wait
helm upgrade --install keptn keptn/keptn -n keptn-lifecycle-toolkit-system --values values.yaml --create-namespace --wait
```

> **Note**
Expand Down Expand Up @@ -145,9 +145,9 @@ Use the following command sequence
to install Keptn with scheduling gates enabled:

```shell
helm repo add klt https://charts.lifecycle.keptn.sh
helm repo add keptn https://charts.lifecycle.keptn.sh
helm repo update
helm upgrade --install keptn klt/klt -n keptn-lifecycle-toolkit-system --set schedulingGatesEnabled=true --create-namespace --wait
helm upgrade --install keptn keptn/keptn -n keptn-lifecycle-toolkit-system --set schedulingGatesEnabled=true --create-namespace --wait
```

> **Note**
Expand Down
Loading

0 comments on commit 97acdbf

Please sign in to comment.