From 0b58db03c5f39cb251438ab80e20a684834e2fb3 Mon Sep 17 00:00:00 2001 From: Netanel Kadosh Date: Sun, 3 Mar 2024 10:32:38 +0200 Subject: [PATCH] test: add manufacturer label to integration tests --- test/suites/integration/scheduling_test.go | 1 + website/content/en/docs/concepts/scheduling.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/test/suites/integration/scheduling_test.go b/test/suites/integration/scheduling_test.go index 3e0cb1ad33fc..d8b4d2cea177 100644 --- a/test/suites/integration/scheduling_test.go +++ b/test/suites/integration/scheduling_test.go @@ -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", } diff --git a/website/content/en/docs/concepts/scheduling.md b/website/content/en/docs/concepts/scheduling.md index c934b46e05b8..08947b395b93 100755 --- a/website/content/en/docs/concepts/scheduling.md +++ b/website/content/en/docs/concepts/scheduling.md @@ -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 |