From c7e2e2666ba1e89c842e2b0d2223edd0399a679a Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Mon, 25 Mar 2024 21:34:02 +0200 Subject: [PATCH] [doc] typo fixes on keps (#1862) --- keps/1136-provisioning-request-support/README.md | 2 +- keps/693-multikueue/README.md | 2 +- keps/78-dynamically-reclaiming-resources/kep.yaml | 2 +- keps/976-plain-pods/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/keps/1136-provisioning-request-support/README.md b/keps/1136-provisioning-request-support/README.md index 4555149632..8514db3dfe 100644 --- a/keps/1136-provisioning-request-support/README.md +++ b/keps/1136-provisioning-request-support/README.md @@ -168,7 +168,7 @@ spec: kind: “ProvisioningRequestConfig” name: “SuperProviderConfig” --- -kind: ProvsioningRequestConfig: +kind: ProvisioningRequestConfig: name: "SuperProviderConfig" spec: provisioningClass: "SuperSpot" diff --git a/keps/693-multikueue/README.md b/keps/693-multikueue/README.md index 43285ab729..3da6a73184 100644 --- a/keps/693-multikueue/README.md +++ b/keps/693-multikueue/README.md @@ -71,7 +71,7 @@ Establish the need for a designated management cluster. ![Architecture](arch.png "Architecture") -For each workload coming to a ClusterQueue (with the MultiKueue AdmissonCheck enabled) +For each workload coming to a ClusterQueue (with the MultiKueue AdmissionCheck enabled) in the management cluster, and getting past the preadmission phase in the two-phase admission process (meaning that the global quota - total amount resources that can be consumed across all clusters - is ok), diff --git a/keps/78-dynamically-reclaiming-resources/kep.yaml b/keps/78-dynamically-reclaiming-resources/kep.yaml index 606f3998de..f1d3bd300e 100644 --- a/keps/78-dynamically-reclaiming-resources/kep.yaml +++ b/keps/78-dynamically-reclaiming-resources/kep.yaml @@ -13,4 +13,4 @@ approvers: status: implementable see-also: replaces: -superseeded-by: +superseded-by: diff --git a/keps/976-plain-pods/README.md b/keps/976-plain-pods/README.md index 86e9d26e38..7d1c9b8696 100644 --- a/keps/976-plain-pods/README.md +++ b/keps/976-plain-pods/README.md @@ -504,7 +504,7 @@ Workload creation will fail. This generally shouldn't be a problem, unless multiple Pods (that should be considered the same from an admission perspective) have different label values or reference different volume claims. -Based on user feedback, we can consider excluding certaing labels and volumes, or make it +Based on user feedback, we can consider excluding certain labels and volumes, or make it configurable. #### Groups of pods where driver generates workers