File tree Expand file tree Collapse file tree 14 files changed +17
-17
lines changed
Expand file tree Collapse file tree 14 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ crane ls ghcr.io/kedify/charts/otel-add-on | grep -E '^v?[0-9]'
4040
4141Install specific version:
4242``` bash
43- helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.1
43+ helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.2
4444```
4545
4646Advanced stuff:
@@ -125,7 +125,7 @@ Configuration of `OpenTelemetryCollector` CR is driven by:
125125> Also if the `alternateExporters` field in the merged config is empty, we will create an implicit exporter that will feed the metrics into KEDA OTel scaler with preconfigured service name.
126126> If from any reason you would like to disable all the exporters for the OTel collector, add only a dummy `debug` exporter:
127127> ```bash
128- > noglob helm template oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.1 \
128+ > noglob helm template oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.2 \
129129> --set otelOperatorCrs[0].alternateExporters.debug.verbosity=basic \
130130> --set otelOperatorCrs[0].enabled=true
131131> ```
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ kubectl rollout status -n dapr-system deploy/dapr-sidecar-injector
3434
3535Deploy this scaler and OTel collector that forwards one whitelisted metric:
3636``` bash
37- cat << VALUES | helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.1 -f -
37+ cat << VALUES | helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.2 -f -
3838opentelemetry-collector:
3939 alternateConfig:
4040 processors:
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ helm upgrade -i keda kedify/keda --namespace keda --create-namespace --version
2424
2525
2626# deploy otel scaler
27- cat << VALUES | helm upgrade -i keda-otel-scaler -nkeda oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.1 -f -
27+ cat << VALUES | helm upgrade -i keda-otel-scaler -nkeda oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.2 -f -
2828otelCollector:
2929 alternateConfig:
3030 processors:
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ open http://localhost:8181/metrics
2727
2828Install this addon:
2929``` bash
30- helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.1 -f scaler-with-collector-pull-values.yaml
30+ helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.2 -f scaler-with-collector-pull-values.yaml
3131```
3232
3333Note the following section in the helm chart values that configures the OTel collector to scrape targets:
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ helm upgrade -i podinfo podinfo/podinfo -f ${DIR}/podinfo-values.yaml
2020KEDA_VERSION=$( curl -s https://api.github.com/repos/kedify/charts/releases | jq -r ' [.[].tag_name | select(. | startswith("keda/")) | sub("^keda/"; "")] | first' )
2121KEDA_VERSION=${KEDA_VERSION:- v2.17.1-0}
2222helm upgrade -i keda kedify/keda --namespace keda --create-namespace --version ${KEDA_VERSION}
23- # helm upgrade -i keda-otel-scaler -nkeda oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.1 -f ${DIR}/scaler-with-collector-pull-values.yaml
23+ # helm upgrade -i keda-otel-scaler -nkeda oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.2 -f ${DIR}/scaler-with-collector-pull-values.yaml
2424helm upgrade -i keda-otel-scaler -nkeda ${DIR} /../../helmchart/otel-add-on -f ${DIR} /scaler-with-collector-pull-values.yaml
2525
2626[ " x${SETUP_ONLY} " = " xtrue" ] && exit 0
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ open http://localhost:8080
2828
2929Install this addon:
3030``` bash
31- helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.1 -f scaler-only-push-values.yaml
31+ helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.2 -f scaler-only-push-values.yaml
3232```
3333
3434In this scenario, we don't install OTel collector using the ` kedify-otel/otel-add-on ` helm chart, because
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ KEDA_VERSION=$(curl -s https://api.github.com/repos/kedify/charts/releases | jq
1818KEDA_VERSION=${KEDA_VERSION:- v2.17.1-0}
1919helm upgrade -i keda kedify/keda --namespace keda --create-namespace --version ${KEDA_VERSION}
2020helm upgrade -i my-otel-demo open-telemetry/opentelemetry-demo -f ${DIR} /opentelemetry-demo-values.yaml --version=0.37.1
21- helm upgrade -i keda-otel-scaler -nkeda oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.1 -f ${DIR} /scaler-only-push-values.yaml
21+ helm upgrade -i keda-otel-scaler -nkeda oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.2 -f ${DIR} /scaler-only-push-values.yaml
2222# helm upgrade -i keda-otel-scaler -nkeda ${DIR}/../../helmchart/otel-add-on -f ${DIR}/scaler-only-push-values.yaml
2323
2424kubectl rollout status -n keda --timeout=300s deploy/keda-operator
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ KEDA_VERSION=${KEDA_VERSION:-v2.17.1-0}
2727helm upgrade -i keda kedify/keda --namespace keda --create-namespace --version ${KEDA_VERSION}
2828
2929kubectl create secret -nkeda generic gh-token --from-literal=GH_PAT=${GH_PAT}
30- helm upgrade -i keda-otel-scaler -nkeda oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.1 -f ${DIR} /scaler-with-operator-with-collector-values.yaml
30+ helm upgrade -i keda-otel-scaler -nkeda oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.2 -f ${DIR} /scaler-with-operator-with-collector-values.yaml
3131# helm upgrade -i keda-otel-scaler -nkeda ${DIR}/../../helmchart/otel-add-on -f ${DIR}/scaler-with-operator-with-collector-values.yaml
3232
3333[ " x${SETUP_ONLY} " = " xtrue" ] && exit 0
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ helm upgrade -i --create-namespace -n observability prometheus prometheus-commun
4949# grafana
5050helm upgrade -i --create-namespace -n observability grafana grafana/grafana -f ${DIR} /grafana-values.yaml
5151
52- # helm upgrade -i keda-otel-scaler -nkeda oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.1 -f ${DIR}/scaler-pipelines-tls-values.yaml
52+ # helm upgrade -i keda-otel-scaler -nkeda oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.2 -f ${DIR}/scaler-pipelines-tls-values.yaml
5353# KEDA Scaler & OTel collectors
5454helm upgrade -i keda-otel-scaler -nkeda ${DIR} /../../helmchart/otel-add-on -f ${DIR} /scaler-pipelines-tls-values.yaml
5555
Original file line number Diff line number Diff line change 33# namely service nvidia-dcgm-exporter.gpu-operator.svc
44
55# install KEDA OTel Scaler & OTel Operator
6- helm upgrade -i keda-otel-scaler -nkeda oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.1 -f ./dcgm-values.yaml
6+ helm upgrade -i keda-otel-scaler -nkeda oci://ghcr.io/kedify/charts/otel-add-on --version=v0.1.2 -f ./dcgm-values.yaml
77# helm upgrade -i keda-otel-scaler -nkeda ${DIR}/../../helmchart/otel-add-on -f ${DIR}/dcgm-values.yaml
88
99# roll the deployments so that mutating webhooks (un)injects the sidecars (if the sidecar setup was run before)
You can’t perform that action at this time.
0 commit comments