scholzj / terraform-aws-kubernetes

Terraform module for Kubernetes setup on AWS
Apache License 2.0
200 stars 129 forks source link

Can I chose the kubernetes version ? #28

Closed leonrado closed 4 years ago

leonrado commented 4 years ago

I like to choose to install kubernetes 1.15....there is some easy for this ?

scholzj commented 4 years ago

I use this mainly for development - so I always have only the (more-or-less) latest Kubernetes versions and don't have any way to select older Kubernetes version. But you can always checkout an older version from GitHub which was based on older Kubernetes version and use it. For example 1.7.2 (GitHub tag v1.7.2) was based on 1.15.3.

leonrado commented 4 years ago

I use this mainly for development - so I always have only the (more-or-less) latest Kubernetes versions and don't have any way to select older Kubernetes version. But you can always checkout an older version from GitHub which was based on older Kubernetes version and use it. For example 1.7.2 (GitHub tag v1.7.2) was based on 1.15.3.

I'm understood. Thank you.