Geoff Webster

Results 71 comments of Geoff Webster

Graceful node shutdown is a kubelet feature, not an EKS feature. It was released in 1.21. https://kubernetes.io/blog/2021/04/21/graceful-node-shutdown-beta/

And no support for cross-account roles likely requiring application code changes.

I do want to flag that multiple users have been reporting for more than 2 years that the actual RBAC evaluation logic between projects and system seem to be broken...

I've never seen any data on usage. Some setups will automatically attempt to get the latest versions like Karpenter in its default configuration. Others pin. We've always pinned and then...

We have the same exact issue and challenge with being in the monorepo.

I think with AWS SSO Roles this is sorta more required, as the AWS SSO roles appear to have randomly generated characters at the end of the role ARN which...

Potentially unrelated I had wondered if it might not be easier/better if we could configure the plugin-tar as inclusive per plugin rather than globally and an exclusion list. At least...

I can also confirm huge perf improvements by adding: ``` directory: includes: '*' ``` To our directory argocd apps (we only have maybe 30-50 of them). git_ms timing from our...