kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
305 stars 20 forks source link

Ingress does not work in kubernetes 1.22 #1354

Closed yehiyam closed 2 years ago

yehiyam commented 3 years ago

HKube micro-service in algorithm-operator: debug, gateway, tensorboard ingresses in helm: all ingresses

Describe the bug Kubernetes 1.22 deprecated the old ingress apiVersions (extensions/v1beta1, networking.k8s.io/v1beta). the new apiVersion is networking.k8s.io/v1 Needs to check the kubernetes version and decide which apiVersion to use.

yehiyam commented 3 years ago

does not work in v1.19.7. (On test)