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

Feat: add semantic version compare for different ingress api #10

Closed jensenity closed 1 year ago

jensenity commented 1 year ago

According to this doc, the Ingress api version has been depreciated if the cluster's kube version is more 1.19.

With the help of semverCompare, we can use it to compare the semantic version and decide which api version is suitable for the ingress api version.

Connected issue: https://github.com/Hyper-Mesh/spark-history-server/issues/9