123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734 |
- /*
- Copyright 2015 The Kubernetes Authors.
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- */
- package apimachinery
- import (
- "context"
- "fmt"
- "strconv"
- "time"
- appsv1 "k8s.io/api/apps/v1"
- v1 "k8s.io/api/core/v1"
- schedulingv1 "k8s.io/api/scheduling/v1"
- apierrors "k8s.io/apimachinery/pkg/api/errors"
- "k8s.io/apimachinery/pkg/api/resource"
- metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
- "k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
- "k8s.io/apimachinery/pkg/util/intstr"
- "k8s.io/apimachinery/pkg/util/wait"
- clientset "k8s.io/client-go/kubernetes"
- "k8s.io/kubernetes/pkg/quota/v1/evaluator/core"
- "k8s.io/kubernetes/test/e2e/framework"
- "k8s.io/kubernetes/test/utils/crd"
- imageutils "k8s.io/kubernetes/test/utils/image"
- "github.com/onsi/ginkgo"
- )
- const (
- // how long to wait for a resource quota update to occur
- resourceQuotaTimeout = 30 * time.Second
- podName = "pfpod"
- )
- var classGold = "gold"
- var extendedResourceName = "example.com/dongle"
- var _ = SIGDescribe("ResourceQuota", func() {
- f := framework.NewDefaultFramework("resourcequota")
- /*
- Release: v1.16
- Testname: ResourceQuota, object count quota, resourcequotas
- Description: Create a ResourceQuota. Creation MUST be successful and its ResourceQuotaStatus MUST match to expected used and total allowed resource quota count within namespace.
- */
- framework.ConformanceIt("should create a ResourceQuota and ensure its status is promptly calculated.", func() {
- ginkgo.By("Counting existing ResourceQuota")
- c, err := countResourceQuota(f.ClientSet, f.Namespace.Name)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota")
- quotaName := "test-quota"
- resourceQuota := newTestResourceQuota(quotaName)
- _, err = createResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuota)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- })
- /*
- Release: v1.16
- Testname: ResourceQuota, object count quota, service
- Description: Create a ResourceQuota. Creation MUST be successful and its ResourceQuotaStatus MUST match to expected used and total allowed resource quota count within namespace.
- Create a Service. Its creation MUST be successful and resource usage count against the Service object and resourceQuota object MUST be captured in ResourceQuotaStatus of the ResourceQuota.
- Delete the Service. Deletion MUST succeed and resource usage count against the Service object MUST be released from ResourceQuotaStatus of the ResourceQuota.
- */
- framework.ConformanceIt("should create a ResourceQuota and capture the life of a service.", func() {
- ginkgo.By("Counting existing ResourceQuota")
- c, err := countResourceQuota(f.ClientSet, f.Namespace.Name)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota")
- quotaName := "test-quota"
- resourceQuota := newTestResourceQuota(quotaName)
- _, err = createResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuota)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a Service")
- service := newTestServiceForQuota("test-service", v1.ServiceTypeClusterIP)
- service, err = f.ClientSet.CoreV1().Services(f.Namespace.Name).Create(context.TODO(), service, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status captures service creation")
- usedResources = v1.ResourceList{}
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- usedResources[v1.ResourceServices] = resource.MustParse("1")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting a Service")
- err = f.ClientSet.CoreV1().Services(f.Namespace.Name).Delete(context.TODO(), service.Name, nil)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released usage")
- usedResources[v1.ResourceServices] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- })
- /*
- Release: v1.16
- Testname: ResourceQuota, object count quota, secret
- Description: Create a ResourceQuota. Creation MUST be successful and its ResourceQuotaStatus MUST match to expected used and total allowed resource quota count within namespace.
- Create a Secret. Its creation MUST be successful and resource usage count against the Secret object and resourceQuota object MUST be captured in ResourceQuotaStatus of the ResourceQuota.
- Delete the Secret. Deletion MUST succeed and resource usage count against the Secret object MUST be released from ResourceQuotaStatus of the ResourceQuota.
- */
- framework.ConformanceIt("should create a ResourceQuota and capture the life of a secret.", func() {
- ginkgo.By("Discovering how many secrets are in namespace by default")
- found, unchanged := 0, 0
- // On contended servers the service account controller can slow down, leading to the count changing during a run.
- // Wait up to 5s for the count to stabilize, assuming that updates come at a consistent rate, and are not held indefinitely.
- wait.Poll(1*time.Second, 30*time.Second, func() (bool, error) {
- secrets, err := f.ClientSet.CoreV1().Secrets(f.Namespace.Name).List(context.TODO(), metav1.ListOptions{})
- framework.ExpectNoError(err)
- if len(secrets.Items) == found {
- // loop until the number of secrets has stabilized for 5 seconds
- unchanged++
- return unchanged > 4, nil
- }
- unchanged = 0
- found = len(secrets.Items)
- return false, nil
- })
- defaultSecrets := fmt.Sprintf("%d", found)
- hardSecrets := fmt.Sprintf("%d", found+1)
- ginkgo.By("Counting existing ResourceQuota")
- c, err := countResourceQuota(f.ClientSet, f.Namespace.Name)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota")
- quotaName := "test-quota"
- resourceQuota := newTestResourceQuota(quotaName)
- resourceQuota.Spec.Hard[v1.ResourceSecrets] = resource.MustParse(hardSecrets)
- _, err = createResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuota)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- usedResources[v1.ResourceSecrets] = resource.MustParse(defaultSecrets)
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a Secret")
- secret := newTestSecretForQuota("test-secret")
- secret, err = f.ClientSet.CoreV1().Secrets(f.Namespace.Name).Create(context.TODO(), secret, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status captures secret creation")
- usedResources = v1.ResourceList{}
- usedResources[v1.ResourceSecrets] = resource.MustParse(hardSecrets)
- // we expect there to be two secrets because each namespace will receive
- // a service account token secret by default
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting a secret")
- err = f.ClientSet.CoreV1().Secrets(f.Namespace.Name).Delete(context.TODO(), secret.Name, nil)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released usage")
- usedResources[v1.ResourceSecrets] = resource.MustParse(defaultSecrets)
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- })
- /*
- Release: v1.16
- Testname: ResourceQuota, object count quota, pod
- Description: Create a ResourceQuota. Creation MUST be successful and its ResourceQuotaStatus MUST match to expected used and total allowed resource quota count within namespace.
- Create a Pod with resource request count for CPU, Memory, EphemeralStorage and ExtendedResourceName. Pod creation MUST be successful and respective resource usage count MUST be captured in ResourceQuotaStatus of the ResourceQuota.
- Create another Pod with resource request exceeding remaining quota. Pod creation MUST fail as the request exceeds ResourceQuota limits.
- Update the successfully created pod's resource requests. Updation MUST fail as a Pod can not dynamically update its resource requirements.
- Delete the successfully created Pod. Pod Deletion MUST be scuccessful and it MUST release the allocated resource counts from ResourceQuotaStatus of the ResourceQuota.
- */
- framework.ConformanceIt("should create a ResourceQuota and capture the life of a pod.", func() {
- ginkgo.By("Counting existing ResourceQuota")
- c, err := countResourceQuota(f.ClientSet, f.Namespace.Name)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota")
- quotaName := "test-quota"
- resourceQuota := newTestResourceQuota(quotaName)
- _, err = createResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuota)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a Pod that fits quota")
- podName := "test-pod"
- requests := v1.ResourceList{}
- limits := v1.ResourceList{}
- requests[v1.ResourceCPU] = resource.MustParse("500m")
- requests[v1.ResourceMemory] = resource.MustParse("252Mi")
- requests[v1.ResourceEphemeralStorage] = resource.MustParse("30Gi")
- requests[v1.ResourceName(extendedResourceName)] = resource.MustParse("2")
- limits[v1.ResourceName(extendedResourceName)] = resource.MustParse("2")
- pod := newTestPodForQuota(f, podName, requests, limits)
- pod, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- podToUpdate := pod
- ginkgo.By("Ensuring ResourceQuota status captures the pod usage")
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- usedResources[v1.ResourceCPU] = requests[v1.ResourceCPU]
- usedResources[v1.ResourceMemory] = requests[v1.ResourceMemory]
- usedResources[v1.ResourceEphemeralStorage] = requests[v1.ResourceEphemeralStorage]
- usedResources[v1.ResourceName(v1.DefaultResourceRequestsPrefix+extendedResourceName)] = requests[v1.ResourceName(extendedResourceName)]
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Not allowing a pod to be created that exceeds remaining quota")
- requests = v1.ResourceList{}
- requests[v1.ResourceCPU] = resource.MustParse("600m")
- requests[v1.ResourceMemory] = resource.MustParse("100Mi")
- pod = newTestPodForQuota(f, "fail-pod", requests, v1.ResourceList{})
- _, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectError(err)
- ginkgo.By("Not allowing a pod to be created that exceeds remaining quota(validation on extended resources)")
- requests = v1.ResourceList{}
- limits = v1.ResourceList{}
- requests[v1.ResourceCPU] = resource.MustParse("500m")
- requests[v1.ResourceMemory] = resource.MustParse("100Mi")
- requests[v1.ResourceEphemeralStorage] = resource.MustParse("30Gi")
- requests[v1.ResourceName(extendedResourceName)] = resource.MustParse("2")
- limits[v1.ResourceName(extendedResourceName)] = resource.MustParse("2")
- pod = newTestPodForQuota(f, "fail-pod-for-extended-resource", requests, limits)
- _, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectError(err)
- ginkgo.By("Ensuring a pod cannot update its resource requirements")
- // a pod cannot dynamically update its resource requirements.
- requests = v1.ResourceList{}
- requests[v1.ResourceCPU] = resource.MustParse("100m")
- requests[v1.ResourceMemory] = resource.MustParse("100Mi")
- requests[v1.ResourceEphemeralStorage] = resource.MustParse("10Gi")
- podToUpdate.Spec.Containers[0].Resources.Requests = requests
- _, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Update(context.TODO(), podToUpdate, metav1.UpdateOptions{})
- framework.ExpectError(err)
- ginkgo.By("Ensuring attempts to update pod resource requirements did not change quota usage")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting the pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), podName, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- usedResources[v1.ResourceCPU] = resource.MustParse("0")
- usedResources[v1.ResourceMemory] = resource.MustParse("0")
- usedResources[v1.ResourceEphemeralStorage] = resource.MustParse("0")
- usedResources[v1.ResourceName(v1.DefaultResourceRequestsPrefix+extendedResourceName)] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- })
- /*
- Release: v1.16
- Testname: ResourceQuota, object count quota, configmap
- Description: Create a ResourceQuota. Creation MUST be successful and its ResourceQuotaStatus MUST match to expected used and total allowed resource quota count within namespace.
- Create a ConfigMap. Its creation MUST be successful and resource usage count against the ConfigMap object MUST be captured in ResourceQuotaStatus of the ResourceQuota.
- Delete the ConfigMap. Deletion MUST succeed and resource usage count against the ConfigMap object MUST be released from ResourceQuotaStatus of the ResourceQuota.
- */
- framework.ConformanceIt("should create a ResourceQuota and capture the life of a configMap.", func() {
- found, unchanged := 0, 0
- // On contended servers the service account controller can slow down, leading to the count changing during a run.
- // Wait up to 5s for the count to stabilize, assuming that updates come at a consistent rate, and are not held indefinitely.
- wait.Poll(1*time.Second, 30*time.Second, func() (bool, error) {
- configmaps, err := f.ClientSet.CoreV1().ConfigMaps(f.Namespace.Name).List(context.TODO(), metav1.ListOptions{})
- framework.ExpectNoError(err)
- if len(configmaps.Items) == found {
- // loop until the number of configmaps has stabilized for 5 seconds
- unchanged++
- return unchanged > 4, nil
- }
- unchanged = 0
- found = len(configmaps.Items)
- return false, nil
- })
- defaultConfigMaps := fmt.Sprintf("%d", found)
- hardConfigMaps := fmt.Sprintf("%d", found+1)
- ginkgo.By("Counting existing ResourceQuota")
- c, err := countResourceQuota(f.ClientSet, f.Namespace.Name)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota")
- quotaName := "test-quota"
- resourceQuota := newTestResourceQuota(quotaName)
- _, err = createResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuota)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- usedResources[v1.ResourceConfigMaps] = resource.MustParse(defaultConfigMaps)
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ConfigMap")
- configMap := newTestConfigMapForQuota("test-configmap")
- configMap, err = f.ClientSet.CoreV1().ConfigMaps(f.Namespace.Name).Create(context.TODO(), configMap, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status captures configMap creation")
- usedResources = v1.ResourceList{}
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- // we expect there to be two configmaps because each namespace will receive
- // a ca.crt configmap by default.
- // ref:https://github.com/kubernetes/kubernetes/pull/68812
- usedResources[v1.ResourceConfigMaps] = resource.MustParse(hardConfigMaps)
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting a ConfigMap")
- err = f.ClientSet.CoreV1().ConfigMaps(f.Namespace.Name).Delete(context.TODO(), configMap.Name, nil)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released usage")
- usedResources[v1.ResourceConfigMaps] = resource.MustParse(defaultConfigMaps)
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- })
- /*
- Release: v1.16
- Testname: ResourceQuota, object count quota, replicationController
- Description: Create a ResourceQuota. Creation MUST be successful and its ResourceQuotaStatus MUST match to expected used and total allowed resource quota count within namespace.
- Create a ReplicationController. Its creation MUST be successful and resource usage count against the ReplicationController object MUST be captured in ResourceQuotaStatus of the ResourceQuota.
- Delete the ReplicationController. Deletion MUST succeed and resource usage count against the ReplicationController object MUST be released from ResourceQuotaStatus of the ResourceQuota.
- */
- framework.ConformanceIt("should create a ResourceQuota and capture the life of a replication controller.", func() {
- ginkgo.By("Counting existing ResourceQuota")
- c, err := countResourceQuota(f.ClientSet, f.Namespace.Name)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota")
- quotaName := "test-quota"
- resourceQuota := newTestResourceQuota(quotaName)
- _, err = createResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuota)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- usedResources[v1.ResourceReplicationControllers] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ReplicationController")
- replicationController := newTestReplicationControllerForQuota("test-rc", "nginx", 0)
- replicationController, err = f.ClientSet.CoreV1().ReplicationControllers(f.Namespace.Name).Create(context.TODO(), replicationController, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status captures replication controller creation")
- usedResources = v1.ResourceList{}
- usedResources[v1.ResourceReplicationControllers] = resource.MustParse("1")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting a ReplicationController")
- // Without the delete options, the object isn't actually
- // removed until the GC verifies that all children have been
- // detached. ReplicationControllers default to "orphan", which
- // is different from most resources. (Why? To preserve a common
- // workflow from prior to the GC's introduction.)
- err = f.ClientSet.CoreV1().ReplicationControllers(f.Namespace.Name).Delete(context.TODO(), replicationController.Name, &metav1.DeleteOptions{
- PropagationPolicy: func() *metav1.DeletionPropagation {
- p := metav1.DeletePropagationBackground
- return &p
- }(),
- })
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released usage")
- usedResources[v1.ResourceReplicationControllers] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- })
- /*
- Release: v1.16
- Testname: ResourceQuota, object count quota, replicaSet
- Description: Create a ResourceQuota. Creation MUST be successful and its ResourceQuotaStatus MUST match to expected used and total allowed resource quota count within namespace.
- Create a ReplicaSet. Its creation MUST be successful and resource usage count against the ReplicaSet object MUST be captured in ResourceQuotaStatus of the ResourceQuota.
- Delete the ReplicaSet. Deletion MUST succeed and resource usage count against the ReplicaSet object MUST be released from ResourceQuotaStatus of the ResourceQuota.
- */
- framework.ConformanceIt("should create a ResourceQuota and capture the life of a replica set.", func() {
- ginkgo.By("Counting existing ResourceQuota")
- c, err := countResourceQuota(f.ClientSet, f.Namespace.Name)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota")
- quotaName := "test-quota"
- resourceQuota := newTestResourceQuota(quotaName)
- _, err = createResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuota)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- usedResources[v1.ResourceName("count/replicasets.apps")] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ReplicaSet")
- replicaSet := newTestReplicaSetForQuota("test-rs", "nginx", 0)
- replicaSet, err = f.ClientSet.AppsV1().ReplicaSets(f.Namespace.Name).Create(context.TODO(), replicaSet, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status captures replicaset creation")
- usedResources = v1.ResourceList{}
- usedResources[v1.ResourceName("count/replicasets.apps")] = resource.MustParse("1")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting a ReplicaSet")
- err = f.ClientSet.AppsV1().ReplicaSets(f.Namespace.Name).Delete(context.TODO(), replicaSet.Name, nil)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released usage")
- usedResources[v1.ResourceName("count/replicasets.apps")] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- })
- /*
- Release: v1.16
- Testname: ResourceQuota, object count quota, pvc
- Description: Create a ResourceQuota. Creation MUST be successful and its ResourceQuotaStatus MUST match to expected used and total allowed resource quota count within namespace.
- Create PersistentVolumeClaim (PVC) to request storage capacity of 1G. PVC creation MUST be successful and resource usage count against the PVC and storage object MUST be captured in ResourceQuotaStatus of the ResourceQuota.
- Delete the PVC. Deletion MUST succeed and resource usage count against its PVC and storage object MUST be released from ResourceQuotaStatus of the ResourceQuota.
- [NotConformancePromotable] as test suite do not have any e2e at this moment which are explicitly verifying PV and PVC behaviour.
- */
- ginkgo.It("should create a ResourceQuota and capture the life of a persistent volume claim. [sig-storage]", func() {
- ginkgo.By("Counting existing ResourceQuota")
- c, err := countResourceQuota(f.ClientSet, f.Namespace.Name)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota")
- quotaName := "test-quota"
- resourceQuota := newTestResourceQuota(quotaName)
- _, err = createResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuota)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- usedResources[v1.ResourcePersistentVolumeClaims] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsStorage] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a PersistentVolumeClaim")
- pvc := newTestPersistentVolumeClaimForQuota("test-claim")
- pvc, err = f.ClientSet.CoreV1().PersistentVolumeClaims(f.Namespace.Name).Create(context.TODO(), pvc, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status captures persistent volume claim creation")
- usedResources = v1.ResourceList{}
- usedResources[v1.ResourcePersistentVolumeClaims] = resource.MustParse("1")
- usedResources[v1.ResourceRequestsStorage] = resource.MustParse("1Gi")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting a PersistentVolumeClaim")
- err = f.ClientSet.CoreV1().PersistentVolumeClaims(f.Namespace.Name).Delete(context.TODO(), pvc.Name, nil)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released usage")
- usedResources[v1.ResourcePersistentVolumeClaims] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsStorage] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- })
- /*
- Release: v1.16
- Testname: ResourceQuota, object count quota, storageClass
- Description: Create a ResourceQuota. Creation MUST be successful and its ResourceQuotaStatus MUST match to expected used and total allowed resource quota count within namespace.
- Create PersistentVolumeClaim (PVC) with specified storageClass to request storage capacity of 1G. PVC creation MUST be successful and resource usage count against PVC, storageClass and storage object MUST be captured in ResourceQuotaStatus of the ResourceQuota.
- Delete the PVC. Deletion MUST succeed and resource usage count against PVC, storageClass and storage object MUST be released from ResourceQuotaStatus of the ResourceQuota.
- [NotConformancePromotable] as test suite do not have any e2e at this moment which are explicitly verifying PV and PVC behaviour.
- */
- ginkgo.It("should create a ResourceQuota and capture the life of a persistent volume claim with a storage class. [sig-storage]", func() {
- ginkgo.By("Counting existing ResourceQuota")
- c, err := countResourceQuota(f.ClientSet, f.Namespace.Name)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota")
- quotaName := "test-quota"
- resourceQuota := newTestResourceQuota(quotaName)
- _, err = createResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuota)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- usedResources[v1.ResourcePersistentVolumeClaims] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsStorage] = resource.MustParse("0")
- usedResources[core.V1ResourceByStorageClass(classGold, v1.ResourcePersistentVolumeClaims)] = resource.MustParse("0")
- usedResources[core.V1ResourceByStorageClass(classGold, v1.ResourceRequestsStorage)] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a PersistentVolumeClaim with storage class")
- pvc := newTestPersistentVolumeClaimForQuota("test-claim")
- pvc.Spec.StorageClassName = &classGold
- pvc, err = f.ClientSet.CoreV1().PersistentVolumeClaims(f.Namespace.Name).Create(context.TODO(), pvc, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status captures persistent volume claim creation")
- usedResources = v1.ResourceList{}
- usedResources[v1.ResourcePersistentVolumeClaims] = resource.MustParse("1")
- usedResources[v1.ResourceRequestsStorage] = resource.MustParse("1Gi")
- usedResources[core.V1ResourceByStorageClass(classGold, v1.ResourcePersistentVolumeClaims)] = resource.MustParse("1")
- usedResources[core.V1ResourceByStorageClass(classGold, v1.ResourceRequestsStorage)] = resource.MustParse("1Gi")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting a PersistentVolumeClaim")
- err = f.ClientSet.CoreV1().PersistentVolumeClaims(f.Namespace.Name).Delete(context.TODO(), pvc.Name, nil)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released usage")
- usedResources[v1.ResourcePersistentVolumeClaims] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsStorage] = resource.MustParse("0")
- usedResources[core.V1ResourceByStorageClass(classGold, v1.ResourcePersistentVolumeClaims)] = resource.MustParse("0")
- usedResources[core.V1ResourceByStorageClass(classGold, v1.ResourceRequestsStorage)] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- })
- ginkgo.It("should create a ResourceQuota and capture the life of a custom resource.", func() {
- ginkgo.By("Creating a Custom Resource Definition")
- testcrd, err := crd.CreateTestCRD(f)
- framework.ExpectNoError(err)
- defer testcrd.CleanUp()
- countResourceName := "count/" + testcrd.Crd.Spec.Names.Plural + "." + testcrd.Crd.Spec.Group
- // resourcequota controller needs to take 30 seconds at most to detect the new custom resource.
- // in order to make sure the resourcequota controller knows this resource, we create one test
- // resourcequota object, and triggering updates on it until the status is updated.
- quotaName := "quota-for-" + testcrd.Crd.Spec.Names.Plural
- _, err = createResourceQuota(f.ClientSet, f.Namespace.Name, &v1.ResourceQuota{
- ObjectMeta: metav1.ObjectMeta{Name: quotaName},
- Spec: v1.ResourceQuotaSpec{
- Hard: v1.ResourceList{
- v1.ResourceName(countResourceName): resource.MustParse("0"),
- },
- },
- })
- framework.ExpectNoError(err)
- err = updateResourceQuotaUntilUsageAppears(f.ClientSet, f.Namespace.Name, quotaName, v1.ResourceName(countResourceName))
- framework.ExpectNoError(err)
- err = f.ClientSet.CoreV1().ResourceQuotas(f.Namespace.Name).Delete(context.TODO(), quotaName, nil)
- framework.ExpectNoError(err)
- ginkgo.By("Counting existing ResourceQuota")
- c, err := countResourceQuota(f.ClientSet, f.Namespace.Name)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota")
- quotaName = "test-quota"
- resourceQuota := newTestResourceQuota(quotaName)
- resourceQuota.Spec.Hard[v1.ResourceName(countResourceName)] = resource.MustParse("1")
- _, err = createResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuota)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourceQuotas] = resource.MustParse(strconv.Itoa(c + 1))
- usedResources[v1.ResourceName(countResourceName)] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a custom resource")
- resourceClient := testcrd.DynamicClients["v1"]
- testcr, err := instantiateCustomResource(&unstructured.Unstructured{
- Object: map[string]interface{}{
- "apiVersion": testcrd.Crd.Spec.Group + "/" + testcrd.Crd.Spec.Versions[0].Name,
- "kind": testcrd.Crd.Spec.Names.Kind,
- "metadata": map[string]interface{}{
- "name": "test-cr-1",
- },
- },
- }, resourceClient, testcrd.Crd)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status captures custom resource creation")
- usedResources = v1.ResourceList{}
- usedResources[v1.ResourceName(countResourceName)] = resource.MustParse("1")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a second custom resource")
- _, err = instantiateCustomResource(&unstructured.Unstructured{
- Object: map[string]interface{}{
- "apiVersion": testcrd.Crd.Spec.Group + "/" + testcrd.Crd.Spec.Versions[0].Name,
- "kind": testcrd.Crd.Spec.Names.Kind,
- "metadata": map[string]interface{}{
- "name": "test-cr-2",
- },
- },
- }, resourceClient, testcrd.Crd)
- // since we only give one quota, this creation should fail.
- framework.ExpectError(err)
- ginkgo.By("Deleting a custom resource")
- err = deleteCustomResource(resourceClient, testcr.GetName())
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released usage")
- usedResources[v1.ResourceName(countResourceName)] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, quotaName, usedResources)
- framework.ExpectNoError(err)
- })
- /*
- Release: v1.16
- Testname: ResourceQuota, quota scope, Terminating and NotTerminating scope
- Description: Create two ResourceQuotas, one with 'Terminating' scope and another 'NotTerminating' scope. Request and the limit counts for CPU and Memory resources are set for the ResourceQuota. Creation MUST be successful and their ResourceQuotaStatus MUST match to expected used and total allowed resource quota count within namespace.
- Create a Pod with specified CPU and Memory ResourceRequirements fall within quota limits. Pod creation MUST be successful and usage count MUST be captured in ResourceQuotaStatus of 'NotTerminating' scoped ResourceQuota but MUST NOT in 'Terminating' scoped ResourceQuota.
- Delete the Pod. Pod deletion MUST succeed and Pod resource usage count MUST be released from ResourceQuotaStatus of 'NotTerminating' scoped ResourceQuota.
- Create a pod with specified activeDeadlineSeconds and resourceRequirements for CPU and Memory fall within quota limits. Pod creation MUST be successful and usage count MUST be captured in ResourceQuotaStatus of 'Terminating' scoped ResourceQuota but MUST NOT in 'NotTerminating' scoped ResourceQuota.
- Delete the Pod. Pod deletion MUST succeed and Pod resource usage count MUST be released from ResourceQuotaStatus of 'Terminating' scoped ResourceQuota.
- */
- framework.ConformanceIt("should verify ResourceQuota with terminating scopes.", func() {
- ginkgo.By("Creating a ResourceQuota with terminating scope")
- quotaTerminatingName := "quota-terminating"
- resourceQuotaTerminating, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScope(quotaTerminatingName, v1.ResourceQuotaScopeTerminating))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota with not terminating scope")
- quotaNotTerminatingName := "quota-not-terminating"
- resourceQuotaNotTerminating, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScope(quotaNotTerminatingName, v1.ResourceQuotaScopeNotTerminating))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a long running pod")
- podName := "test-pod"
- requests := v1.ResourceList{}
- requests[v1.ResourceCPU] = resource.MustParse("500m")
- requests[v1.ResourceMemory] = resource.MustParse("200Mi")
- limits := v1.ResourceList{}
- limits[v1.ResourceCPU] = resource.MustParse("1")
- limits[v1.ResourceMemory] = resource.MustParse("400Mi")
- pod := newTestPodForQuota(f, podName, requests, limits)
- _, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with not terminating scope captures the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- usedResources[v1.ResourceRequestsCPU] = requests[v1.ResourceCPU]
- usedResources[v1.ResourceRequestsMemory] = requests[v1.ResourceMemory]
- usedResources[v1.ResourceLimitsCPU] = limits[v1.ResourceCPU]
- usedResources[v1.ResourceLimitsMemory] = limits[v1.ResourceMemory]
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with terminating scope ignored the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsMemory] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsMemory] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting the pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), podName, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsMemory] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsMemory] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a terminating pod")
- podName = "terminating-pod"
- pod = newTestPodForQuota(f, podName, requests, limits)
- activeDeadlineSeconds := int64(3600)
- pod.Spec.ActiveDeadlineSeconds = &activeDeadlineSeconds
- _, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with terminating scope captures the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- usedResources[v1.ResourceRequestsCPU] = requests[v1.ResourceCPU]
- usedResources[v1.ResourceRequestsMemory] = requests[v1.ResourceMemory]
- usedResources[v1.ResourceLimitsCPU] = limits[v1.ResourceCPU]
- usedResources[v1.ResourceLimitsMemory] = limits[v1.ResourceMemory]
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with not terminating scope ignored the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsMemory] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsMemory] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting the pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), podName, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsMemory] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsMemory] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- })
- /*
- Release: v1.16
- Testname: ResourceQuota, quota scope, BestEffort and NotBestEffort scope
- Description: Create two ResourceQuotas, one with 'BestEffort' scope and another with 'NotBestEffort' scope. Creation MUST be successful and their ResourceQuotaStatus MUST match to expected used and total allowed resource quota count within namespace.
- Create a 'BestEffort' Pod by not explicitly specifying resource limits and requests. Pod creation MUST be successful and usage count MUST be captured in ResourceQuotaStatus of 'BestEffort' scoped ResourceQuota but MUST NOT in 'NotBestEffort' scoped ResourceQuota.
- Delete the Pod. Pod deletion MUST succeed and Pod resource usage count MUST be released from ResourceQuotaStatus of 'BestEffort' scoped ResourceQuota.
- Create a 'NotBestEffort' Pod by explicitly specifying resource limits and requests. Pod creation MUST be successful and usage count MUST be captured in ResourceQuotaStatus of 'NotBestEffort' scoped ResourceQuota but MUST NOT in 'BestEffort' scoped ResourceQuota.
- Delete the Pod. Pod deletion MUST succeed and Pod resource usage count MUST be released from ResourceQuotaStatus of 'NotBestEffort' scoped ResourceQuota.
- */
- framework.ConformanceIt("should verify ResourceQuota with best effort scope.", func() {
- ginkgo.By("Creating a ResourceQuota with best effort scope")
- resourceQuotaBestEffort, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScope("quota-besteffort", v1.ResourceQuotaScopeBestEffort))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota with not best effort scope")
- resourceQuotaNotBestEffort, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScope("quota-not-besteffort", v1.ResourceQuotaScopeNotBestEffort))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a best-effort pod")
- pod := newTestPodForQuota(f, podName, v1.ResourceList{}, v1.ResourceList{})
- pod, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with best effort scope captures the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with not best effort ignored the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting the pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), pod.Name, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a not best-effort pod")
- requests := v1.ResourceList{}
- requests[v1.ResourceCPU] = resource.MustParse("500m")
- requests[v1.ResourceMemory] = resource.MustParse("200Mi")
- limits := v1.ResourceList{}
- limits[v1.ResourceCPU] = resource.MustParse("1")
- limits[v1.ResourceMemory] = resource.MustParse("400Mi")
- pod = newTestPodForQuota(f, "burstable-pod", requests, limits)
- pod, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with not best effort scope captures the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with best effort scope ignored the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting the pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), pod.Name, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- })
- /*
- Release: v1.16
- Testname: ResourceQuota, update and delete
- Description: Create a ResourceQuota for CPU and Memory quota limits. Creation MUST be successful.
- When ResourceQuota is updated to modify CPU and Memory quota limits, update MUST succeed with updated values for CPU and Memory limits.
- When ResourceQuota is deleted, it MUST not be available in the namespace.
- */
- framework.ConformanceIt("should be able to update and delete ResourceQuota.", func() {
- client := f.ClientSet
- ns := f.Namespace.Name
- ginkgo.By("Creating a ResourceQuota")
- quotaName := "test-quota"
- resourceQuota := &v1.ResourceQuota{
- Spec: v1.ResourceQuotaSpec{
- Hard: v1.ResourceList{},
- },
- }
- resourceQuota.ObjectMeta.Name = quotaName
- resourceQuota.Spec.Hard[v1.ResourceCPU] = resource.MustParse("1")
- resourceQuota.Spec.Hard[v1.ResourceMemory] = resource.MustParse("500Mi")
- _, err := createResourceQuota(client, ns, resourceQuota)
- framework.ExpectNoError(err)
- ginkgo.By("Getting a ResourceQuota")
- resourceQuotaResult, err := client.CoreV1().ResourceQuotas(ns).Get(context.TODO(), quotaName, metav1.GetOptions{})
- framework.ExpectNoError(err)
- framework.ExpectEqual(resourceQuotaResult.Spec.Hard[v1.ResourceCPU], resource.MustParse("1"))
- framework.ExpectEqual(resourceQuotaResult.Spec.Hard[v1.ResourceMemory], resource.MustParse("500Mi"))
- ginkgo.By("Updating a ResourceQuota")
- resourceQuota.Spec.Hard[v1.ResourceCPU] = resource.MustParse("2")
- resourceQuota.Spec.Hard[v1.ResourceMemory] = resource.MustParse("1Gi")
- resourceQuotaResult, err = client.CoreV1().ResourceQuotas(ns).Update(context.TODO(), resourceQuota, metav1.UpdateOptions{})
- framework.ExpectNoError(err)
- framework.ExpectEqual(resourceQuotaResult.Spec.Hard[v1.ResourceCPU], resource.MustParse("2"))
- framework.ExpectEqual(resourceQuotaResult.Spec.Hard[v1.ResourceMemory], resource.MustParse("1Gi"))
- ginkgo.By("Verifying a ResourceQuota was modified")
- resourceQuotaResult, err = client.CoreV1().ResourceQuotas(ns).Get(context.TODO(), quotaName, metav1.GetOptions{})
- framework.ExpectNoError(err)
- framework.ExpectEqual(resourceQuotaResult.Spec.Hard[v1.ResourceCPU], resource.MustParse("2"))
- framework.ExpectEqual(resourceQuotaResult.Spec.Hard[v1.ResourceMemory], resource.MustParse("1Gi"))
- ginkgo.By("Deleting a ResourceQuota")
- err = deleteResourceQuota(client, ns, quotaName)
- framework.ExpectNoError(err)
- ginkgo.By("Verifying the deleted ResourceQuota")
- _, err = client.CoreV1().ResourceQuotas(ns).Get(context.TODO(), quotaName, metav1.GetOptions{})
- framework.ExpectEqual(apierrors.IsNotFound(err), true)
- })
- })
- var _ = SIGDescribe("ResourceQuota [Feature:ScopeSelectors]", func() {
- f := framework.NewDefaultFramework("scope-selectors")
- ginkgo.It("should verify ResourceQuota with best effort scope using scope-selectors.", func() {
- ginkgo.By("Creating a ResourceQuota with best effort scope")
- resourceQuotaBestEffort, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScopeSelector("quota-besteffort", v1.ResourceQuotaScopeBestEffort))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota with not best effort scope")
- resourceQuotaNotBestEffort, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScopeSelector("quota-not-besteffort", v1.ResourceQuotaScopeNotBestEffort))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a best-effort pod")
- pod := newTestPodForQuota(f, podName, v1.ResourceList{}, v1.ResourceList{})
- pod, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with best effort scope captures the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with not best effort ignored the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting the pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), pod.Name, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a not best-effort pod")
- requests := v1.ResourceList{}
- requests[v1.ResourceCPU] = resource.MustParse("500m")
- requests[v1.ResourceMemory] = resource.MustParse("200Mi")
- limits := v1.ResourceList{}
- limits[v1.ResourceCPU] = resource.MustParse("1")
- limits[v1.ResourceMemory] = resource.MustParse("400Mi")
- pod = newTestPodForQuota(f, "burstable-pod", requests, limits)
- pod, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with not best effort scope captures the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with best effort scope ignored the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting the pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), pod.Name, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotBestEffort.Name, usedResources)
- framework.ExpectNoError(err)
- })
- ginkgo.It("should verify ResourceQuota with terminating scopes through scope selectors.", func() {
- ginkgo.By("Creating a ResourceQuota with terminating scope")
- quotaTerminatingName := "quota-terminating"
- resourceQuotaTerminating, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScopeSelector(quotaTerminatingName, v1.ResourceQuotaScopeTerminating))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a ResourceQuota with not terminating scope")
- quotaNotTerminatingName := "quota-not-terminating"
- resourceQuotaNotTerminating, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScopeSelector(quotaNotTerminatingName, v1.ResourceQuotaScopeNotTerminating))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a long running pod")
- podName := "test-pod"
- requests := v1.ResourceList{}
- requests[v1.ResourceCPU] = resource.MustParse("500m")
- requests[v1.ResourceMemory] = resource.MustParse("200Mi")
- limits := v1.ResourceList{}
- limits[v1.ResourceCPU] = resource.MustParse("1")
- limits[v1.ResourceMemory] = resource.MustParse("400Mi")
- pod := newTestPodForQuota(f, podName, requests, limits)
- _, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with not terminating scope captures the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- usedResources[v1.ResourceRequestsCPU] = requests[v1.ResourceCPU]
- usedResources[v1.ResourceRequestsMemory] = requests[v1.ResourceMemory]
- usedResources[v1.ResourceLimitsCPU] = limits[v1.ResourceCPU]
- usedResources[v1.ResourceLimitsMemory] = limits[v1.ResourceMemory]
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with terminating scope ignored the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsMemory] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsMemory] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting the pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), podName, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsMemory] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsMemory] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a terminating pod")
- podName = "terminating-pod"
- pod = newTestPodForQuota(f, podName, requests, limits)
- activeDeadlineSeconds := int64(3600)
- pod.Spec.ActiveDeadlineSeconds = &activeDeadlineSeconds
- _, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with terminating scope captures the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- usedResources[v1.ResourceRequestsCPU] = requests[v1.ResourceCPU]
- usedResources[v1.ResourceRequestsMemory] = requests[v1.ResourceMemory]
- usedResources[v1.ResourceLimitsCPU] = limits[v1.ResourceCPU]
- usedResources[v1.ResourceLimitsMemory] = limits[v1.ResourceMemory]
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with not terminating scope ignored the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsMemory] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsMemory] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaNotTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting the pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), podName, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsMemory] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsMemory] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaTerminating.Name, usedResources)
- framework.ExpectNoError(err)
- })
- })
- var _ = SIGDescribe("ResourceQuota [Feature:PodPriority]", func() {
- f := framework.NewDefaultFramework("resourcequota-priorityclass")
- ginkgo.It("should verify ResourceQuota's priority class scope (quota set to pod count: 1) against a pod with same priority class.", func() {
- _, err := f.ClientSet.SchedulingV1().PriorityClasses().Create(context.TODO(), &schedulingv1.PriorityClass{ObjectMeta: metav1.ObjectMeta{Name: "pclass1"}, Value: int32(1000)}, metav1.CreateOptions{})
- framework.ExpectEqual(err == nil || apierrors.IsAlreadyExists(err), true)
- hard := v1.ResourceList{}
- hard[v1.ResourcePods] = resource.MustParse("1")
- ginkgo.By("Creating a ResourceQuota with priority class scope")
- resourceQuotaPriorityClass, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScopeForPriorityClass("quota-priorityclass", hard, v1.ScopeSelectorOpIn, []string{"pclass1"}))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a pod with priority class")
- podName := "testpod-pclass1"
- pod := newTestPodForQuotaWithPriority(f, podName, v1.ResourceList{}, v1.ResourceList{}, "pclass1")
- pod, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with priority class scope captures the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting the pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), pod.Name, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- })
- ginkgo.It("should verify ResourceQuota's priority class scope (quota set to pod count: 1) against 2 pods with same priority class.", func() {
- _, err := f.ClientSet.SchedulingV1().PriorityClasses().Create(context.TODO(), &schedulingv1.PriorityClass{ObjectMeta: metav1.ObjectMeta{Name: "pclass2"}, Value: int32(1000)}, metav1.CreateOptions{})
- framework.ExpectEqual(err == nil || apierrors.IsAlreadyExists(err), true)
- hard := v1.ResourceList{}
- hard[v1.ResourcePods] = resource.MustParse("1")
- ginkgo.By("Creating a ResourceQuota with priority class scope")
- resourceQuotaPriorityClass, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScopeForPriorityClass("quota-priorityclass", hard, v1.ScopeSelectorOpIn, []string{"pclass2"}))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating first pod with priority class should pass")
- podName := "testpod-pclass2-1"
- pod := newTestPodForQuotaWithPriority(f, podName, v1.ResourceList{}, v1.ResourceList{}, "pclass2")
- pod, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with priority class scope captures the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating 2nd pod with priority class should fail")
- podName2 := "testpod-pclass2-2"
- pod2 := newTestPodForQuotaWithPriority(f, podName2, v1.ResourceList{}, v1.ResourceList{}, "pclass2")
- _, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod2, metav1.CreateOptions{})
- framework.ExpectError(err)
- ginkgo.By("Deleting first pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), pod.Name, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- })
- ginkgo.It("should verify ResourceQuota's priority class scope (quota set to pod count: 1) against 2 pods with different priority class.", func() {
- _, err := f.ClientSet.SchedulingV1().PriorityClasses().Create(context.TODO(), &schedulingv1.PriorityClass{ObjectMeta: metav1.ObjectMeta{Name: "pclass3"}, Value: int32(1000)}, metav1.CreateOptions{})
- framework.ExpectEqual(err == nil || apierrors.IsAlreadyExists(err), true)
- hard := v1.ResourceList{}
- hard[v1.ResourcePods] = resource.MustParse("1")
- ginkgo.By("Creating a ResourceQuota with priority class scope")
- resourceQuotaPriorityClass, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScopeForPriorityClass("quota-priorityclass", hard, v1.ScopeSelectorOpIn, []string{"pclass4"}))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a pod with priority class with pclass3")
- podName := "testpod-pclass3-1"
- pod := newTestPodForQuotaWithPriority(f, podName, v1.ResourceList{}, v1.ResourceList{}, "pclass3")
- pod, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with priority class scope remains same")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a 2nd pod with priority class pclass3")
- podName2 := "testpod-pclass2-2"
- pod2 := newTestPodForQuotaWithPriority(f, podName2, v1.ResourceList{}, v1.ResourceList{}, "pclass3")
- pod2, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod2, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with priority class scope remains same")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting both pods")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), pod.Name, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), pod2.Name, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- })
- ginkgo.It("should verify ResourceQuota's multiple priority class scope (quota set to pod count: 2) against 2 pods with same priority classes.", func() {
- _, err := f.ClientSet.SchedulingV1().PriorityClasses().Create(context.TODO(), &schedulingv1.PriorityClass{ObjectMeta: metav1.ObjectMeta{Name: "pclass5"}, Value: int32(1000)}, metav1.CreateOptions{})
- framework.ExpectEqual(err == nil || apierrors.IsAlreadyExists(err), true)
- _, err = f.ClientSet.SchedulingV1().PriorityClasses().Create(context.TODO(), &schedulingv1.PriorityClass{ObjectMeta: metav1.ObjectMeta{Name: "pclass6"}, Value: int32(1000)}, metav1.CreateOptions{})
- framework.ExpectEqual(err == nil || apierrors.IsAlreadyExists(err), true)
- hard := v1.ResourceList{}
- hard[v1.ResourcePods] = resource.MustParse("2")
- ginkgo.By("Creating a ResourceQuota with priority class scope")
- resourceQuotaPriorityClass, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScopeForPriorityClass("quota-priorityclass", hard, v1.ScopeSelectorOpIn, []string{"pclass5", "pclass6"}))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a pod with priority class pclass5")
- podName := "testpod-pclass5"
- pod := newTestPodForQuotaWithPriority(f, podName, v1.ResourceList{}, v1.ResourceList{}, "pclass5")
- pod, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with priority class is updated with the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating 2nd pod with priority class pclass6")
- podName2 := "testpod-pclass6"
- pod2 := newTestPodForQuotaWithPriority(f, podName2, v1.ResourceList{}, v1.ResourceList{}, "pclass6")
- pod2, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod2, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with priority class scope is updated with the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("2")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting both pods")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), pod.Name, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), pod2.Name, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- })
- ginkgo.It("should verify ResourceQuota's priority class scope (quota set to pod count: 1) against a pod with different priority class (ScopeSelectorOpNotIn).", func() {
- _, err := f.ClientSet.SchedulingV1().PriorityClasses().Create(context.TODO(), &schedulingv1.PriorityClass{ObjectMeta: metav1.ObjectMeta{Name: "pclass7"}, Value: int32(1000)}, metav1.CreateOptions{})
- framework.ExpectEqual(err == nil || apierrors.IsAlreadyExists(err), true)
- hard := v1.ResourceList{}
- hard[v1.ResourcePods] = resource.MustParse("1")
- ginkgo.By("Creating a ResourceQuota with priority class scope")
- resourceQuotaPriorityClass, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScopeForPriorityClass("quota-priorityclass", hard, v1.ScopeSelectorOpNotIn, []string{"pclass7"}))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a pod with priority class pclass7")
- podName := "testpod-pclass7"
- pod := newTestPodForQuotaWithPriority(f, podName, v1.ResourceList{}, v1.ResourceList{}, "pclass7")
- pod, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with priority class is not used")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting the pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), pod.Name, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- })
- ginkgo.It("should verify ResourceQuota's priority class scope (quota set to pod count: 1) against a pod with different priority class (ScopeSelectorOpExists).", func() {
- _, err := f.ClientSet.SchedulingV1().PriorityClasses().Create(context.TODO(), &schedulingv1.PriorityClass{ObjectMeta: metav1.ObjectMeta{Name: "pclass8"}, Value: int32(1000)}, metav1.CreateOptions{})
- framework.ExpectEqual(err == nil || apierrors.IsAlreadyExists(err), true)
- hard := v1.ResourceList{}
- hard[v1.ResourcePods] = resource.MustParse("1")
- ginkgo.By("Creating a ResourceQuota with priority class scope")
- resourceQuotaPriorityClass, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScopeForPriorityClass("quota-priorityclass", hard, v1.ScopeSelectorOpExists, []string{}))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a pod with priority class pclass8")
- podName := "testpod-pclass8"
- pod := newTestPodForQuotaWithPriority(f, podName, v1.ResourceList{}, v1.ResourceList{}, "pclass8")
- pod, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with priority class is updated with the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting the pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), pod.Name, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- })
- ginkgo.It("should verify ResourceQuota's priority class scope (cpu, memory quota set) against a pod with same priority class.", func() {
- _, err := f.ClientSet.SchedulingV1().PriorityClasses().Create(context.TODO(), &schedulingv1.PriorityClass{ObjectMeta: metav1.ObjectMeta{Name: "pclass9"}, Value: int32(1000)}, metav1.CreateOptions{})
- framework.ExpectEqual(err == nil || apierrors.IsAlreadyExists(err), true)
- hard := v1.ResourceList{}
- hard[v1.ResourcePods] = resource.MustParse("1")
- hard[v1.ResourceRequestsCPU] = resource.MustParse("1")
- hard[v1.ResourceRequestsMemory] = resource.MustParse("1Gi")
- hard[v1.ResourceLimitsCPU] = resource.MustParse("3")
- hard[v1.ResourceLimitsMemory] = resource.MustParse("3Gi")
- ginkgo.By("Creating a ResourceQuota with priority class scope")
- resourceQuotaPriorityClass, err := createResourceQuota(f.ClientSet, f.Namespace.Name, newTestResourceQuotaWithScopeForPriorityClass("quota-priorityclass", hard, v1.ScopeSelectorOpIn, []string{"pclass9"}))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring ResourceQuota status is calculated")
- usedResources := v1.ResourceList{}
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsMemory] = resource.MustParse("0Gi")
- usedResources[v1.ResourceLimitsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsMemory] = resource.MustParse("0Gi")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Creating a pod with priority class")
- podName := "testpod-pclass9"
- request := v1.ResourceList{}
- request[v1.ResourceCPU] = resource.MustParse("1")
- request[v1.ResourceMemory] = resource.MustParse("1Gi")
- limit := v1.ResourceList{}
- limit[v1.ResourceCPU] = resource.MustParse("2")
- limit[v1.ResourceMemory] = resource.MustParse("2Gi")
- pod := newTestPodForQuotaWithPriority(f, podName, request, limit, "pclass9")
- pod, err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Create(context.TODO(), pod, metav1.CreateOptions{})
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota with priority class scope captures the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("1")
- usedResources[v1.ResourceRequestsCPU] = resource.MustParse("1")
- usedResources[v1.ResourceRequestsMemory] = resource.MustParse("1Gi")
- usedResources[v1.ResourceLimitsCPU] = resource.MustParse("2")
- usedResources[v1.ResourceLimitsMemory] = resource.MustParse("2Gi")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- ginkgo.By("Deleting the pod")
- err = f.ClientSet.CoreV1().Pods(f.Namespace.Name).Delete(context.TODO(), pod.Name, metav1.NewDeleteOptions(0))
- framework.ExpectNoError(err)
- ginkgo.By("Ensuring resource quota status released the pod usage")
- usedResources[v1.ResourcePods] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceRequestsMemory] = resource.MustParse("0Gi")
- usedResources[v1.ResourceLimitsCPU] = resource.MustParse("0")
- usedResources[v1.ResourceLimitsMemory] = resource.MustParse("0Gi")
- err = waitForResourceQuota(f.ClientSet, f.Namespace.Name, resourceQuotaPriorityClass.Name, usedResources)
- framework.ExpectNoError(err)
- })
- })
- // newTestResourceQuotaWithScopeSelector returns a quota that enforces default constraints for testing with scopeSelectors
- func newTestResourceQuotaWithScopeSelector(name string, scope v1.ResourceQuotaScope) *v1.ResourceQuota {
- hard := v1.ResourceList{}
- hard[v1.ResourcePods] = resource.MustParse("5")
- switch scope {
- case v1.ResourceQuotaScopeTerminating, v1.ResourceQuotaScopeNotTerminating:
- hard[v1.ResourceRequestsCPU] = resource.MustParse("1")
- hard[v1.ResourceRequestsMemory] = resource.MustParse("500Mi")
- hard[v1.ResourceLimitsCPU] = resource.MustParse("2")
- hard[v1.ResourceLimitsMemory] = resource.MustParse("1Gi")
- }
- return &v1.ResourceQuota{
- ObjectMeta: metav1.ObjectMeta{Name: name},
- Spec: v1.ResourceQuotaSpec{Hard: hard,
- ScopeSelector: &v1.ScopeSelector{
- MatchExpressions: []v1.ScopedResourceSelectorRequirement{
- {
- ScopeName: scope,
- Operator: v1.ScopeSelectorOpExists},
- },
- },
- },
- }
- }
- // newTestResourceQuotaWithScope returns a quota that enforces default constraints for testing with scopes
- func newTestResourceQuotaWithScope(name string, scope v1.ResourceQuotaScope) *v1.ResourceQuota {
- hard := v1.ResourceList{}
- hard[v1.ResourcePods] = resource.MustParse("5")
- switch scope {
- case v1.ResourceQuotaScopeTerminating, v1.ResourceQuotaScopeNotTerminating:
- hard[v1.ResourceRequestsCPU] = resource.MustParse("1")
- hard[v1.ResourceRequestsMemory] = resource.MustParse("500Mi")
- hard[v1.ResourceLimitsCPU] = resource.MustParse("2")
- hard[v1.ResourceLimitsMemory] = resource.MustParse("1Gi")
- }
- return &v1.ResourceQuota{
- ObjectMeta: metav1.ObjectMeta{Name: name},
- Spec: v1.ResourceQuotaSpec{Hard: hard, Scopes: []v1.ResourceQuotaScope{scope}},
- }
- }
- // newTestResourceQuotaWithScopeForPriorityClass returns a quota
- // that enforces default constraints for testing with ResourceQuotaScopePriorityClass scope
- func newTestResourceQuotaWithScopeForPriorityClass(name string, hard v1.ResourceList, op v1.ScopeSelectorOperator, values []string) *v1.ResourceQuota {
- return &v1.ResourceQuota{
- ObjectMeta: metav1.ObjectMeta{Name: name},
- Spec: v1.ResourceQuotaSpec{Hard: hard,
- ScopeSelector: &v1.ScopeSelector{
- MatchExpressions: []v1.ScopedResourceSelectorRequirement{
- {
- ScopeName: v1.ResourceQuotaScopePriorityClass,
- Operator: op,
- Values: values,
- },
- },
- },
- },
- }
- }
- // newTestResourceQuota returns a quota that enforces default constraints for testing
- func newTestResourceQuota(name string) *v1.ResourceQuota {
- hard := v1.ResourceList{}
- hard[v1.ResourcePods] = resource.MustParse("5")
- hard[v1.ResourceServices] = resource.MustParse("10")
- hard[v1.ResourceServicesNodePorts] = resource.MustParse("1")
- hard[v1.ResourceServicesLoadBalancers] = resource.MustParse("1")
- hard[v1.ResourceReplicationControllers] = resource.MustParse("10")
- hard[v1.ResourceQuotas] = resource.MustParse("1")
- hard[v1.ResourceCPU] = resource.MustParse("1")
- hard[v1.ResourceMemory] = resource.MustParse("500Mi")
- hard[v1.ResourceConfigMaps] = resource.MustParse("2")
- hard[v1.ResourceSecrets] = resource.MustParse("10")
- hard[v1.ResourcePersistentVolumeClaims] = resource.MustParse("10")
- hard[v1.ResourceRequestsStorage] = resource.MustParse("10Gi")
- hard[v1.ResourceEphemeralStorage] = resource.MustParse("50Gi")
- hard[core.V1ResourceByStorageClass(classGold, v1.ResourcePersistentVolumeClaims)] = resource.MustParse("10")
- hard[core.V1ResourceByStorageClass(classGold, v1.ResourceRequestsStorage)] = resource.MustParse("10Gi")
- // test quota on discovered resource type
- hard[v1.ResourceName("count/replicasets.apps")] = resource.MustParse("5")
- // test quota on extended resource
- hard[v1.ResourceName(v1.DefaultResourceRequestsPrefix+extendedResourceName)] = resource.MustParse("3")
- return &v1.ResourceQuota{
- ObjectMeta: metav1.ObjectMeta{Name: name},
- Spec: v1.ResourceQuotaSpec{Hard: hard},
- }
- }
- // newTestPodForQuota returns a pod that has the specified requests and limits
- func newTestPodForQuota(f *framework.Framework, name string, requests v1.ResourceList, limits v1.ResourceList) *v1.Pod {
- return &v1.Pod{
- ObjectMeta: metav1.ObjectMeta{
- Name: name,
- },
- Spec: v1.PodSpec{
- Containers: []v1.Container{
- {
- Name: "pause",
- Image: imageutils.GetPauseImageName(),
- Resources: v1.ResourceRequirements{
- Requests: requests,
- Limits: limits,
- },
- },
- },
- },
- }
- }
- // newTestPodForQuotaWithPriority returns a pod that has the specified requests, limits and priority class
- func newTestPodForQuotaWithPriority(f *framework.Framework, name string, requests v1.ResourceList, limits v1.ResourceList, pclass string) *v1.Pod {
- return &v1.Pod{
- ObjectMeta: metav1.ObjectMeta{
- Name: name,
- },
- Spec: v1.PodSpec{
- Containers: []v1.Container{
- {
- Name: "pause",
- Image: imageutils.GetPauseImageName(),
- Resources: v1.ResourceRequirements{
- Requests: requests,
- Limits: limits,
- },
- },
- },
- PriorityClassName: pclass,
- },
- }
- }
- // newTestPersistentVolumeClaimForQuota returns a simple persistent volume claim
- func newTestPersistentVolumeClaimForQuota(name string) *v1.PersistentVolumeClaim {
- return &v1.PersistentVolumeClaim{
- ObjectMeta: metav1.ObjectMeta{
- Name: name,
- },
- Spec: v1.PersistentVolumeClaimSpec{
- AccessModes: []v1.PersistentVolumeAccessMode{
- v1.ReadWriteOnce,
- v1.ReadOnlyMany,
- v1.ReadWriteMany,
- },
- Resources: v1.ResourceRequirements{
- Requests: v1.ResourceList{
- v1.ResourceName(v1.ResourceStorage): resource.MustParse("1Gi"),
- },
- },
- },
- }
- }
- // newTestReplicationControllerForQuota returns a simple replication controller
- func newTestReplicationControllerForQuota(name, image string, replicas int32) *v1.ReplicationController {
- return &v1.ReplicationController{
- ObjectMeta: metav1.ObjectMeta{
- Name: name,
- },
- Spec: v1.ReplicationControllerSpec{
- Replicas: func(i int32) *int32 { return &i }(replicas),
- Selector: map[string]string{
- "name": name,
- },
- Template: &v1.PodTemplateSpec{
- ObjectMeta: metav1.ObjectMeta{
- Labels: map[string]string{"name": name},
- },
- Spec: v1.PodSpec{
- Containers: []v1.Container{
- {
- Name: name,
- Image: image,
- },
- },
- },
- },
- },
- }
- }
- // newTestReplicaSetForQuota returns a simple replica set
- func newTestReplicaSetForQuota(name, image string, replicas int32) *appsv1.ReplicaSet {
- zero := int64(0)
- return &appsv1.ReplicaSet{
- ObjectMeta: metav1.ObjectMeta{
- Name: name,
- },
- Spec: appsv1.ReplicaSetSpec{
- Replicas: &replicas,
- Selector: &metav1.LabelSelector{MatchLabels: map[string]string{"name": name}},
- Template: v1.PodTemplateSpec{
- ObjectMeta: metav1.ObjectMeta{
- Labels: map[string]string{"name": name},
- },
- Spec: v1.PodSpec{
- TerminationGracePeriodSeconds: &zero,
- Containers: []v1.Container{
- {
- Name: name,
- Image: image,
- },
- },
- },
- },
- },
- }
- }
- // newTestServiceForQuota returns a simple service
- func newTestServiceForQuota(name string, serviceType v1.ServiceType) *v1.Service {
- return &v1.Service{
- ObjectMeta: metav1.ObjectMeta{
- Name: name,
- },
- Spec: v1.ServiceSpec{
- Type: serviceType,
- Ports: []v1.ServicePort{{
- Port: 80,
- TargetPort: intstr.FromInt(80),
- }},
- },
- }
- }
- func newTestConfigMapForQuota(name string) *v1.ConfigMap {
- return &v1.ConfigMap{
- ObjectMeta: metav1.ObjectMeta{
- Name: name,
- },
- Data: map[string]string{
- "a": "b",
- },
- }
- }
- func newTestSecretForQuota(name string) *v1.Secret {
- return &v1.Secret{
- ObjectMeta: metav1.ObjectMeta{
- Name: name,
- },
- Data: map[string][]byte{
- "data-1": []byte("value-1\n"),
- "data-2": []byte("value-2\n"),
- "data-3": []byte("value-3\n"),
- },
- }
- }
- // createResourceQuota in the specified namespace
- func createResourceQuota(c clientset.Interface, namespace string, resourceQuota *v1.ResourceQuota) (*v1.ResourceQuota, error) {
- return c.CoreV1().ResourceQuotas(namespace).Create(context.TODO(), resourceQuota, metav1.CreateOptions{})
- }
- // deleteResourceQuota with the specified name
- func deleteResourceQuota(c clientset.Interface, namespace, name string) error {
- return c.CoreV1().ResourceQuotas(namespace).Delete(context.TODO(), name, nil)
- }
- // countResourceQuota counts the number of ResourceQuota in the specified namespace
- // On contended servers the service account controller can slow down, leading to the count changing during a run.
- // Wait up to 5s for the count to stabilize, assuming that updates come at a consistent rate, and are not held indefinitely.
- func countResourceQuota(c clientset.Interface, namespace string) (int, error) {
- found, unchanged := 0, 0
- return found, wait.Poll(1*time.Second, 30*time.Second, func() (bool, error) {
- resourceQuotas, err := c.CoreV1().ResourceQuotas(namespace).List(context.TODO(), metav1.ListOptions{})
- framework.ExpectNoError(err)
- if len(resourceQuotas.Items) == found {
- // loop until the number of resource quotas has stabilized for 5 seconds
- unchanged++
- return unchanged > 4, nil
- }
- unchanged = 0
- found = len(resourceQuotas.Items)
- return false, nil
- })
- }
- // wait for resource quota status to show the expected used resources value
- func waitForResourceQuota(c clientset.Interface, ns, quotaName string, used v1.ResourceList) error {
- return wait.Poll(framework.Poll, resourceQuotaTimeout, func() (bool, error) {
- resourceQuota, err := c.CoreV1().ResourceQuotas(ns).Get(context.TODO(), quotaName, metav1.GetOptions{})
- if err != nil {
- return false, err
- }
- // used may not yet be calculated
- if resourceQuota.Status.Used == nil {
- return false, nil
- }
- // verify that the quota shows the expected used resource values
- for k, v := range used {
- if actualValue, found := resourceQuota.Status.Used[k]; !found || (actualValue.Cmp(v) != 0) {
- framework.Logf("resource %s, expected %s, actual %s", k, v.String(), actualValue.String())
- return false, nil
- }
- }
- return true, nil
- })
- }
- // updateResourceQuotaUntilUsageAppears updates the resource quota object until the usage is populated
- // for the specific resource name.
- func updateResourceQuotaUntilUsageAppears(c clientset.Interface, ns, quotaName string, resourceName v1.ResourceName) error {
- return wait.Poll(framework.Poll, 1*time.Minute, func() (bool, error) {
- resourceQuota, err := c.CoreV1().ResourceQuotas(ns).Get(context.TODO(), quotaName, metav1.GetOptions{})
- if err != nil {
- return false, err
- }
- // verify that the quota shows the expected used resource values
- _, ok := resourceQuota.Status.Used[resourceName]
- if ok {
- return true, nil
- }
- current := resourceQuota.Spec.Hard[resourceName]
- current.Add(resource.MustParse("1"))
- resourceQuota.Spec.Hard[resourceName] = current
- _, err = c.CoreV1().ResourceQuotas(ns).Update(context.TODO(), resourceQuota, metav1.UpdateOptions{})
- // ignoring conflicts since someone else may already updated it.
- if apierrors.IsConflict(err) {
- return false, nil
- }
- return false, err
- })
- }
|