Skip to content

Commit 83d63b3

Browse files
committed
update gke README
1 parent 10795a8 commit 83d63b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_examples/gke/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ gcloud container get-server-config --region $GOOGLE_REGION
4242

4343
## Kubeconfig for manual CLI access
4444

45-
This example generates a kubeconfig file in the current working directory. However, the token in this config will expire after 1 hour. I can be refreshed by running `terraform apply` again. Alternatively, a longer-lived configuration can be generated using the gcloud tool. Note: this command will overwrite the default kubeconfig at `$HOME/.kube/config`.
45+
This example generates a kubeconfig file in the current working directory. However, the token in this config will expire after 1 hour. The token can be refreshed by running `terraform apply` again. Alternatively, a longer-lived configuration can be generated using the gcloud tool. Note: this command will overwrite the default kubeconfig at `$HOME/.kube/config`.
4646

4747
```
4848
gcloud container clusters get-credentials $(terraform output cluster_name|jq -r) --zone $(terraform output google_zone |jq -r)

0 commit comments

Comments
 (0)