Make the command to work straight

pull/634/head
danielalejandrohc 2020-05-31 09:01:10 -07:00 committed by GitHub
parent a6211e8f64
commit f1ab700fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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