You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ jobs:
62
62
63
63
<!-- BEGIN_AUTOGEN_INPUTS -->
64
64
65
-
- <aname="cluster_name"></a><ahref="#user-content-cluster_name"><code>cluster_name</code></a>: _(Required)_ Name of the cluster for which to get credentials. This can be specified as
65
+
- <aname="__input_cluster_name"></a><ahref="#user-content-__input_cluster_name"><code>cluster_name</code></a>: _(Required)_ Name of the cluster for which to get credentials. This can be specified as
then both the `project_id` and `location` may be required.
76
76
77
-
- <aname="location"></a><ahref="#user-content-location"><code>location</code></a>: _(Optional)_ Location (region or zone) in which the cluster resides. This value is
77
+
- <aname="__input_location"></a><ahref="#user-content-__input_location"><code>location</code></a>: _(Optional)_ Location (region or zone) in which the cluster resides. This value is
78
78
required unless `cluster_name` is a full resource name.
79
79
80
-
- <aname="project_id"></a><ahref="#user-content-project_id"><code>project_id</code></a>: _(Optional)_ Project ID where the cluster is deployed. If provided, this will override
80
+
- <aname="__input_project_id"></a><ahref="#user-content-__input_project_id"><code>project_id</code></a>: _(Optional)_ Project ID where the cluster is deployed. If provided, this will override
81
81
the project configured by previous steps or environment variables. If not
82
82
provided, the project will be inferred from the environment, best-effort.
83
83
84
-
- <aname="context_name"></a><ahref="#user-content-context_name"><code>context_name</code></a>: _(Optional)_ Name to use when creating the `kubectl` context. If not specified, the
84
+
- <aname="__input_context_name"></a><ahref="#user-content-__input_context_name"><code>context_name</code></a>: _(Optional)_ Name to use when creating the `kubectl` context. If not specified, the
85
85
default value is `gke_<project>_<location>_<cluster>`.
86
86
87
-
- <aname="namespace"></a><ahref="#user-content-namespace"><code>namespace</code></a>: _(Optional)_ Name of the Kubernetes namespace to use within the context.
87
+
- <aname="__input_namespace"></a><ahref="#user-content-__input_namespace"><code>namespace</code></a>: _(Optional)_ Name of the Kubernetes namespace to use within the context.
88
88
89
-
- <aname="use_auth_provider"></a><ahref="#user-content-use_auth_provider"><code>use_auth_provider</code></a>: _(Optional, default: `false`)_ Set this to true to use the Google Cloud auth plugin in `kubectl` instead
89
+
- <aname="__input_use_auth_provider"></a><ahref="#user-content-__input_use_auth_provider"><code>use_auth_provider</code></a>: _(Optional, default: `false`)_ Set this to true to use the Google Cloud auth plugin in `kubectl` instead
90
90
of inserting a short-lived access token.
91
91
92
-
- <aname="use_internal_ip"></a><ahref="#user-content-use_internal_ip"><code>use_internal_ip</code></a>: _(Optional, default: `false`)_ Set this to true to use the internal IP address for the cluster endpoint.
92
+
- <aname="__input_use_internal_ip"></a><ahref="#user-content-__input_use_internal_ip"><code>use_internal_ip</code></a>: _(Optional, default: `false`)_ Set this to true to use the internal IP address for the cluster endpoint.
93
93
This is mostly used with private GKE clusters.
94
94
95
-
- <aname="use_connect_gateway"></a><ahref="#user-content-use_connect_gateway"><code>use_connect_gateway</code></a>: _(Optional, default: `false`)_ Set this to true to use the [Connect Gateway
95
+
- <aname="__input_use_connect_gateway"></a><ahref="#user-content-__input_use_connect_gateway"><code>use_connect_gateway</code></a>: _(Optional, default: `false`)_ Set this to true to use the [Connect Gateway
- <aname="use_dns_based_endpoint"></a><ahref="#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)
99
+
- <aname="__input_use_dns_based_endpoint"></a><ahref="#user-content-__input_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
100
to connect to the cluster.
101
101
102
-
- <aname="fleet_membership_name"></a><ahref="#user-content-fleet_membership_name"><code>fleet_membership_name</code></a>: _(Optional)_ Fleet membership name to use for generating Connect Gateway endpoint, of
102
+
- <aname="__input_fleet_membership_name"></a><ahref="#user-content-__input_fleet_membership_name"><code>fleet_membership_name</code></a>: _(Optional)_ Fleet membership name to use for generating Connect Gateway endpoint, of
This only applies if `use_connect_gateway` is true. Defaults to auto
108
108
discovery if empty.
109
109
110
-
- <aname="quota_project_id"></a><ahref="#user-content-quota_project_id"><code>quota_project_id</code></a>: _(Optional)_ Project ID from which to pull quota. The caller must have
110
+
- <aname="__input_quota_project_id"></a><ahref="#user-content-__input_quota_project_id"><code>quota_project_id</code></a>: _(Optional)_ Project ID from which to pull quota. The caller must have
111
111
`serviceusage.services.use` permission on the project. If unspecified,
112
112
this defaults to the project of the authenticated principle. This is an
113
113
advanced setting, most users should leave this blank.
@@ -122,7 +122,7 @@ Action produces the following outputs:
122
122
123
123
<!-- BEGIN_AUTOGEN_OUTPUTS -->
124
124
125
-
-`kubeconfig_path`: Path on the local filesystem where the generated Kubernetes configuration
125
+
-<aname="__output_kubeconfig_path"></a><ahref="#user-content-__output_kubeconfig_path"><code>kubeconfig_path</code></a>: Path on the local filesystem where the generated Kubernetes configuration
0 commit comments