mirror of https://github.com/kubernetes/kops.git
Apply suggestions from code review
Co-authored-by: Ciprian Hacman <ciprianhacman@gmail.com>
This commit is contained in:
parent
1ada0aa5c9
commit
f6d69bca41
|
@ -41,14 +41,14 @@ mv kubectl kops ~/bin
|
||||||
|
|
||||||
Finally, some of our exercises use the `jq` utility which is available on modern linux distributions. Please ensure to install it as well. 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 it as well. Some examples of how to do it:
|
||||||
|
|
||||||
**Centos 7:**
|
**Amazon Linux, CentOS, RHEL:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yum -y install epel-release
|
yum -y install epel-release
|
||||||
yum -y install jq
|
yum -y install jq
|
||||||
```
|
```
|
||||||
|
|
||||||
**Debian 9/10, Ubuntu 16.04/18.04/20.04:**
|
**Debian, Ubuntu:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt-get -y update
|
apt-get -y update
|
||||||
|
@ -62,4 +62,3 @@ brew install jq
|
||||||
```
|
```
|
||||||
|
|
||||||
More information on `jq` can be found [here](https://stedolan.github.io/jq/download/).
|
More information on `jq` can be found [here](https://stedolan.github.io/jq/download/).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue