You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- [x ] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
get latest code from gitlab
execute ./deploy.sh
Any log messages given by the failure
WARNING: The behavior of this command has been altered by the following extension: aks-preview
ERROR: Invalid jmespath query supplied for --query: In function sort(), invalid type for value: None, expected one of: ['array-string', 'array-number'], received: "null"
To learn more about --query, please visit: 'https://docs.microsoft.com/cli/azure/query-azure-cli'
Failed to retrieve the last Kubernetes version supported by AKS in [FranceCentral] Azure region
Expected/desired behavior
No error, deploy completed
OS and Version?
Windows10 -> WSL
Versions
Current.
Mention any other details that might be useful
I think it's related with command az aks get-versions, BTW if I click 'Deploy to Azure' also struck.
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
WARNING: The behavior of this command has been altered by the following extension: aks-preview
ERROR: Invalid jmespath query supplied for
--query
: In function sort(), invalid type for value: None, expected one of: ['array-string', 'array-number'], received: "null"To learn more about --query, please visit: 'https://docs.microsoft.com/cli/azure/query-azure-cli'
Failed to retrieve the last Kubernetes version supported by AKS in [FranceCentral] Azure region
Expected/desired behavior
No error, deploy completed
OS and Version?
Windows10 -> WSL
Versions
Current.
Mention any other details that might be useful
I think it's related with command az aks get-versions, BTW if I click 'Deploy to Azure' also struck.
Currently, I workaround by refer to https://releases.aks.azure.com/webpage/index.html then hardcode aks version to support version at my target region.
The text was updated successfully, but these errors were encountered: