Kubectl Plugin - google-github-actions/auth

This issue has been tracked since 2023-02-02.

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

sethvargo wrote this answer on 2023-02-02

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
More Details About Repo
Owner Name google-github-actions
Repo Name setup-gcloud
Full Name google-github-actions/setup-gcloud
Language TypeScript
Created Date 2019-11-05
Updated Date 2023-03-23
Star Count 1505
Watcher Count 65
Fork Count 548
Issue Count 11

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date