KubedAI / spark-history-server

Helm Chart for deploying Spark history server in Amazon EKS for S3 Spark Event Logs
https://kubedai.github.io/spark-history-server/
Apache License 2.0
15 stars 8 forks source link

Unable to use Networking Beta ApiVersion in EKS Cluster #9

Closed jensenity closed 1 year ago

jensenity commented 1 year ago

https://github.com/Hyper-Mesh/spark-history-server/blob/4d6ffbb038cfe18c9a19a928c2ca8315c559ccd4/stable/spark-history-server/templates/ingress.yaml#L2

Hi, I think the beta version has been deprecated. Is it possible to update it to v1?

https://stackoverflow.com/questions/72224230/error-resource-mapping-not-found-make-sure-crds-are-installed-first

vara-bonthu commented 1 year ago

Thanks for raising the issue! We can support multiple api versions based on k8s version. I will take a look.

Happy for you to raise a PR if you have a working solution 👍

jensenity commented 1 year ago

@vara-bonthu thanks! I created a PR. :)