Skip to content

Commit

Permalink
Fixes #59: Update EKS version to 1.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Sep 1, 2020
1 parent a14e64d commit 2206a47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cluster-aws-eks/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
ansible_python_interpreter: '{{ ansible_playbook_python }}'

# AWS Settings.
aws_environment: true
aws_region: us-east-1
Expand All @@ -10,7 +12,7 @@ stack_outputs: {}
# EKS Cluster settings.
eks_cluster_name: eks-example
# See: https://docs.aws.amazon.com/eks/latest/userguide/platform-versions.html
eks_kubernetes_version: "1.16"
eks_kubernetes_version: "1.17"

# Nodegroup settings.
eks_nodegroup_name: eks-example-nodegroup
Expand Down

0 comments on commit 2206a47

Please sign in to comment.