Ali
Ali
There is a hackish workaround for kube-router users: Create a kube-proxy daemonset and use `nodeAffinity` to ensure it cannot be scheduled on any node: ``` --- apiVersion: apps/v1 kind: DaemonSet...
So it's been almost 2 years since I've opened this PR. I'll be closing it and you can reopen it if you wish
I have not tested this, but try overriding the [admin settings](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#admin_password) in `grafana.ini` using the [Env provider](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#env-provider) ``` grafana: grafana.ini: security: admin_user: "$__env{GF_SECURITY_ADMIN_USER}" admin_password: "$__env{GF_SECURITY_ADMIN_PASSWORD}" ```
@mazamats Thanks for updating the issue with a clear example. I was stuck on the same issue and your example really helped. For the Python users out there, here's a...
> Hey @bincyber thanks for the contribution. Before I start reviewing the implementation we need to first design the API. Did you look at other SDKs open telemetry interceptor or...
> We should definitely support reading a username from a secret also. I'm happy to add that to the list of v1 features, [@lindleywhite](https://github.com/lindleywhite) please file an issue. I would...
The only caveat to consider when using this tool with VictoriaMetrics is that VictoriaMetrics does not yet support Native Histograms. See https://github.com/VictoriaMetrics/VictoriaMetrics/issues/3733 Therefore, you'll need to use the [latency](https://github.com/pyrra-dev/pyrra/blob/6ce0fe83f9b0541ace80d80ce39bc6577c245fbc/examples/kubernetes/manifests/setup/pyrra-slo-CustomResourceDefinition.yaml#L100) indicator,...
> Hi! I'd like to work on this issue. I can see the ServiceMonitor is missing an Annotations field in servicemonitor.go. I'll investigate and submit a fix. Can I take...