mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 16:58:58 +03:00
Update 02-jumpbox.md
Handling the error `E: Unable to locate package git`
This commit is contained in:
@@ -20,6 +20,8 @@ Now that you are logged into the `jumpbox` machine as the `root` user, you will
|
||||
apt-get -y install wget curl vim openssl git
|
||||
```
|
||||
|
||||
If you get an error `E: Unable to locate package git`, simply run the command `apt-get update` and then retry.
|
||||
|
||||
### Sync GitHub Repository
|
||||
|
||||
Now it's time to download a copy of this tutorial which contains the configuration files and templates that will be used build your Kubernetes cluster from the ground up. Clone the Kubernetes The Hard Way git repository using the `git` command:
|
||||
|
||||
Reference in New Issue
Block a user