[Server] How to restart the Replicated services

Overview

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>

     

Additional Resources

  1. How to start the KOTS Admin Console 
  2. How to manage pods
Was this article helpful?
4 out of 6 found this helpful

Comments

0 comments

Article is closed for comments.