...
Code Block | ||
---|---|---|
| ||
rke cert rotate --rotate-ca --config cluster.yml |
Warning |
---|
Rotating CA will cause the revoke certificates by the older CA. |
- Rotate specific service
Code Block | ||
---|---|---|
| ||
rke cert rotate --service kubelet --config cluster.yml |
...
...
Code Block | ||
---|---|---|
| ||
rke cert rotate --rotate-ca --config cluster.yml |
Warning |
---|
Rotating CA will cause the revoke certificates by the older CA. |
Code Block | ||
---|---|---|
| ||
rke cert rotate --service kubelet --config cluster.yml |
...