Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
click2cloud-kaliram opened this issue Nov 17, 2023 · 4 comments
Assignees
Labels
FarmVibes.AI setup Issues encountered during cluster setup

Comments

@click2cloud-kaliram
Copy link

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

image

@click2cloud-kaliram click2cloud-kaliram changed the title Error while setup remote cluster on AKS :- Error: Code="AgentPoolK8sVersionNotSupported" Message="Version 1.26.3 is not supported in this region. Error while setup remote cluster on AKS :- Error: Code="AgentPoolK8sVersionNotSupported" Message="Version 1.26.3 is not supported in this region(eastus). Nov 17, 2023
@rafaspadilha rafaspadilha added the FarmVibes.AI setup Issues encountered during cluster setup label Dec 12, 2023
@brsilvarec
Copy link
Contributor

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?

@renatolfc
Copy link
Contributor

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.

@rafaspadilha
Copy link
Contributor

@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.

@click2cloud-kaliram
Copy link
Author

@rafaspadilha thanks issue fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FarmVibes.AI setup Issues encountered during cluster setup
Projects
None yet
Development

No branches or pull requests

4 participants