mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-08 20:02:42 +03:00
Make the command to work straight
This commit is contained in:

committed by
GitHub

parent
a6211e8f64
commit
f1ab700fc2
@@ -40,7 +40,7 @@ So let's get started!
|
||||
Copy the ca certificate to the worker node:
|
||||
|
||||
```
|
||||
scp ca.crt worker-2:~/
|
||||
scp /var/lib/kubernetes/ca.crt worker-2:~/
|
||||
```
|
||||
|
||||
## Step 1 Configure the Binaries on the Worker node
|
||||
|
Reference in New Issue
Block a user