Restarting KOTS Admin Console
Oftentimes, issues around installations refusing to stop/start, or upgrades failing, can be resolved by restarting the Replicated services:
CircleCI Server 3.x
- Make sure that you are connected to the Kubernetes cluster.
-
kubectl get pods -n <namespace> | grep kots
-
kubectl delete pod <kotsadm-(string)-(string)> -n <namespace>
CircleCI Server 2.x
- SSH into the Services machine
- run the following
$ sudo service replicated restart
$ sudo service replicated-operator restart
$ sudo service replicated-ui restart
This will cause the Management Console to refresh, but end users' running jobs will not be affected.
Comments
Article is closed for comments.