Restarting the Replicated services

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

  1. Make sure that you are connected to the Kubernetes cluster.
  2. kubectl get pods -n <namespace> | grep kots
  3. kubectl delete pod <kotsadm-(string)-(string)> -n <namespace>

 

CircleCI Server 2.x

  1. SSH into the Services machine
  2. 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.

Was this article helpful?
4 out of 6 found this helpful

Comments

0 comments

Article is closed for comments.