microsoft / bedrock

Automation for Production Kubernetes Clusters with a GitOps Workflow
MIT License
129 stars 12 forks source link

Updating AKS environments to k8s from 1.15.7 to 1.15.11 #1430

Closed mtarng closed 4 years ago

mtarng commented 4 years ago

Ran into deployment issues with the current default 1.15.7 k8s version:

Error: Error creating Managed Kubernetes Cluster "..." (Resource Group "..."): containerservice.ManagedClustersClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="AgentPoolK8sVersionNotSupported" Message="Version 1.15.7 is not supported in this region. Please use [az aks get-versions] command to get the supported version list in this region. For more information, please check https://aka.ms/supported-version-list"

To get latest aks versions: az aks get-versions --location eastus --output table

andrebriggs commented 4 years ago

Any way we can make this a variable? cc @mtarng @jmspring