SUSE-Enceladus / suse-rancher-setup

Simple, usable web application for deploying complex applications to the cloud; wrapping cloud native SDK/CLIs
GNU General Public License v3.0
9 stars 1 forks source link

Use the latest k8s patchlevel when deploying AKS #201

Closed bear454 closed 1 year ago

bear454 commented 1 year ago

Azure rotates supported minor versions relatively frequently. AKS can be deployed using just "major.minor" version, but a much newer version of Azure-CLI is required to do so. So, in order to not have to create a new config for each patchlevel change, we need to look up the full version that best matches the "major.minor" version we configure.