diff --git a/contributors/design-proposals/apps/indexed-job.md b/contributors/design-proposals/apps/indexed-job.md index bfad092ec..98d65bdbf 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 9cac550bf..c953fdffb 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 `/`, e.g. `gluster.org/gluster-volume`. * The provisioner SHOULD send events on a claim to report any errors diff --git a/keps/sig-cluster-lifecycle/0003-cluster-api.md b/keps/sig-cluster-lifecycle/0003-cluster-api.md index da899d990..c14a949e7 100644 --- a/keps/sig-cluster-lifecycle/0003-cluster-api.md +++ b/keps/sig-cluster-lifecycle/0003-cluster-api.md @@ -133,7 +133,7 @@ This level of the Cluster Management API describes the global configuration of a Given the recent efforts of SIG Cluster Lifecycle to make kubeadm the de facto standard toolkit for cloud- and vendor-agnostic cluster initialization, and because kubeadm has [an existing API](https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/apis/kubeadm/v1alpha1/types.go) to define the global configuration for a cluster, it makes sense to coalesce the global portion of the Cluster API with the API used by “kubeadm init” to configure a cluster master. -A current goal is to make these APIs as cloud-agnostic as possible, so that the entire definition of a Cluster could remain reasonably in-sync across different deployments potentially in different cloud providers, which would help enable hybrid usecases where it’s desirable to have key configuration stay in sync across different clusters potentially in different clouds/environments. However, this goal is balanced against making the APIs coherent and useable, which strict separation may harm. +A current goal is to make these APIs as cloud-agnostic as possible, so that the entire definition of a Cluster could remain reasonably in-sync across different deployments potentially in different cloud providers, which would help enable hybrid usecases where it’s desirable to have key configuration stay in sync across different clusters potentially in different clouds/environments. However, this goal is balanced against making the APIs coherent and usable, which strict separation may harm. The full types for this API can be seen and were initially discussed in [kube-deploy#306](https://github.com/kubernetes/kube-deploy/pull/306). diff --git a/sig-apps/minutes/2016-06-15.md b/sig-apps/minutes/2016-06-15.md index f2e88ad4c..b93ce69e3 100644 --- a/sig-apps/minutes/2016-06-15.md +++ b/sig-apps/minutes/2016-06-15.md @@ -2,7 +2,7 @@ - Michelle Noorali gave an introduction - Ben Hall, founder of katacoda, did a demo of [katacoda](https://www.katacoda.com/) - - Katacoda is an interactive learning platoform for software engineers. + - Katacoda is an interactive learning platform for software engineers. - Ben showed off the current lessons on Kubernetes which are available now. - Ben also talked about how companies/people can make their own interactive lessons and embed them. - Contact Ben on [Twitter](https://twitter.com/Ben_Hall): @Ben_Hall