Justin Garrison
Justin Garrison
> @rothgar the DCO bot failed. Can you sign the DCO and re-push the PR? I repushed the changes after signing off. Do I need to re-run the checks or...
Yes, I'd be willing to write the code to implement this. I would need some guidance on the best way to implement it (I've never contributed to core helm before)...
The nodegroup can have labels applied to instances automatically to avoid needing to do it manually. example eksctl config ``` --- apiVersion: eksctl.io/v1alpha5 kind: ClusterConfig metadata: name: bottlerocket2 region: us-west-2...
Until this is an official feature of kubectl you can use something like this ```bash kubectl get pods | tr -s '[:blank:]' ',' ```
Is there a specific reason this should be built in to kubectl and not kept as a plugin?
I appreciate the additional color indicators for errors. If possible avoiding reds and greens that are the same shades would be helpful as I am red/green color blind. Usually if...
I can easily differentiate the colors in that screenshot so they LGTM
That's great thanks. I can test it tomorrow. Is there a way to reproduce the original bug this addresses?
This provider is testing fine for me but I'm curious about where the X-Forwarded-User gets set. I tried adding a GetUserName function to the provider but it doesn't look like...
Funny because I added that exact same block of code and it doesn't look like it works the way I would have expected. When I add that block of code...