Skip to content

Commit

Permalink
opensci: mark a nodegroup as tainted
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 committed Nov 15, 2024
1 parent 359da72 commit bfec9ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eksctl/opensci.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ 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
{
Expand Down

0 comments on commit bfec9ce

Please sign in to comment.