Azure/aks-engine

Unable to use aks-engine generate due to error stating OrchestratorProfile is not supported

jkengland opened this issue · 1 comments

Describe the bug
I am trying to verify a cluster config file and when running the command "aks-engine generate -m template.json" I am getting an error stating

"aks-engine generate -m .\aks-cluster-template.json
Error: loading API model in generateCmd: error parsing the api model: the following OrchestratorProfile configuration is not supported: OrchestratorType: "Kubernetes", OrchestratorRelease: "1.22.2", OrchestratorVersion: "1.22.2". Please use one of the following versions: [1.18.20 1.19.15 1.20.11 1.21.5 1.22.2 1.23.0-alpha.1 1.23.0-alpha.2]"

Steps To Reproduce
changed versions to other supported versions listed .

Expected behavior
template file is created

AKS Engine version
0.67.0

Kubernetes version
1.22.2

Additional context

closing this issue as I have found my resolution.