zeritti

Results 47 comments of zeritti

> It seems that the prometheus-server pod is stuck in CrashLoopBackOff because it can't connect to itself on 127.0.0.1:9090 The errors you see are being produced by _config-reloader_, a sidecar...

> Is this possible ? No, it is not. [ServiceMonitor](https://prometheus-operator.dev/docs/operator/api/#monitoring.coreos.com/v1.ServiceMonitor) is a concept and a custom resource of [Prometheus operator](https://prometheus-operator.dev). You'd need to deploy Prometheus operator and let it create...

One of them is indeed redundant. Having removed the volume mount, we could keep `hostPID`, although I doubt any user is going to unset it as most of the node...

If you set an ingress host, you should set `root_url` ([defaults](https://github.com/grafana/grafana/blob/7057bd7cafdc8ec5bfb753b192b93fd082f68118/conf/defaults.ini#L32])). The default Grafana's config otherwise produces `http://localhost:3000`. Something like this: ```yaml grafana: grafana.ini: server: domain: my-grafana.mydomain.com protocol: http http_port:...

`root_url` is a URL by which Grafana points to itself on its pages (like an external URL). According to your ingress for Grafana, you do not use https and I...

> Setting http_port to 3000 will not work unless your ingress controller listens on the same port. Apologies, this was wrong, the port is of course the internal Grafana's port,...

What might be worth a try is setting `fallback_sni` in your dataplane's configuration ([Ref.](https://github.com/apache/apisix/blob/master/conf/config.yaml.example)): > Fallback SNI to be used if the client does not send SNI during > the...

> Awesome, It works well. Is it possible to use multiple domains here?. I doubt that, it does not seem to be an array.

> OK, this label needs to be actually placed at namespace level. It works like this. But I would have preferred to give perms only to the deamonset... You would...

> Also KubeSchedulerDown is constantly triggering, I tried to mute that as well with the 'disabled' key Creating the kube-scheduler endpoint should be disabled (default is enabled) in a managed...