Steps to restart pods
Restart specific pod:
- Navigate to
deps/tools/ - Execute the command
./k3s kubectl delete pods -n cc <podname> --force
Restart both starter and platform pods:
- Navigate to
deps/tools/ - Execute the command
./k3s kubectl delete pods -n cc --force --all
