Skip to content

Commit

Permalink
Remove tainted nodegroup from opensci
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Nov 18, 2024
1 parent 1510d80 commit 35feede
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eksctl/opensci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +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: tainted, to be deleted when empty, replaced by equivalent
{ instanceType: "r5.xlarge" },
// staging hub
{
instanceType: "r5.xlarge",
Expand Down

0 comments on commit 35feede

Please sign in to comment.