You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: