Wikis - Page

(HCM) Support Tip: Environment Start and Stop

0 Likes
  1. To stop the hcm pods, run this command: /opt/kubernetes/scripts/cdfctl.sh runlevel set -l DOWN -n <namespace>.
  2. Nodes after shutdown are usually not in schedulable state. To make them schedulable run this command: kubectl uncordon.
  3. To start all the hcm pods, run this command: /opt/kubernetes/scripts/cdfctl.sh runlevel set -l UP -n <namespace>.
  4. To stop kubernetes as well as docker services, run: kube-stop.sh.
  5. To start kubernetes back, run kube-start.
  6. To restart kubernetes, run kube-restart.sh.
  7. To see kubernetes complete status, run kube-status.sh.

Labels:

Support Tips/Knowledge Docs
Comment List
Related
Recommended