Skip to content

Commit 1510d80

Browse files
committed
Remove tainted nodegroup from ubc-eoas
1 parent 32ff8a7 commit 1510d80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eksctl/ubc-eoas.jsonnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ local nodeAz = "ca-central-1a";
2525
// A `node.kubernetes.io/instance-type label is added, so pods
2626
// can request a particular kind of node with a nodeSelector
2727
local notebookNodes = [
28-
{ instanceType: "r5.2xlarge" }, // FIXME: tainted, to be deleted when empty, replaced by equivalent during k8s upgrade
2928
{
3029
instanceType: "r5.xlarge",
3130
namePrefix: "nb-staging",

0 commit comments

Comments
 (0)