mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-15 01:08:58 +03:00
sudo apt-get update before installing socat
Without this I was getting: ```sh @worker-0:~$ sudo apt-get -y install socat Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package socat ```
This commit is contained in:
@@ -15,6 +15,7 @@ gcloud compute ssh worker-0
|
|||||||
Install the OS dependencies:
|
Install the OS dependencies:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
sudo apt-get update
|
||||||
sudo apt-get -y install socat
|
sudo apt-get -y install socat
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user