diff --git a/_includes/user-guide-migration-notice.md b/_includes/user-guide-migration-notice.md
index 7e64abe8d0..ad401096af 100644
--- a/_includes/user-guide-migration-notice.md
+++ b/_includes/user-guide-migration-notice.md
@@ -4,7 +4,7 @@
|
NOTICE
- As of March 14, 2017, the @kubernetes/sig-docs-maintainers have begun migration of the User Guide content as announced previously to the SIG Docs community through the kubernetes-sig-docs group and kubernetes.slack.com #sig-docs channel.
+ As of March 14, 2017, the Kubernetes SIG-Docs-Maintainers group have begun migration of the User Guide content as announced previously to the SIG Docs community through the kubernetes-sig-docs group and kubernetes.slack.com #sig-docs channel.
The user guides within this section are being refactored into topics within Tutorials, Tasks, and Concepts. Anything that has been moved will have a notice placed in its previous location as well as a link to its new location. The reorganization implements the table of contents (ToC) outlined in the kubernetes-docs-toc document and should improve the documentation's findability and readability for a wider range of audiences.
For any questions, please contact: kubernetes-sig-docs@googlegroups.com
|
diff --git a/docs/concepts/workloads/pods/init-containers.md b/docs/concepts/workloads/pods/init-containers.md
index c0487653e5..01e8a1ac16 100644
--- a/docs/concepts/workloads/pods/init-containers.md
+++ b/docs/concepts/workloads/pods/init-containers.md
@@ -223,7 +223,7 @@ validation error is thrown for any Container sharing a name with another.
### Resources
Given the ordering and execution for Init Containers, the following rules
-for resource usage application:
+for resource usage apply:
* The highest of any particular resource request or limit defined on all Init
Containers is the *effective init request/limit*
diff --git a/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md b/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md
index f6cb1251fe..42204b7497 100644
--- a/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md
+++ b/docs/tasks/access-application-cluster/load-balance-access-application-cluster.md
@@ -4,7 +4,7 @@ title: Providing Load-Balanced Access to an Application in a Cluster
{% capture overview %}
-This page shows how to create a Kubernetes Service object to that provides
+This page shows how to create a Kubernetes Service object that provides
load-balanced access to an application running in a cluster.
{% endcapture %}
diff --git a/docs/tasks/index.md b/docs/tasks/index.md
index 9b3abe09de..16d84eaf4f 100644
--- a/docs/tasks/index.md
+++ b/docs/tasks/index.md
@@ -53,8 +53,8 @@ single thing, typically by giving a short sequence of steps.
* [Assigning Pods to Nodes](/docs/tasks/administer-cluster/assign-pods-nodes/)
* [Autoscaling the DNS Service in a Cluster](/docs/tasks/administer-cluster/dns-horizontal-autoscaling/)
* [Safely Draining a Node while Respecting Application SLOs](/docs/tasks/administer-cluster/safely-drain-node/)
-* [Changing reclaim policy of a PersistentVolume](/docs/tasks/administer-cluster/change-pv-reclaim-policy/)
-* [Changing the default StorageClass](/docs/tasks/administer-cluster/change-default-storage-class/)
+* [Changing the Reclaim Policy of a PersistentVolume](/docs/tasks/administer-cluster/change-pv-reclaim-policy/)
+* [Changing the Default StorageClass](/docs/tasks/administer-cluster/change-default-storage-class/)
#### Managing Stateful Applications
diff --git a/docs/tasks/kubectl/install.md b/docs/tasks/kubectl/install.md
index a6a9295b6d..9c24bff0d2 100644
--- a/docs/tasks/kubectl/install.md
+++ b/docs/tasks/kubectl/install.md
@@ -104,7 +104,7 @@ sufficiently up-to-date using `kubectl version`.
## Configuring kubectl
-In order for kubectl to find and access the Kubernetes cluster, it needs a [kubeconfig file](/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig/), which is created automatically when creating a cluster using kube-up.sh (see the [getting started guides](/docs/getting-started-guides/) for more about creating clusters). If you need access to a cluster you didn't create, see the [Sharing Cluster Access document](/docs/tasks/administer-cluster/share-configuration/).
+In order for kubectl to find and access the Kubernetes cluster, it needs a [kubeconfig file](/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig/), which is created automatically when creating a cluster using kube-up.sh or upon successful deployment of Minikube cluster (see the [getting started guides](/docs/getting-started-guides/) for more about creating clusters). If you need access to a cluster you didn't create, see the [Sharing Cluster Access document](/docs/tasks/administer-cluster/share-configuration/).
By default, kubectl configuration lives at `~/.kube/config`.
#### Making sure you're ready
diff --git a/docs/user-guide/configmap/index.md b/docs/user-guide/configmap/index.md
index f24866f10b..3d098fa719 100644
--- a/docs/user-guide/configmap/index.md
+++ b/docs/user-guide/configmap/index.md
@@ -600,7 +600,7 @@ ConfigMaps reside in a namespace. They can only be referenced by pods in the s
Quota for ConfigMap size is a planned feature.
-Kubelet only supports use of ConfigMap for pods it gets from the API server. This includes any pods
+Kubelet only supports use of ConfigMap for pods it gets from the API server. This includes every pod
created using kubectl, or indirectly via a replication controller. It does not include pods created
via the Kubelet's `--manifest-url` flag, its `--config` flag, or its REST API (these are not common
ways to create pods.)
diff --git a/docs/user-guide/prereqs.md b/docs/user-guide/prereqs.md
index b36ea6d203..b6d17a72f3 100644
--- a/docs/user-guide/prereqs.md
+++ b/docs/user-guide/prereqs.md
@@ -10,4 +10,4 @@ redirect_from:
{% include user-guide-content-moved.md %}
-[Installing and Setting Up kubectl](/docs/tasks/kubectl/install/)
+[Installing and Setting Up kubectl](/docs/tasks/kubectl/install/)
\ No newline at end of file