Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubectl Plugin - google-github-actions/auth #611

Closed
rking-bennie opened this issue Feb 2, 2023 · 1 comment
Closed

Kubectl Plugin - google-github-actions/auth #611

rking-bennie opened this issue Feb 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@rking-bennie
Copy link

TL;DR

When needing to install kubectl plugin for every build it takes a large amount of time for the github action. Can there be a version created with this plugin already installed to save time on builds?

Detailed design

No response

Additional information

image
image

@rking-bennie rking-bennie added the enhancement New feature or request label Feb 2, 2023
@sethvargo
Copy link
Member

Duplicate of #610.

A version of gcloud is pre-installed on all the GitHub Actions runners. If you just need kubectl and don't care about the specific Cloud SDK version, you can introduce a step like:

run: |-
  gcloud components install kubectl --quiet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants