PyAr / pyar_infra

Python Argentina Infrastructure
7 stars 2 forks source link

upgrade k8s #63

Open gilgamezh opened 3 years ago

gilgamezh commented 3 years ago

current version is not supported any more

 ✘  ~/code/pyar_infra   master  az aks get-upgrades --name flying-circus-v2 --resource-group pyar-infra                                                           1000ms 
Name     ResourceGroup    MasterVersion    Upgrades
-------  ---------------  ---------------  ----------------
default  pyar-infra       1.13.5           1.15.11, 1.15.12
 ~/code/pyar_infra   master  az aks get-versions --location eastus                                                                                                 1336ms 
KubernetesVersion    Upgrades
-------------------  ----------------------------------------
1.18.6(preview)      None available
1.18.4(preview)      1.18.6(preview)
1.17.9               1.18.4(preview), 1.18.6(preview)
1.17.7               1.17.9, 1.18.4(preview), 1.18.6(preview)
1.16.13              1.17.7, 1.17.9
1.16.10              1.16.13, 1.17.7, 1.17.9
1.15.12              1.16.10, 1.16.13
1.15.11              1.15.12, 1.16.10, 1.16.13
 ~/code/pyar_infra   master 