amazon-eks-pod-identity-webhook
amazon-eks-pod-identity-webhook copied to clipboard
A plain YAML file for installation into new clusters
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
Yea, this would be a great addition. I'll add something later today
On second thought, I'm not sure this is possible, due to the CA needing to be embedded in the webhook
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.
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 :)