Skip to content

Commit

Permalink
test: add manufacturer label to integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NetanelK committed Mar 4, 2024
1 parent 97419fc commit 0b58db0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions test/suites/integration/scheduling_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ var _ = Describe("Scheduling", Ordered, ContinueOnFailure, func() {
v1beta1.LabelInstanceFamily: "c5",
v1beta1.LabelInstanceSize: "large",
v1beta1.LabelInstanceCPU: "2",
v1beta1.LabelInstanceCPUManufacturer: "intel",
v1beta1.LabelInstanceMemory: "4096",
v1beta1.LabelInstanceNetworkBandwidth: "750",
}
Expand Down
1 change: 0 additions & 1 deletion website/content/en/docs/concepts/scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ Take care to ensure the label domains are correct. A well known label like `karp
| karpenter.k8s.aws/instance-family | g4dn | [AWS Specific] Instance types of similar properties but different resource quantities |
| karpenter.k8s.aws/instance-size | 8xlarge | [AWS Specific] Instance types of similar resource quantities but different properties |
| karpenter.k8s.aws/instance-cpu | 32 | [AWS Specific] Number of CPUs on the instance |
| karpenter.k8s.aws/instance-cpu-manufacturer | aws | [AWS Specific] Name of the CPU manufacturer |
| karpenter.k8s.aws/instance-memory | 131072 | [AWS Specific] Number of mebibytes of memory on the instance |
| karpenter.k8s.aws/instance-network-bandwidth | 131072 | [AWS Specific] Number of [baseline megabits](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-network-bandwidth.html) available on the instance |
| karpenter.k8s.aws/instance-pods | 110 | [AWS Specific] Number of pods the instance supports |
Expand Down

0 comments on commit 0b58db0

Please sign in to comment.