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

Upgraded Kubernetes support to 1.16.3 #40

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DGollings
Copy link

I'm trying to run Kubernetes on Upcloud vm's, cool Terraform script, thanks :)

Can confirm that it works, well, boots without issues, with ubuntu 18.04

Updated Kubernetes support to 1.16.3 and anything related (mostly Helm/Flannel)
(It's very likely that Weave also needs updating)

tolerations:
- operator: Exists
effect: NoSchedule
serviceAccountName: flannel
initContainers:
- name: install-cni
image: quay.io/coreos/flannel:{{.flannel_image_version}}-amd64
Copy link

@Andor Andor Feb 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you want to keep templating like this one?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've removed the hardcoded values here: DGollings#1

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the templates must be kept in order to configure things...

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can make a new PR with @DGollings changes and mine if you want

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#40

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pablokbs apologies for the dealy in my response. That would be perfect, I think that the only requirement would be to keep these files as templates, as the provider uses them for replacing all the values configured in Terraform...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants