Ivan Ka
Ivan Ka
If I understood correctly, there is a pull request open for quite a while to solve a very same issue https://github.com/kubernetes-sigs/aws-load-balancer-controller/pull/2655 Any chance to have a look and address it?
With ZSH this code I'm using to achieve exactly ^ that ``` # Automatically switch and load golang versions when a directory has an `.gvmrc` or `go.mod` files load-go-version() {...
Would it be possible to review this MR?
@kishorj when you have a capacity, would you be able to review this MR and share your feedback please?
Hi, @marcosdiez do you have the capacity to add suggested changes and update MR?
Any chance to release it as experimental feature. Buy that time the community could provide feedback. And for sure we could fix the bugs if any. This mr is already...
I might be missing something. Is this a feature e.g. not to stdout error logs? On which resource I should be able to see this error e.g. what the kubectl...
^ Correct. This is fundamentally wrong behaviour. `info` level logging should not swallow any `error` level logging. Debug level is way too noisy and every log ingestion do cost resources.
Why there is a need for a new kind of `RolePolicy`? The `RolePolicy` concept does not exist on the AWS side to my understanding, and multiple inline policicies attached directly...
Valid points, thanks for the clarification. Is the cross-plane AWS provider's actual tactical or strategic purpose to mimic the AWS API or to build a resource abstraction layer on top...