-
Notifications
You must be signed in to change notification settings - Fork 373
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
Clarify readme #407
Clarify readme #407
Conversation
Try make it slightly clearer what k0s is and does, and how it is different from other kubernetes distros by - Remove redundant and non essential text - List key features early (above the demo) Signed-off-by: Natanael Copa <ncopa@mirantis.com>
I think I forgot to add a line about where to find the |
building and smoke testing should probably in a separate document, but keep it at the bottom for now. Signed-off-by: Natanael Copa <ncopa@mirantis.com>
d74fc14
to
88f71a6
Compare
``` | ||
make check-basic | ||
``` | ||
|
||
## Cluster bootstrapping | ||
|
||
Move the built `k0s` binary to each of the nodes. |
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'd suggest adding this too:
curl -SsLf get.k0s.sh
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't comment on the line below but I'd also give an example with enable-worker
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.
Do we need --enable-worker
example in the readme when we have it in the FAQ?
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'm thinking it is most likely how someone is going to try k0s
Signed-off-by: Natanael Copa <ncopa@mirantis.com>
88f71a6
to
745f064
Compare
It is less friction as it does not need authentication. Signed-off-by: Natanael Copa <ncopa@mirantis.com>
Add a super short quick getting started section at the top Signed-off-by: Natanael Copa <ncopa@mirantis.com>
0706954
to
52e3f58
Compare
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.
looking good, let's ship it
What this PR Includes
Try make it slightly clearer what k0s is and does, and how it is different from other kubernetes distros by