microsoft / farmvibes-ai

FarmVibes.AI: Multi-Modal GeoSpatial ML Models for Agriculture and Sustainability

Home Page:https://microsoft.github.io/farmvibes-ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error while setup remote cluster on AKS :- Error: Code="AgentPoolK8sVersionNotSupported" Message="Version 1.26.3 is not supported in this region(eastus).

click2cloud-kaliram opened this issue · comments

Geeting AgentPoolK8sVersionNotSupported error while setup remote cluster on AKS :- Error: Code="AgentPoolK8sVersionNotSupported" Message="Version 1.26.3 is not supported in this region.

image

Hi @click2cloud-kaliram, Thanks for using FarmVibes.AI

I generally use eastus as region to create a new FarmVibes AKS cluter. The command I use is the following.

farmvibes-ai remote setup --verbose --resource-group <your_resource_group> --cluster-name <your_cluster_name> --cert-email <your_selected_email> --region <your_region>

In my case, I use <your_region> as eastus and it works.

Can you please share the command you used to create the cluster?

Hello @click2cloud-kaliram, it turns out that Azure stopped supporting the kubernetes version we were using.

While we don't do a new release, to fix this issue, please edit the kubernetes.tf file and change the 1.26.3 version to 1.27.7.

Thanks.

@click2cloud-kaliram, we made a new release #140 that updated the version of kubernetes to 1.27.7. This should fix the issue you are seeing.

Please, let us know if the problem persists.

@rafaspadilha thanks issue fixed