We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d08c149 commit c1387e6Copy full SHA for c1387e6
action.yml
@@ -15,8 +15,8 @@
15
name: 'Get GKE Credentials'
16
author: 'Google LLC'
17
description: |-
18
- Authenticate to a Google Kubernetes Engine (GKE) cluster by generating an
19
- emphemeral kubeconfig to use with kubectl, helm, etc.
+ Generate ephemeral credentials for authenticating to Google Kubernetes Engine
+ (GKE) and kubectl, helm, etc.
20
21
inputs:
22
cluster_name:
@@ -79,7 +79,7 @@ inputs:
79
to connect to cluster.
80
default: 'false'
81
required: false
82
-
+
83
use_dns_based_endpoint:
84
85
Set this true to use [DNS-based endpoint](https://cloud.google.com/kubernetes-engine/docs/concepts/network-isolation#dns-based_endpoint)
0 commit comments