Thomas

Results 373 comments of Thomas

I still haven't been able to get this to work properly. ```json "conditions": [ { "lastTransitionTime": "2023-03-18T20:10:06Z", "status": "True", "type": "Ready" }, { "lastTransitionTime": "2023-03-18T20:09:46Z", "status": "True", "type": "BootstrapReady" },...

fwiw the arch wiki does have a section on reducing access time metadata updates. It would definitely be sensible to use `noatime` as a default, especially for SSDs where writes...

``` go mod edit -exclude=github.com/sergi/[email protected] ``` may be helpful to prevent an accidental upgrade with `go mod tidy` or `go get -u ./...`.

@ryanrf-ac Did you ever get it to work? I'm also coming across this issue using Hugo v0.74.3. There's [some discussion](https://discourse.gohugo.io/t/symbolic-links-suddenly-stopped-from-version-v0-56-0/19878) around a change on v0.56.0 which broke this behaviour. It...

Perfect! Thanks for the reference. I think this is more of a shame on Hugo's part, rather than the rules. I can't really understand why they would disallow symbolic links.

I guess another question - should it be used? It looks like most config is set through the CLI.

![image](https://github.com/jodevsa/wireguard-operator/assets/9749173/ebdce606-64a7-4437-9402-f1c5fd2e4fcc)

I'll stop adding more comments and just run static check. ![image](https://github.com/jodevsa/wireguard-operator/assets/9749173/3d57bf98-913b-4a80-8c02-66d6def7c5b1)

```sh ❯ go run honnef.co/go/tools/cmd/staticcheck@latest ./... internal/iptables/iptables.go:61:3: should replace loop with rules = append(rules, EgressNetworkPolicyToIpTableRules(policy, peerChain)...) (S1011) internal/iptables/iptables.go:80:22: unnecessary use of fmt.Sprintf (S1039) internal/it/suite_test.go:32:5: var cfg is unused (U1000) internal/it/suite_test.go:34:5:...