How to restart the analytics pods in your API Connect deployment.
About this task
Certain scenarios might require you to restart your analytics subsystem pods. To restart your
analytics pods, follow the steps in this topic.
Procedure
- VMware users only: Log in to your analytics VM and switch to the root user:
ssh apicadm@<vm hostname>
sudo -i
-
Restart the analytics pods.
-
Verify that all analytics pods restart successfully:
kubectl -n <namespace> get pods
where
<namespace> is the namespace where the analytics subsystem is installed.
VMware users can omit
-n <namespace>
.