Sandro Mathys
Sandro Mathys
Hm, I also see the `cilium.bpf_metadata: IPv4 conntrack map global lookup failed: No such file or directory` error, but the rest looks different for me. Not sure I'm trying to...
nvm, my issue was actually that I had proxy-protocol enabled on the LoadBalancer Service but not on the envoy - well, support for enabling proxy protocol on the cilium-envoy was...
If I may chime in as a platform admin: we simply build a custom addons image with our own storage classes included and we then overwrite the addons that are...
I'm not a developer, so I can't offer a PR, but if I understand your code correctly, you're fetching `reddit.com/r/${subreddit}.json` and then built some logic to determine whether it's public...
@DavidCano98 Are you sure about that? r/games is not restricted, but `restrict_posting` is set to `true` in https://www.reddit.com/r/games/about.json Meanwhile the `subreddit_type` in https://www.reddit.com/r/Games.json is correctly showing `public`, not `restricted`.
@xrstf I think if it was possible to mandate certain applications, like we can with addons, that could work. But I don't think that's currently possible, is it? That said,...
Simpler yes. But just recently we ran into the issue that addons were removed from KKP and we missed that we should remove them from the `defaultManifests`. It was a...