Skip to content

Commit

Permalink
Revert "[smithsonian] Set minimum nodepool size to 5"
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 authored Aug 10, 2023
1 parent 99694c6 commit 18ab436
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 18ab436

Please sign in to comment.