Azure / kubeflow-aks

Official repository for the Kubeflow on Azure and AKS project
https://azure.github.io/kubeflow-aks/main/
MIT License
26 stars 18 forks source link

Update template and instructions to pass in Kubernetes version #22

Closed asanjabi closed 5 months ago

asanjabi commented 1 year ago

Available versions of Kubernetes constantly change on Azure, this updates the instructions to use the latest available version in the region being deployed.

Alternatively we can track the main branch of AKS-Construction, which is being constantly updated, to simplify the instructions but that can cause other compativility issues.

wangsy503 commented 1 year ago

What if the current kubeflow version is not compatible with the latest k8s version? In https://github.com/kubeflow/manifests, it requires "Kubernetes (up to 1.26)"

asanjabi commented 1 year ago

What if the current kubeflow version is not compatible with the latest k8s version? In https://github.com/kubeflow/manifests, it requires "Kubernetes (up to 1.26)"

That is a very good point, as far as I know, you can't deploy if the version requested isn't available. There are other more complicated options though, like automatically verifying the version matrix. I guess it's a balance between ease of use and maintenance cost.