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: _examples/eks/README.md
+12-15Lines changed: 12 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,34 +16,31 @@ terraform init
16
16
terraform apply
17
17
```
18
18
19
-
Optionally, the Kubernetes version can also be specified:
19
+
## Kubeconfig for manual CLI access
20
+
21
+
This example generates a kubeconfig file in the current working directory. However, the token in this config expires in 15 minutes. The token can be refreshed by running `terraform apply` again. Export the KUBECONFIG to manually access the cluster:
See https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html for currently available versions.
29
+
## Optional variables
26
30
27
-
## Kubeconfig for manual CLI access
28
-
29
-
This example generates a kubeconfig file in the current working directory. However, the token in this config expires in 15 minutes. I can be refreshed by running `terraform apply` again. Export the KUBECONFIG to manually access the cluster.
31
+
The Kubernetes version can be specified at apply time:
0 commit comments