Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
name: 'Get GKE Credentials'
author: 'Google LLC'
description: |-
Authenticate to a Google Kubernetes Engine (GKE) cluster by generating an
emphemeral kubeconfig to use with kubectl, helm, etc.
Generate ephemeral credentials for authenticating to Google Kubernetes Engine
(GKE) and kubectl, helm, etc.

inputs:
cluster_name:
Expand Down Expand Up @@ -79,7 +79,7 @@ inputs:
to connect to cluster.
default: 'false'
required: false

use_dns_based_endpoint:
description: |-
Set this true to use [DNS-based endpoint](https://cloud.google.com/kubernetes-engine/docs/concepts/network-isolation#dns-based_endpoint)
Expand Down