Skip to content

Commit

Permalink
Support DNS-based endpoint (#318)
Browse files Browse the repository at this point in the history
This is a rebase and deps update of #317

---------

Co-authored-by: Yuki Furuyama <addsict@gmail.com>
  • Loading branch information
sethvargo and yfuruyama authored Dec 2, 2024
1 parent 0b94768 commit 0ecd365
Show file tree
Hide file tree
Showing 9 changed files with 521 additions and 524 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ jobs:
endpoint](https://cloud.google.com/anthos/multicluster-management/gateway)
to connect to cluster.

- <a name="use_dns_based_endpoint"></a><a href="#user-content-use_dns_based_endpoint"><code>use_dns_based_endpoint</code></a>: _(Optional, default: `false`)_ Set this true to use [DNS-based endpoint](https://cloud.google.com/kubernetes-engine/docs/concepts/network-isolation#dns-based_endpoint)
to connect to the cluster.

- <a name="fleet_membership_name"></a><a href="#user-content-fleet_membership_name"><code>fleet_membership_name</code></a>: _(Optional)_ Fleet membership name to use for generating Connect Gateway endpoint, of
the form:

Expand Down
7 changes: 7 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ 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)
to connect to the cluster.
default: 'false'
required: false

fleet_membership_name:
description: |-
Expand Down
8 changes: 4 additions & 4 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 0ecd365

Please sign in to comment.