Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 authored Aug 9, 2024
1 parent 5a90509 commit 2e5cbaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eksctl/nasa-veda.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ 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" }, // FIXME: tainted, to be deleted when empty, replaced by equivalent during k8s upgrade
{ instanceType: "r5.xlarge", nameSuffix: "b" }, // FIXME: tainted, to be deleted when empty, replaced by equivalent during k8s upgrade
{ instanceType: "r5.xlarge" }, // FIXME: tainted, to be deleted when empty, replaced by equivalent
{ instanceType: "r5.xlarge", nameSuffix: "b" }, // FIXME: tainted, to be deleted when empty, replaced by equivalent
{
instanceType: "r5.xlarge",
namePrefix: "nb-staging",
Expand Down

0 comments on commit 2e5cbaa

Please sign in to comment.