Skip to content

Commit

Permalink
[doc] typo fixes on keps (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear committed Mar 25, 2024
1 parent a8cd0fc commit 5023dd2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion keps/1136-provisioning-request-support/README.md
Expand Up @@ -168,7 +168,7 @@ spec:
kind: “ProvisioningRequestConfig”
name: “SuperProviderConfig”
---
kind: ProvsioningRequestConfig:
kind: ProvisioningRequestConfig:
name: "SuperProviderConfig"
spec:
provisioningClass: "SuperSpot"
Expand Down
2 changes: 1 addition & 1 deletion keps/693-multikueue/README.md
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion keps/78-dynamically-reclaiming-resources/kep.yaml
Expand Up @@ -13,4 +13,4 @@ approvers:
status: implementable
see-also:
replaces:
superseeded-by:
superseded-by:
2 changes: 1 addition & 1 deletion keps/976-plain-pods/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 5023dd2

Please sign in to comment.