David Calvert
David Calvert
@charlie-haley could you have a look at this PR? PS: not sure if you're maintainer, sorry if it's not the case!
Replaced with https://github.com/redpanda-data/helm-charts/pull/1613
Hi @orishoshan, Thank you for the quick response! I'm currently exploring different approaches to map pod traffic and generate Kubernetes network policies for existing services. We've tried to do so...
@lekhanh1234 We ended up using a NetworkPolicy template, filling it with data from Kubernetes manifests and DNS queries. GenAI helped a bit and even spotted a few issues.
Should be fixed by https://github.com/dotdc/grafana-dashboards-kubernetes/pull/156
Just merged https://github.com/dotdc/grafana-dashboards-kubernetes/pull/156 to remove all escapes leaving just the `.`, this should match any characters. Dashboard has been pushed on grafana.com ([v37](https://grafana.com/api/dashboards/15759/revisions/37/download)) Let me know if you still have...
Sorry about the delay, I was focused on other projects. Just pushed https://github.com/dotdc/grafana-dashboards-kubernetes/commit/ab1d6d759a405820322c30e6840528e9404f9978 to revert https://github.com/dotdc/grafana-dashboards-kubernetes/pull/156 and added `-` support to the regex. Dashboard has been pushed to grafana.com :...
Hi :wave: Yes, it should work now! If you're interested to add multi-cluster support to other dashboards, we used this solution: - https://github.com/dotdc/grafana-dashboards-kubernetes/issues/15#issuecomment-1665321601 Tested on Prometheus 2.0.0 (2017-11-08), and maybe...
If it's the case, maybe we can close this issue?
@noamgreen As a workaround, I created another service account with the desired annotations in the same namespace and configured the [template](https://github.com/actions/actions-runner-controller/blob/master/charts/gha-runner-scale-set/values.yaml#L110) in `gha-runner-scale-set` to use it instead. ``` # Doc:...