Skip to content

Commit

Permalink
Add "name" field to nodeGroups
Browse files Browse the repository at this point in the history
The "name" field is required for nodeGroups and should be in the all-fields example
  • Loading branch information
knorby authored Jan 22, 2019
1 parent fdd6608 commit 256afef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/05-all-fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ availabilityZones: ["eu-north-1a", "eu-north-1b", "eu-north-1c"]

nodeGroups:

- instanceType: m5.xlarge
- name: build
instanceType: m5.xlarge
tags: {purpose: build}
volumeSize: 30
desiredCapacity: 10
Expand All @@ -58,7 +59,8 @@ nodeGroups:
allowSSH: true
sshPublicKeyPath: ~/.id_rsa/eks_node_key.pem

- instanceType: m5.24xlarge
- name: production
instanceType: m5.24xlarge
tags: {purpose: production}
volumeSize: 8
desiredCapacity: 100
Expand Down

0 comments on commit 256afef

Please sign in to comment.