Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
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
languagebash
rke cert rotate --service kubelet --config cluster.yml

...