update phase command to upload certs after expiration (#17456)
parent
5306b4e784
commit
0e6b7f1e89
|
@ -165,7 +165,7 @@ to download the certificates when additional control-plane nodes are joining, by
|
|||
The following phase command can be used to re-upload the certificates after expiration:
|
||||
|
||||
```
|
||||
kubeadm init phase upload-certs --upload-certs --certificate-key=SOME_VALUE
|
||||
kubeadm init phase upload-certs --upload-certs --certificate-key=SOME_VALUE --config=SOME_YAML_FILE
|
||||
```
|
||||
|
||||
If the flag `--certificate-key` is not passed to `kubeadm init` and
|
||||
|
|
Loading…
Reference in New Issue