datarevenue-berlin / OpenMLOps

MIT License
695 stars 101 forks source link

error creating Kubernetes cluster with AWS tutorial #114

Open LameesKadhim opened 2 years ago

LameesKadhim commented 2 years ago

Hi all, I am trying to follow the AWS tutorial on setting OpenMLOps and I am getting the bellow error when I run terraform apply. image

any help with that? Thanks in advance

vasusuren commented 1 year ago

I also came across same issue. I have modified the version from 1.17 to 1.19 and it seemed to have moved along. ./OpenMLOps-AWS/variables.tf

variable "kubernetes_version" { type = string default = "1.19" }

As AWS mentioned that they no longer support v1.17.

But I am stuck at the aws_auth for autoscalers. It might work for you as I believe that this is due to the rights of my role.