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 properlyreviewable/pr7096/r1
parent
5ef7d3ad5c
commit
467351640e
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue