Restarting analytics pods

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 document.

Procedure

  1. Restart the analytics pods.
    • Kubernetes and Red Hat® OpenShift® - Run the following command.
      kubectl -n <namespace> delete pod -l app.kubernetes.io/instance=<analytics CR>
  2. Verify that all analytics pods restart successfully.
    kubectl -n <namespace> get pods
    where, <namespace> is the namespace where the analytics subsystem is installed.