Maarten De Wispelaere
Maarten De Wispelaere
@marcellorego ^^^
@serathius ; should be `0.6.1` https://github.com/kubernetes-sigs/metrics-server/blob/abacf42babf4b4f623e992ff65761cd3902d0994/charts/metrics-server/values.yaml#L5-L9 and https://github.com/kubernetes-sigs/metrics-server/blob/abacf42babf4b4f623e992ff65761cd3902d0994/charts/metrics-server/Chart.yaml#L6 Double-checked on the cluster in question: `k8s.gcr.io/metrics-server/metrics-server:v0.6.1`
@stevehipwell @serathius here's a similar issue: https://github.com/fluxcd/flux/issues/3610 (was also listed in the above report btw, removed it because irrelevant for this repo). There seems to be more to it than...
@Matvey-Kuk The `message` part could probably easily be fixed? Because as a Grafana Cloud OnCall user, am I supposed to know it once upon a time was called Amixr ?...
I'm using the following: ``` chart: repository: https://grafana.github.io/helm-charts name: tempo-distributed version: 0.9.14 ``` and I added an Ingress object like this: ``` --- apiVersion: networking.k8s.io/v1beta1 kind: Ingress metadata: namespace: prod-tempo...
@jacek-czernik LB is in TCP mode (which is supported)
Hi @free, would it be possible to get a review on this one? If wanted I can adapt the documentation as well, to include the docker image. This PR will...
If pushed to ghcr, it's nicely attached to this repo as artefact, improves user experience :) Further: the docker image is completely undocumented? Which is a bit sad.
For anyone struggling with this: Let's say you created a custom action with a script, with the script called `run.sh` and residing in the root of the action. ``` runs:...