Skip to content

Commit

Permalink
Merge pull request #3620 from consideRatio/pr/cleanup-nasa-cryo
Browse files Browse the repository at this point in the history
eksctl, nasa-cryo: cleanup replaced node group
  • Loading branch information
consideRatio authored Jan 17, 2024
2 parents 4e109bd + f28a480 commit 95c2c92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eksctl/nasa-cryo.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +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 = [
# FIXME: Delete the r5.xlarge node group when empty. It has an old k8s
# version and is tainted to prevent it from scaling up or scheduling
# new pods on it.
{ instanceType: "r5.xlarge" },
{ instanceType: "r5.xlarge", nameSuffix: "b" },
{ instanceType: "r5.4xlarge" },
{ instanceType: "r5.16xlarge" },
Expand Down

0 comments on commit 95c2c92

Please sign in to comment.