Skip to content

Commit

Permalink
Merge pull request #5126 from sgibson91/cleanup-tainted-nodes
Browse files Browse the repository at this point in the history
Cleanup tainted nodegroups
  • Loading branch information
sgibson91 authored Nov 18, 2024
2 parents e2e4abd + 35feede commit 4c521cd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
11 changes: 0 additions & 11 deletions eksctl/earthscope.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ local nodeAz = "us-east-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",
namePrefix: "nb-staging",
labels+: { "2i2c/hub-name": "staging" },
tags+: {
"2i2c:hub-name": "staging",
"earthscope:application:name": "geolab",
"earthscope:application:owner": "research-onramp-to-the-cloud"
},
},
{
instanceType: "r5.xlarge",
namePrefix: "nb-staging",
Expand Down
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
1 change: 0 additions & 1 deletion eksctl/ubc-eoas.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ local nodeAz = "ca-central-1a";
// 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.2xlarge" }, // FIXME: tainted, to be deleted when empty, replaced by equivalent during k8s upgrade
{
instanceType: "r5.xlarge",
namePrefix: "nb-staging",
Expand Down

0 comments on commit 4c521cd

Please sign in to comment.