fix(k8s-setup-ha): error when copy pki to other nodes (#7949)
`rm aipserver.crt` is not enought, must be `rm apiserver.*` here
This commit is contained in:
@@ -549,7 +549,7 @@ Before running kubeadm on the other masters, you need to first copy the K8s CA c
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
scp root@<master0-ip-address>:/etc/kubernetes/pki/* /etc/kubernetes/pki
|
scp root@<master0-ip-address>:/etc/kubernetes/pki/* /etc/kubernetes/pki
|
||||||
rm apiserver.crt
|
rm apiserver.*
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Option 2: Copy paste
|
#### Option 2: Copy paste
|
||||||
|
|||||||
Reference in New Issue
Block a user