Skip to content

Commit

Permalink
Merge pull request #1090 from tjkirch/sample-eksctl-ver
Browse files Browse the repository at this point in the history
Update suggested Kubernetes version in sample eksctl config files
  • Loading branch information
tjkirch authored Aug 31, 2020
2 parents 3326c63 + c5dc7d9 commit 09398c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample-eksctl-ssh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: ClusterConfig
metadata:
name: bottlerocket
region: us-west-2
version: '1.15'
version: '1.17'

nodeGroups:
- name: ng-bottlerocket
Expand Down
2 changes: 1 addition & 1 deletion sample-eksctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ kind: ClusterConfig
metadata:
name: bottlerocket
region: us-west-2
version: '1.15'
version: '1.17'

nodeGroups:
- name: ng-bottlerocket
Expand Down

0 comments on commit 09398c1

Please sign in to comment.