get-gke-credentials icon indicating copy to clipboard operation
get-gke-credentials copied to clipboard

A GitHub Action that configure authentication to a GKE cluster.

Results 7 get-gke-credentials issues
Sort by recently updated
recently updated
newest added

### TL;DR Need an option for using `gke-gcloud-auth-plugin` instead of `gcp auth plugin` or short-lived access tokens. `use_auth_provider` fails on modern versions of GKE: ```bash error: The gcp auth plugin...

enhancement

### TL;DR Add an input parameter `namespace` that will be added to the generated kubeconfig ### Detailed design _No response_ ### Additional information _No response_

enhancement

### TL;DR Trying to use it on Mac (`runs-on: macos-latest`) I'm seeing the following error, but the same workflow works on `ubuntu-latest`: ``` kubectl: command not found ``` ### Expected...

bug

### TL;DR CI job stopped working due to what was likely an intermittent error (resolved itself after some time) on GCP/GKE's side. Unclear what happened since GH action just traced...

bug

### TL;DR Hi, we have an Anthos cluster hosted on-prem that we can connect to using the connect gateway. It seems this action does not work in this scenario as...

enhancement

### TL;DR I've set use_internal_ip for my private GKE cluster but keep getting timeout when executing kubectl command. ### Expected behavior ``` kubectl get nodes -v=10 ``` Should see nodes...

bug

### TL;DR Random failures (~50% of the time) getting credentials for a cluster. Reason is empty string. ### Expected behavior Request to get credentials should work every time, or never....

bug