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: kubernetes/test-infra/typhoon-aws/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,10 @@ Example:
19
19
## Versions
20
20
21
21
You can set the desired version of Kubernetes via the `kubernetes_version` Terraform variable. If unset it defaults to
22
-
version 1.18.
22
+
version 1.20.
23
23
Example:
24
24
```
25
-
export TF_VAR_kubernetes_version=1.18
25
+
export TF_VAR_kubernetes_version=1.20
26
26
```
27
27
28
28
This configuration is only compatible with Terraform 0.13 and up due to the use of the count-on-module feature which is not available in earlier versions.
0 commit comments