Chris Doherty
Chris Doherty
@joelrebel It heavily depends on whats happening. If users submit a series of jobs then individual tasks will create a new client every time they're reconciled. In the context of...
@joelrebel The locking suggestion thing tackles a different problem - I was suggesting a user could submit jobs in serial, they execute in serial, and it would connect and run...
@raykrueger Thanks for the feedback!
Part of this issue has been addressed with https://github.com/aws/eks-anywhere/pull/6436 which will be available in v0.18.
Thanks @rpardini. Awesome OP. I've got a busy week so probably won't get to it until next weekend.
What do we think about offering a `.Values.rbac.enabled` which, when disabled, assumes the user configures the RBAC however they want? You can already set `--kubernetes-namespace` with the `.Values.args` field. I'm...
Thanks for the feedback, @willemm. I'm open to making ClusterRole and ClusterRoleBinding the default, though it still needs to be opt-out so users can define a small scope should they...
> Ok. I had a small look and I'm not sure .Values.rbac.enabled works "nicely" without some other changes, mainly because there are currewntly two values, .Values.roleName and .Values.roleBindingName which seem...
@jacobweinstock Feel free to merge at your discretion.