Steps to restart pods

Restart specific pod:

  1. Navigate to deps/tools/
  2. Execute the command ./k3s kubectl delete pods -n cc <podname> --force

Restart both starter and platform pods:

  1. Navigate to deps/tools/
  2. Execute the command ./k3s kubectl delete pods -n cc --force --all