Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

First Workload with Bedrock: k8s version too old for AKS on westus2 #1446

Open
andrewDoing opened this issue Sep 21, 2020 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@andrewDoing
Copy link
Contributor

Describe the bug:
The k8s version is no longer supported on westus2, making the terraform apply command error out.

To Reproduce:
Follow the First Workload With Bedrock tutorial. The step where one uses the command terraform apply -var-file=bedrock.tfvars you will encounter the error.

Expected behavior:
The k8s version in Bedrock should be updated, or an AKS region that supports the older version should be used in the tutorial, to avoid an error.

Screenshots:
Error after running terraform apply -var-file=bedrock.tfvars
image
Oldest k8s version supported; from az aks get-versions --location westus2
image

Additional context:

Does this require updates to documentation?:
Yes, in the First Workload With Bedrock.

@andrewDoing andrewDoing added the bug Something isn't working label Sep 21, 2020
@andrebriggs
Copy link
Member

andrebriggs commented Sep 22, 2020

@andrewDoing To unblock you you can set the in the kubernetes_version in terraform.tfvars file.

The default kubernetes_version variable in Terraform for azure-simple here and we should probably increase it to a more recent value.

Looks like #1442 will fix this issue. Thanks @jpflueger

cc @jmspring

@andrebriggs andrebriggs self-assigned this Sep 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants