Skip to content

Commit 5785de8

Browse files
authored
feat: add new generation of nodepools (#7586)
1 parent a7b8dea commit 5785de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eksctl/nmfs-openscapes.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ local c = cluster.withNodeGroupConfigOverride(
2424
instanceType: 'g4dn.xlarge',
2525
},
2626
],
27-
nodeGroupGenerations=['a', 'b'],
27+
nodeGroupGenerations=['b', 'c'],
2828
),
2929
kind='core',
3030
overrides={ maxSize: 2 }

0 commit comments

Comments
 (0)