Skip to content

Commit 0ecd365

Browse files
sethvargoyfuruyama
andauthored
Support DNS-based endpoint (#318)
This is a rebase and deps update of #317 --------- Co-authored-by: Yuki Furuyama <[email protected]>
1 parent 0b94768 commit 0ecd365

9 files changed

+521
-524
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
endpoint](https://cloud.google.com/anthos/multicluster-management/gateway)
9797
to connect to cluster.
9898

99+
- <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)
100+
to connect to the cluster.
101+
99102
- <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
100103
the form:
101104

action.yml

+7
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ inputs:
7979
to connect to cluster.
8080
default: 'false'
8181
required: false
82+
83+
use_dns_based_endpoint:
84+
description: |-
85+
Set this true to use [DNS-based endpoint](https://cloud.google.com/kubernetes-engine/docs/concepts/network-isolation#dns-based_endpoint)
86+
to connect to the cluster.
87+
default: 'false'
88+
required: false
8289

8390
fleet_membership_name:
8491
description: |-

dist/index.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)