We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07693af commit 697ff6cCopy full SHA for 697ff6c
addons/kustomize/aws/karpenter/kustomize/nodepools.yaml
@@ -32,7 +32,7 @@ spec:
32
- key: "karpenter.sh/capacity-type"
33
operator: In
34
values: ["spot", "on-demand"]
35
- - key: "karpenter.sh/architecture"
+ - key: "kubernetes.io/arch"
36
37
values: ["amd64"]
38
## The weight for the node pool
@@ -78,7 +78,7 @@ spec:
78
79
80
81
82
83
values: ["arm64"]
84
0 commit comments