Skip to content

Commit

Permalink
Update high-availability.md (kubernetes#7086)
Browse files Browse the repository at this point in the history
the ca-config.json file is not copied to etcd1, and etcd2 which is needed for the cfssl command to complete properly
  • Loading branch information
Eddie Villalba authored and bitfield committed Feb 19, 2018
1 parent 62eab03 commit 0167b7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/setup/independent/high-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ In order to copy certs between machines, you must enable SSH access for `scp`.
scp root@<etcd0-ip-address>:/etc/kubernetes/pki/etcd/ca-key.pem .
scp root@<etcd0-ip-address>:/etc/kubernetes/pki/etcd/client.pem .
scp root@<etcd0-ip-address>:/etc/kubernetes/pki/etcd/client-key.pem .
scp root@<etcd0-ip-address>:/etc/kubernetes/pki/etcd/ca-config.json .
```
Where `<etcd0-ip-address>` corresponds to the public or private IPv4 of `etcd0`.
Expand Down

0 comments on commit 0167b7f

Please sign in to comment.