amazon-eks-pod-identity-webhook icon indicating copy to clipboard operation
amazon-eks-pod-identity-webhook copied to clipboard

A plain YAML file for installation into new clusters

Open max-rocket-internet opened this issue 6 years ago • 4 comments

Can we have a plain YAML file for installation, like in the AWS CNI repo?

For example, so we could do something like this:

kubectl apply -f https://raw.githubusercontent.com/aws/amazon-eks-pod-identity-webhook/release-1.0/config/v1.0/config.yaml

max-rocket-internet avatar Sep 12 '19 09:09 max-rocket-internet

Yea, this would be a great addition. I'll add something later today

micahhausler avatar Sep 12 '19 16:09 micahhausler

On second thought, I'm not sure this is possible, due to the CA needing to be embedded in the webhook

micahhausler avatar Sep 18 '19 16:09 micahhausler

Yeah we'll use the new chart when docker images are finally available and not a kubectl apply -f xx method. But people will still want some alternative to Helm I guess. Feel free to close this issue.

max-rocket-internet avatar Sep 24 '19 08:09 max-rocket-internet

On second thought, I'm not sure this is possible, due to the CA needing to be embedded in the webhook

I encourage you to re-open https://github.com/kubernetes/kubernetes/issues/60690 :)

anguslees avatar Oct 24 '19 05:10 anguslees