Ihor Urazov
Ihor Urazov
/remove-lifecycle stale
As an end user, I would really appreciate, if IPVS support for kube-proxy would "just work" without need to set up additional configuration via bootstrap-container/userdata.
> I will do some testing with some of these options and will have a look at if this is going to work without much headache in future kubernetes releases...
> they don't have a (documented) API for it They do: https://docs.aws.amazon.com/eks/latest/APIReference/API_DescribeAddonVersions.html Side note, maybe EKS addons datasource can be implemented as native option? Just like https://docs.renovatebot.com/modules/datasource/aws-machine-image/. As currently this...
`set -u` isn't useful in any way in interactive shell, see discussion at https://github.com/romkatv/powerlevel10k/issues/2652.
That's the whole point. `nounset` is useful in script and isn't useful in interactive session. If you decided that that `nounset` must be enabled during interactive session for some deliberate...
Instead of creating system-wide unit for specific user, it's advised to create user's unit which is managed by `systemctl --user`. At this case you don't need to specify user under...
I'm working on migrating my test cluster. Haven't reached plan stage yet, just changing code to new module variables. I'd appreciate, if there were examples about new `access_*` variables. With...
@Nuru thanks! With provided example I was able to understand access entries relationships and migration path. I believe I was a bit overwhelmed by amount of migration documentation. Ultimately I'd...
I migrated my test cluster to `access_config.authentication_mode = "API"` successfully.