Max Makarov
Max Makarov
> [@maxpain](https://github.com/maxpain) would you be able to test a kernel patch? It would not be easy since I built Talos Linux images using [factory.talos.dev](https://factory.talos.dev) and Secure Boot. I think the...
The problem only exists if using Flux CD. I have this `TunnelBinding` config: ```yaml apiVersion: networking.cfargotunnel.com/v1alpha1 kind: TunnelBinding metadata: name: prerender subjects: - name: prerender tunnelRef: kind: ClusterTunnel name: fastcup...
Why does `cloudflare-operator` change this CR at all? Is it necessary?
@adyanth FluxCD ignores changes in status and labels, but doesn't ignore `spec` changes. I think changing `spec` is an antipattern.
Any updates?
Yes, the provisioned dashboard doesn't have datasource variable
@Pothulapati Yes, I have configured Prometheus (actually VictoriaMetrics, which is much better) for my Grafana installation. All my Grafana dashboards are declaratively provisioned via ConfigMaps. Almost all of them are...
@Pothulapati I don't know how exactly, but all other helm charts with built-in grafana dashboards don't require configuring the Prometheus data source via helm values. They work out of the...
Here is an example: https://github.com/cloudnative-pg/grafana-dashboards/blob/main/charts/cluster/grafana-dashboard.json#L4 They use `DS_PROMETHEUS` variable.
> [@maxpain](https://github.com/maxpain) Did you apply this setting on the pool? It is not enabled by default. > > enableCrushUpdates: true > For example, see [here](https://github.com/rook/rook/blob/master/deploy/examples/pool.yaml#L36-L37) It works. Thank you! Didn't...