Make the command to work straight

This commit is contained in:
danielalejandrohc
2020-05-31 09:01:10 -07:00
committed by GitHub
parent a6211e8f64
commit f1ab700fc2

View File

@@ -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