Skip to content

Commit

Permalink
docs: update getting started guide nodepool to use od (#7023)
Browse files Browse the repository at this point in the history
  • Loading branch information
njtran authored Sep 16, 2024
1 parent c08af12 commit 9beb56f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
values: ["linux"]
- key: karpenter.sh/capacity-type
operator: In
values: ["spot"]
values: ["on-demand"]
- key: karpenter.k8s.aws/instance-category
operator: In
values: ["c", "m", "r"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
values: ["linux"]
- key: karpenter.sh/capacity-type
operator: In
values: ["spot"]
values: ["on-demand"]
- key: karpenter.k8s.aws/instance-category
operator: In
values: ["c", "m", "r"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
values: ["linux"]
- key: karpenter.sh/capacity-type
operator: In
values: ["spot"]
values: ["on-demand"]
- key: karpenter.k8s.aws/instance-category
operator: In
values: ["c", "m", "r"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
values: ["linux"]
- key: karpenter.sh/capacity-type
operator: In
values: ["spot"]
values: ["on-demand"]
- key: karpenter.k8s.aws/instance-category
operator: In
values: ["c", "m", "r"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
values: ["linux"]
- key: karpenter.sh/capacity-type
operator: In
values: ["spot"]
values: ["on-demand"]
- key: karpenter.k8s.aws/instance-category
operator: In
values: ["c", "m", "r"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
values: ["linux"]
- key: karpenter.sh/capacity-type
operator: In
values: ["spot"]
values: ["on-demand"]
- key: karpenter.k8s.aws/instance-category
operator: In
values: ["c", "m", "r"]
Expand Down

0 comments on commit 9beb56f

Please sign in to comment.