-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fixing typos and rewording docs/examples/basic-requirements.md #9442
Conversation
/retest |
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.
Looks better.
Not 100% sure what value this doc actually brings though.
Some of this can be linked to other docs like high availability, single-to-multimaster etc.
docs/examples/basic-requirements.md
Outdated
@@ -42,18 +48,18 @@ yum -y install epel-release | |||
yum -y install jq | |||
``` | |||
|
|||
**Debian7/Debian8/Debian9/Ubuntu1404lts/Ubuntu1604lts:** | |||
**Debian 7/8/9, Ubuntu 14.04/16.04:** |
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.
Can probably drop versions here
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.
Yeah, good point.
I guess we can change that to **Debian 8/9/10, Ubuntu 16.04/18.04/20/04:**
?
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.
Bumped the versions to **Debian 9/10, Ubuntu 16.04/18.04/20.04:**
(Dropped debian 8 because it's EOL already)
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.
Actually, @olemarkus I'm just re-reading your comment. Did you mean completely removing the versions and just keeping the distro names, so Debian/Ubuntu
without specifying versions at all?
Hmm, yeah I see your point. Although examples could be sometimes useful as a starting point for someone who hasn't used |
Co-authored-by: Ciprian Hacman <[email protected]>
@@ -33,27 +34,27 @@ export PATH=$PATH:~/bin | |||
mv kubectl kops ~/bin | |||
``` | |||
|
|||
Finally, some of our exercises use the "jq" utility that is available on modern linux distributions. Please ensure to install it too. Some examples of how to do it: | |||
Finally, some of our exercises use the `jq` utility which is available on modern linux distributions. Please ensure to [install](https://stedolan.github.io/jq/download/) it as well. |
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.
@MoShitrit could you also delete all the text below this line?
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.
Done 😄
Thanks for reviewing @hakman !
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.
Np. Thanks for finding these.
@olemarkus does it look better now?
Co-authored-by: Ciprian Hacman <[email protected]>
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: MoShitrit, rifelpet The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.