For the complete documentation index, see llms.txt. This page is also available as Markdown.

PMK Stack Restart

Problem

There is a need to restart the PMK stack on one or more hosts.

Environment

  • Platform9 Managed Kubernetes - v4.0 and Higher

Procedure

Execute the following command on the target Host.

# systemctl stop pf9-hostagent pf9-nodeletd 
# /opt/pf9/nodelet/nodeletd phases stop 
# systemctl start pf9-hostagent

Last updated