Marco Ebert
Marco Ebert
> use different FQDN like app.domain.org and api.domain.org ... or merge your Ingress resources into a single one as this would make it clearer, especially because some annotations/configurations affect not...
/uncc /cc @cpanato @strongjz
If this is about Go cache files, the issue is not about the user, but about the file permissions. And there is a reason for them to be read-only I'd...
What we are looking for here is basically a way to determine all the other pods targeted by either the Deployment or the DaemonSet, right? Why don't we hand in...
Reviewing the code once again, I'm asking myself if the whole stuff in `status.go` is even called if there's not leader election. As in: The whole mess we currently have...
Could you maybe move the golang lint bump to a separate PR? In general it would be nice to have everything we could potentially cherry-pick to release branches in a...
/triage accepted /kind feature /priority backlog /hold
There are still changes in this PR not related to its purpose. As we first want to get other PRs merged (adding NJS to the NGINX base image and migrating...
I assume your cloud provider is recommending disabling `automountServiceAccountToken`, right? This recommendation is made for people having it enabled, because this is the default, but not needing API server access....