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

bump versions and update README #24

Merged
merged 1 commit into from
Aug 13, 2020

Conversation

anon6789
Copy link
Contributor

@anon6789 anon6789 commented Aug 8, 2020

As discussed in issue 23 this PR contains a version bump.
Before adding more features the project should use current software versions.

I updated the default values for:
Kubernetes to v1.18.6
Master and node images to ubuntu-20.04
Calico to v3.15

I also had to add the --resolv-conf flag as a kubelet argument to fix a loop in the dns configuration of the coredns pods. Newer Ubuntu versions use systemd-resolved and the path to the resolv.conf has to be specified (see here).

Furthermore I removed ubuntu-16.04, debian-9, centos-7 and fedora-27 from the list of supported images and only listed ubuntu-20.04and ubuntu-18.04 because the bootstrap of the cluster fails with other images. The bootstrap script is also quite Ubuntu specific so I think Ubuntu should be the focus. Maybe debian could be added at a later date.
I tested the deployment with ubuntu-20.04and ubuntu-18.04.

Copy link
Owner

@solidnerd solidnerd left a comment

Choose a reason for hiding this comment

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

LGTM ! Thanks for your work

@solidnerd solidnerd merged commit 30daf92 into solidnerd:master Aug 13, 2020
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.

2 participants