Thomas

Results 169 issues of Thomas

**Describe the bug** I noticed the config map named `wireguard-manager-config` and cannot find it actually used anywhere? https://github.com/jodevsa/wireguard-operator/blob/1d1bef4d0d82c0235dbfba3b665f6ebe5fb4260b/config/manager/controller_manager_config.yaml **To Reproduce** N/A **Expected behavior** N/A **Screenshots** N/A **Additional context** N/A

**Describe the bug** Whilst looking at the `SyncLink` function, I noticed there may be some duplicated code: https://github.com/jodevsa/wireguard-operator/blob/1d1bef4d0d82c0235dbfba3b665f6ebe5fb4260b/pkg/wireguard/wireguard.go#L136-L142 It looks like we already get the link and set it to...

golangci-lint runs many analysers, including staticcheck, which prevent correctness issues and catch bugs. https://golangci-lint.run/ Fixes: #160

**Describe the bug** I noticed some bugs whilst working on the project, such as: ![image](https://github.com/jodevsa/wireguard-operator/assets/9749173/82846d6d-836f-49ff-96c6-73a4e33abab3) It would be good to have [golangci-lint](https://github.com/golangci/golangci-lint) run to catch these automatically. **To Reproduce** N/A...

**Is your feature request related to a problem? Please describe.** It would be great if the wireguard-operator would support IPv6 - WireGuard supports this, so I guess it's just a...

I've been trying to install Grafana Agent Operator and get it set up properly for a while and have been struggling. https://grafana.com/docs/grafana-cloud/kubernetes-monitoring/configuration/config-k8s-agent-guide/#configure-grafana-agent-for-metrics I have applied the exact manifests suggested by...

enhancement
operator
variant/operator

I'm using the manifests generated by Grafana as explained in this issue here: https://github.com/grafana/agent/issues/3373. I'll also post a snippet of what they are exactly for fairness. ```sh ❯ k -n...

bug
operator
variant/operator

## Bug Report ### Description I'm looking to collect information about my ECC modules via node-exporter, but the device is missing. https://github.com/prometheus/node_exporter/blob/2ecbe970668b4a6b7e528b6513ac545186a494fd/collector/edac_linux.go https://www.kernel.org/doc/html/v4.13/driver-api/edac.html ```sh ❯ talosctl ls /sys/devices/system/edac/mc NODE NAME...

They both listen on localhost only by default, which means they cannot be connected to from within the cluster. The service scrape configs were removed in https://github.com/uhthomas/automata/commit/8e1e45e63c7892c3884f738435cf7960b24c1094. The nodes will...

enhancement
monitoring

https://docs.victoriametrics.com/VictoriaLogs/QuickStart.html