Troubleshooting
This section describes the steps to debug your Kubiya's Action Runner deployed on your Kubernetes cluster.
Last updated
This section describes the steps to debug your Kubiya's Action Runner deployed on your Kubernetes cluster.
Last updated
In the web UI --> go to the Action Runner Menu and check that the runner status is "Healthy"
Open your terminal or command prompt and make sure you are in the Kubernetes context you installed the Kubiya runner.
Find your runner name from the web UI Action Runner dashboard:
Try to run a forced health check:
Run the following command :
Locate your runner in one of the deployments ( the runner name is kubiya-operator ).
A runner with a healthy status should have as follows:
Stream the logs from the runner deployment
In case you are seeing an error in the streamed logs try to rollout restart the deployment and repeat steps 4-5 and 1.