Skip to content

Commit

Permalink
Merge pull request #2959 from 2i2c-org/revert-2856-smithsonian-nodepo…
Browse files Browse the repository at this point in the history
…ol-scale
  • Loading branch information
sgibson91 authored Aug 10, 2023
2 parents 51eee06 + 18ab436 commit eb32887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eksctl/smithsonian.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ local nodeAz = "us-east-2b";
// A `node.kubernetes.io/instance-type label is added, so pods
// can request a particular kind of node with a nodeSelector
local notebookNodes = [
{ instanceType: "r5.xlarge", minSize: 5 },
{ instanceType: "r5.xlarge" },
{ instanceType: "r5.4xlarge" },
{ instanceType: "r5.16xlarge" },
];
Expand Down

0 comments on commit eb32887

Please sign in to comment.