diff options
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/aws/cloudformation/eks_cluster.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vendor/aws/cloudformation/eks_cluster.yaml b/vendor/aws/cloudformation/eks_cluster.yaml index 5ad25dcd533..798eaeae799 100644 --- a/vendor/aws/cloudformation/eks_cluster.yaml +++ b/vendor/aws/cloudformation/eks_cluster.yaml @@ -7,13 +7,13 @@ Parameters: KubernetesVersion: Description: The Kubernetes version to install Type: String - Default: 1.19 + Default: "1.20" AllowedValues: - - 1.15 - - 1.16 - - 1.17 - - 1.18 - - 1.19 + - "1.16" + - "1.17" + - "1.18" + - "1.19" + - "1.20" KeyName: Description: The EC2 Key Pair to allow SSH access to the node instances |