Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Follow the steps in this KB article for connecting to a public or private GKE cluster.

  2. Install kubectl and configure kubectl command line access using steps 1 and 2 in “Getting Getting thread dump” dump section in the same article.

  3. See To see the names of all pods and find the one(s) you want to restart, run the following command:

    Code Block
    kubectl get pods
  4. To restart the pod from the command line:

...

  1. In the tenant project, navigate to Kubernetes Engine > Workloads.

...

2. Select the pod that you want to restart. In general, the pod should be named <customer-instance-name>-<pod-type>, i.e. cdap-yuki-demo-appfabric is the appfabric pod for customer instance cdap-yuki-demo.

3. Click “Delete” Delete at the top of the workloads page to delete the pod. It should get automatically restarted.

4. To confirm that the pods are restarting, refresh the page or follow steps 1 - 3 in the previous section.

...

Page Properties
hiddentrue

Related issues