mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-16 17:58:57 +03:00
updated jumpbox set up installation
If you straight up tried to installed the required tools, you'd get an error, so you need to update the apt repository first.
This commit is contained in:
committed by
GitHub
parent
a9cb5f7ba5
commit
d248c77c3d
@@ -17,6 +17,7 @@ All commands will be run as the `root` user. This is being done for the sake of
|
|||||||
Now that you are logged into the `jumpbox` machine as the `root` user, you will install the command line utilities that will be used to preform various tasks throughout the tutorial.
|
Now that you are logged into the `jumpbox` machine as the `root` user, you will install the command line utilities that will be used to preform various tasks throughout the tutorial.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
apt update
|
||||||
apt-get -y install wget curl vim openssl git
|
apt-get -y install wget curl vim openssl git
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user