-
Is it possible to find from kubectl if the runners are idle or running something? Instead of going to the GitHub Actions settings? |
Beta Was this translation helpful? Give feedback.
Answered by
mumoshu
May 22, 2021
Replies: 1 comment 2 replies
-
@Puneeth-n Have you tried |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mumoshu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Puneeth-n Have you tried
kubectl get runner
?STATUS
should beRunning
only after your runner is running.