From 290b12ca94678de56da770662a73a15f89478b08 Mon Sep 17 00:00:00 2001 From: Vaibhav Goel <79974025+vaibhav2107@users.noreply.github.com> Date: Tue, 13 Jun 2023 06:29:57 +0530 Subject: [PATCH] Removed the keyword new from dynamic-resource-allocation.md (#41483) * Removed the new keyword from dynamic-resource-allocation.md * Updated the grammar in dynamic-resource-allocation.md --- .../scheduling-eviction/dynamic-resource-allocation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md b/content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md index cd7f5a0373..f08eb3cf53 100644 --- a/content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md +++ b/content/en/docs/concepts/scheduling-eviction/dynamic-resource-allocation.md @@ -11,7 +11,7 @@ weight: 65 {{< feature-state for_k8s_version="v1.27" state="alpha" >}} -Dynamic resource allocation is a new API for requesting and sharing resources +Dynamic resource allocation is an API for requesting and sharing resources between pods and containers inside a pod. It is a generalization of the persistent volumes API for generic resources. Third-party resource drivers are responsible for tracking and allocating resources. Different kinds of @@ -32,7 +32,7 @@ check the documentation for that version of Kubernetes. ## API The `resource.k8s.io/v1alpha2` {{< glossary_tooltip text="API group" -term_id="api-group" >}} provides four new types: +term_id="api-group" >}} provides four types: ResourceClass : Defines which resource driver handles a certain kind of @@ -61,7 +61,7 @@ typically using the type defined by a {{< glossary_tooltip term_id="CustomResourceDefinition" text="CRD" >}} that was created when installing a resource driver. -The `core/v1` `PodSpec` defines ResourceClaims that are needed for a Pod in a new +The `core/v1` `PodSpec` defines ResourceClaims that are needed for a Pod in a `resourceClaims` field. Entries in that list reference either a ResourceClaim or a ResourceClaimTemplate. When referencing a ResourceClaim, all Pods using this PodSpec (for example, inside a Deployment or StatefulSet) share the same