Swimlane Platform Installer Gu...
Troubleshooting Guide
Restart Swimlane Services for Swimlane 10.x
in swimlane, there are four main services that make up the server web tasks api mongodb in certain circumstances, it may be necessary to restart any one of these services the instructions vary based on which platform swimlane is running on login to a swimlane master scale down api, tasks, and web deployment to 0 \# get replicasets kubectl get replicasets namespace=\<namespace> kubectl scale replicaset/\<api set> replicaset/\<tasks set> replicaset/\<web set> replicas=0 namespace=\<namespace> scale down mongo sts down to 0 \# get statefulset kubectl get sts namespace=\<namespace> kubectl scale sts/\<sts mongo name> replicas=0 confirm all pods have terminated properly kubectl get pods w n \<namespace> scale up mongo sts to 3 kubectl scale sts/\<sts mongo name> replicas=3 scale up api, tasks, and web deployment up to 3 kubectl scale replicaset/\<api set> replicaset/\<tasks set> replicaset/\<web set> replicas=3 namespace=\<namespace>