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

Choose k8s version #1

Open
hyweldaniels opened this issue Jun 11, 2020 · 1 comment
Open

Choose k8s version #1

hyweldaniels opened this issue Jun 11, 2020 · 1 comment
Labels
Milestone

Comments

@hyweldaniels
Copy link

Great tool. It would be nice if the version of k8s was configurable by way of a variable.

I guess this could be done with a modification to the aws_instance.master resource, with an addition to the kubeadm init command. Something like;

  %{if var.kubernetes_version != null~}
    --kubernetes-version "${var.kubernetes_version}" \
  %{endif~}
@weibeld
Copy link
Owner

weibeld commented Jun 13, 2020

Hi @hyweldaniels, great idea! I will schedule this for the next minor release.

@weibeld weibeld mentioned this issue Oct 19, 2020
7 tasks
@weibeld weibeld mentioned this issue Jan 12, 2023
4 tasks
@weibeld weibeld added this to the 0.3.0 milestone Jan 12, 2023
@weibeld weibeld added the 0.3.0 label Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants