Closed asanjabi closed 7 months 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)"
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.
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.