Niklas Wagner

Results 122 comments of Niklas Wagner

Okay, I figured it out using [Grizzly](https://github.com/grafana/grizzly). Not sure if you need the jsonnet bundler from my last post, but this works: ``` bash grr export -o json grizzly.jsonnet ....

We just run in the same issue while upgrading alloy from 1.2.0 to 1.3.0. Weirdly, half of our server fleet just updated correctly, the other half did not. As you...

I don't think https://github.com/helm/helm/pull/12725 get merged any time soon. It would be faster if we fix this in kustomize.

It's been a month since this issue was resolved, and I still can't find any relevant changelogs or code updates for this feature. Therefore, this issue should remain open. I...

The best solution from a hardware standpoint would be if the printer automatically knew which print bed is used. This would be possible when the print sheets have a special...

Unless I'm missing something: The auto-completion currently requires a configured rook which doesn't seem ideal: ```bash kubectl rook-ceph completion bash Error: operator namespace 'rook-ceph' does not exist. namespaces "rook-ceph" not...

After restarting the pushgateway pod, I got more metrics again: ```bash $ curl -s http://localhost:9091/metrics | grep fin-kubm-vm-03 | wc -l 7050 $ curl -s http://localhost:9091/metrics | grep fin-kubm-vm-02 |...

Sorry, forgot to mention the pushgateway logs because there are basically no logs. Here are the logs for the last 7 days: ``` ts=2024-04-11T08:05:10.820Z caller=tls_config.go:195 level=info msg="TLS is disabled." http2=false...

This is not stale. I can give this another try with 1.30 in 2-3 weeks.

We did a disaster recovery of our 2.5 years old cluster. Well, actually used fresh Ubuntu 22.04 VMs and deployed everything new, so no backup involved and since then, this...