summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlikeXXxx <43959233+likeXXxx@users.noreply.github.com>2018-10-16 02:11:36 +0800
committerk8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-10-15 11:11:36 -0700
commit3067c78e2236290ea088d85af29edb18dfa23f20 (patch)
tree0237f669492d868abf6a1fc7d1b151635a053dbf
parent1c72b9d26fbb71ecb0ba196a5dbe9e6c96dbd400 (diff)
correct spell error (#2797)
* modified document:csi-migration.md * modified document:rescheduling.md
-rw-r--r--contributors/design-proposals/scheduling/rescheduling.md2
-rw-r--r--contributors/design-proposals/storage/csi-migration.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/scheduling/rescheduling.md b/contributors/design-proposals/scheduling/rescheduling.md
index 32d86a27..fa06cdc4 100644
--- a/contributors/design-proposals/scheduling/rescheduling.md
+++ b/contributors/design-proposals/scheduling/rescheduling.md
@@ -177,7 +177,7 @@ topic that is outside the scope of this document. For example, resource fragment
RequiredDuringScheduling node and pod affinity and anti-affinity means that even if the
sum of the quotas at the top priority level is less than or equal to the total aggregate
capacity of the cluster, some pods at the top priority level might still go pending. In
-general, priority provdes a *probabilistic* guarantees of pod schedulability in the face
+general, priority provides a *probabilistic* guarantees of pod schedulability in the face
of overcommitment, by allowing prioritization of which pods should be allowed to run pods
when demand for cluster resources exceeds supply.
diff --git a/contributors/design-proposals/storage/csi-migration.md b/contributors/design-proposals/storage/csi-migration.md
index 5d0c6c5d..1d801673 100644
--- a/contributors/design-proposals/storage/csi-migration.md
+++ b/contributors/design-proposals/storage/csi-migration.md
@@ -243,7 +243,7 @@ whether to use the CSI or the in-tree plugin for attach based on 3 criterea:
2. Plugin Migratable (Implements MigratablePlugin interface)
3. Node to Attach to has requisite Annotation
-Note: All 3 criterea must be satisfied for A/D controller to Attach/Detach with
+Note: All 3 criteria must be satisfied for A/D controller to Attach/Detach with
CSI instead of in-tree plugin. For example if a Kubelet has feature on and marks
the annotation, but the A/D Controller does not have the feature gate flipped,
we consider this user error and will throw some errors.