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

the readme is not enough. #12

Closed meansoup closed 2 years ago

meansoup commented 2 years ago

can you explain more how can I deploy by this actions? I want to use this, but I couldn't make it works.

I just added secrets what you mentioned in readme, but it keeps pending.

this is my action yml.

Djelibeybi commented 2 years ago

If the Action never actually starts, that's a GitHub issue, not a problem with the action itself.

You can see my test action here: https://github.com/Djelibeybi/oracle-actions-testing/blob/main/.github/workflows/configure-kubectl-for-oke.yml and the output of that is here: https://github.com/Djelibeybi/oracle-actions-testing/runs/7995202618?check_suite_focus=true

The only other thing to ensure is that your OKE cluster has a publicly accessible API endpoint so the GitHub Action runner can connect to it.

meansoup commented 2 years ago

it works if I change runs-on: ubuntu as runs-on: ubuntu-latest. thank you.

Djelibeybi commented 2 years ago

Ah, interesting. Thanks for letting me know!