-
Notifications
You must be signed in to change notification settings - Fork 20
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
base: master
Are you sure you want to change the base?
Conversation
tolerations: | ||
- operator: Exists | ||
effect: NoSchedule | ||
serviceAccountName: flannel | ||
initContainers: | ||
- name: install-cni | ||
image: quay.io/coreos/flannel:{{.flannel_image_version}}-amd64 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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...
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
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...
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)