kubectl icon indicating copy to clipboard operation
kubectl copied to clipboard

A Github action for kubectl, the Kubernetes CLI

Results 3 kubectl issues
Sort by recently updated
recently updated
newest added

The action appears to ignore one of the `defaults` settings: ``` jobs: job-id: defaults: run: working-directory: './bar/foo' ``` When executing the `apply` command: ``` apply -f ./kubernetes.yaml ``` The following...

If I have a kube config in my github workspace, I would love to be able to use it instead of using a value from secrets that is static. My...