Sharing service account permissions with Github action #2242
Unanswered
aanogueira
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm looking for help with the following scenario:
I'm running a local install of the runners.
When using a Github action with kubectl I get the error:
If I set a
kubeconfig
it will work.The problem is:
When using short lived tokens, I would have to be constantly updating the
kubeconfig
with the service account token.Is there a way to share the RunnerDeployment token/config with the actual Github action executing kubectl?
Current configuration:
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions