Skip to content

Commit

Permalink
HOTFIX: kubernetes.io/os is a required field for arc-node-config.yaml (
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanschmidt authored May 2, 2024
1 parent 45e6a91 commit 93379c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/arc-node-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ nodeConfig:
- key: "kubernetes.io/arch"
operator: In
values: ["amd64"]
- key: kubernetes.io/os
operator: In
values: ["linux"]
- key: "karpenter.sh/capacity-type"
operator: In
values: ["on-demand"]
Expand All @@ -41,6 +44,9 @@ nodeConfig:
- key: "kubernetes.io/arch"
operator: In
values: ["amd64"]
- key: kubernetes.io/os
operator: In
values: ["linux"]
- key: "karpenter.sh/capacity-type"
operator: In
values: ["on-demand"]
Expand Down

0 comments on commit 93379c5

Please sign in to comment.