Skip to content

Commit

Permalink
Tagging nodes by their purpose, so if we want to monitor them, we can…
Browse files Browse the repository at this point in the history
… filter nicely (#2374)
  • Loading branch information
AidanHilt authored Oct 5, 2023
1 parent c3dc5ba commit 220788e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions kube/services/argo-events/workflows/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ data:
workflowname: $WORKFLOW_NAME
gen3username: $GEN3_USERNAME
gen3service: argo-workflows
purpose: workflow
metadataOptions:
httpEndpoint: enabled
httpProtocolIPv6: disabled
Expand Down
1 change: 1 addition & 0 deletions kube/services/karpenter/nodeTemplateDefault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
karpenter.sh/discovery: VPC_NAME
Environment: VPC_NAME
Name: eks-VPC_NAME-karpenter
purpose: default
metadataOptions:
httpEndpoint: enabled
httpProtocolIPv6: disabled
Expand Down
1 change: 1 addition & 0 deletions kube/services/karpenter/nodeTemplateGPU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
Environment: VPC_NAME
Name: eks-VPC_NAME-gpu-karpenter
karpenter.sh/discovery: VPC_NAME
purpose: gpu
metadataOptions:
httpEndpoint: enabled
httpProtocolIPv6: disabled
Expand Down
1 change: 1 addition & 0 deletions kube/services/karpenter/nodeTemplateJupyter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
Environment: VPC_NAME
Name: eks-VPC_NAME-jupyter-karpenter
karpenter.sh/discovery: VPC_NAME
purpose: jupyter
metadataOptions:
httpEndpoint: enabled
httpProtocolIPv6: disabled
Expand Down
1 change: 1 addition & 0 deletions kube/services/karpenter/nodeTemplateWorkflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
Environment: VPC_NAME
Name: eks-VPC_NAME-workflow-karpenter
karpenter.sh/discovery: VPC_NAME
purpose: workflow
metadataOptions:
httpEndpoint: enabled
httpProtocolIPv6: disabled
Expand Down

0 comments on commit 220788e

Please sign in to comment.