Thomas
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" },...
Maybe close in favour of #4424?
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.

I'll stop adding more comments and just run static check. 
```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:...