Skip to content

Commit

Permalink
test EFA support
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
  • Loading branch information
desinurch authored and mikkeloscar committed Jan 8, 2025
1 parent abf43b3 commit 6ca95fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ kuberuntu_image_v1_31_jammy_amd64: {{ amiID "zalando-ubuntu-jammy-22.04-kubernet
kuberuntu_image_v1_31_jammy_arm64: {{ amiID "zalando-ubuntu-jammy-22.04-kubernetes-production-v1.31.4-arm64-master-359" "861068367966" }}

# FOR TESTING ONLY:
kuberuntu_image_v1_31_jammy_with_gpu_amd64: {{ amiID "zalando-ubuntu-jammy-22.04-kubernetes-test-v1.31.4-amd64-pr-380-8" "861068367966" }}
kuberuntu_image_v1_31_jammy_with_gpu_amd64: {{ amiID "zalando-ubuntu-jammy-22.04-kubernetes-test-v1.31.4-amd64-pr-380-10" "861068367966" }}
kuberuntu_image_v1_31_jammy_with_gpu_arm64: {{ amiID "zalando-ubuntu-jammy-22.04-kubernetes-production-v1.31.0-arm64-master-347" "861068367966" }}

# set to false on a node pool to enable ssm access for non Administrator users.
Expand Down
2 changes: 2 additions & 0 deletions cluster/node-pools/worker-karpenter/provisioners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ spec:
detailedMonitoring: false
tags:
Name: "{{ .NodePool.Name }} ({{ .Cluster.ID }})"
# {{ if eq .Cluster.ConfigItems.tag_instance_infrastructure_component "true" }}
InfrastructureComponent: 'true'
# {{ end }}
application: kubernetes
component: shared-resource
environment: "{{ .Cluster.Environment }}"
Expand Down

0 comments on commit 6ca95fd

Please sign in to comment.