Update high-availability.md (#7086)

the ca-config.json file is not copied to etcd1, and etcd2 which is needed for the cfssl command to complete properly
reviewable/pr7096/r1
Eddie Villalba 2018-01-25 22:25:32 -05:00 committed by k8s-ci-robot
parent 5ef7d3ad5c
commit 467351640e
1 changed files with 1 additions and 0 deletions

View File

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