Overview
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>
Comments
Article is closed for comments.