oracle-actions / configure-kubectl-oke

Install and configure Kubectl for the specified Oracle Engine for Kubernetes (OKE) cluster
Universal Permissive License v1.0
11 stars 9 forks source link

kubectl not executable #19

Closed tonybolzan closed 1 year ago

tonybolzan commented 1 year ago

Executable bit is not active for kubectl binary. Change 0o644 to 0o755 This give a error Permission denied

https://github.com/oracle-actions/configure-kubectl-oke/blob/main/src/main.ts#L32

Djelibeybi commented 1 year ago

Ok, so that's weird: the action is tested by running kubectl so it must work and yet this is clearly an issue. Are you able to submit a PR to fix?

tonybolzan commented 1 year ago

Github Runner ubuntu-latest has Kubectl 1.25.3 instaled by default

I will make a PR tomorrow

Djelibeybi commented 1 year ago

Thanks! I would only have time to look at this next week, so much appreciated