GitHub Action to manage a Kubernetes cluster.
To use this action, add the following step to your GitHub Action workflow:
- uses: imajeetyadav/kubectl@v1
with:
version: v1.25.5 # optional
- run: kubectl get pods
Created and maintained by Ajeet Yadav