Skip to content

Commit

Permalink
Merge pull request #5137 from sgibson91/nasa-cryo/remove-nodegroup
Browse files Browse the repository at this point in the history
nasa-cryo: deleted tainted nodegroup
  • Loading branch information
sgibson91 authored Nov 19, 2024
2 parents 57bd0e2 + df4ccb3 commit 9bc1797
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eksctl/nasa-cryo.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ local nodeAz = "us-west-2a";
// 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", nameSuffix: "b" }, // FIXME: tainted
{
instanceType: "r5.xlarge",
namePrefix: "nb-staging",
Expand Down

0 comments on commit 9bc1797

Please sign in to comment.