diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-02-07 19:23:44 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-07 19:23:44 -0800 |
| commit | be31add1fec1f6d2430f622437734b276acf27fb (patch) | |
| tree | a445a7943e5e6b7e5cc1e7cd2aa01d75e29a748a /contributors | |
| parent | d725a9b08eb854ac0ce55c46cb385f4c78ab39d6 (diff) | |
| parent | f73479d17b4060145c13b3b0d41732dc1064d097 (diff) | |
Merge pull request #1748 from yowenter/fix-typo
> fix typos
Diffstat (limited to 'contributors')
| -rw-r--r-- | contributors/design-proposals/apps/indexed-job.md | 2 | ||||
| -rw-r--r-- | contributors/design-proposals/storage/volume-provisioning.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contributors/design-proposals/apps/indexed-job.md b/contributors/design-proposals/apps/indexed-job.md index bfad092e..98d65bdb 100644 --- a/contributors/design-proposals/apps/indexed-job.md +++ b/contributors/design-proposals/apps/indexed-job.md @@ -653,7 +653,7 @@ kubectl run say-fruit --image=busybox \ will all run 3 pods in parallel. Index 0 pod will log: ``` -Have a nice grenn apple +Have a nice green apple ``` and so on. diff --git a/contributors/design-proposals/storage/volume-provisioning.md b/contributors/design-proposals/storage/volume-provisioning.md index 9cac550b..c953fdff 100644 --- a/contributors/design-proposals/storage/volume-provisioning.md +++ b/contributors/design-proposals/storage/volume-provisioning.md @@ -155,7 +155,7 @@ Existing behavior is unchanged for claims that do not specify External provisioner must have these features: - * It MUST have a distinct name, following Kubernetenes plugin naming scheme + * It MUST have a distinct name, following Kubernetes plugin naming scheme `<vendor name>/<provisioner name>`, e.g. `gluster.org/gluster-volume`. * The provisioner SHOULD send events on a claim to report any errors |
