Noel Georgi

Results 115 comments of Noel Georgi

@mikescholl-sysdig I'm also waiting on the maintainers

```bash /home/prow/go/src/k8s.io/cloud-provider-aws ./hack/e2e/run.sh: line 149: /home/prow/go/src/k8s.io/cloud-provider-aws/_output/test/20220819181918/kops: No such file or directory ``` seems like an unrelated failure? :thinking:

> We should bump the chart version as well, shouldn't we? Does 0.0.7 sound fine?

Updated the chart version to `0.0.7` and also fixed the e2e test failure.

@nckturner this should be good to go

closing in favor of https://github.com/kubernetes/cloud-provider-aws/pull/466

it would be nice to have one liner apply files alongside the helm charts

@clintoncwolfe we already have bastion support

@esaravanakumar89 you have to use `${filekey_path}`. `${env.}` is for groovy interpolations mostly. I also don't see the command being executed inside a `sh` block. This would be the syntax I...