From a806d93a53703b1a2fc0641720f10802fb85f925 Mon Sep 17 00:00:00 2001 From: "Sahdev P. Zala" Date: Thu, 16 Mar 2017 12:21:58 -0400 Subject: [PATCH 1/7] Mention Minikube in the Kubectl configuration doc Provide reference of Minikube along with kube-up.sh on creating cluster. This will give convey message to first time users of the Minikube that they should make sure Minikube is installed before running this step of $ kubectl cluster-info fixes #2863 --- docs/user-guide/prereqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/prereqs.md b/docs/user-guide/prereqs.md index de3cd3264f..de441c1415 100644 --- a/docs/user-guide/prereqs.md +++ b/docs/user-guide/prereqs.md @@ -107,7 +107,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/user-guide/kubeconfig-file), 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/user-guide/sharing-clusters). +In order for kubectl to find and access the Kubernetes cluster, it needs a [kubeconfig file](/docs/user-guide/kubeconfig-file), which is created automatically when creating a cluster using kube-up.sh or upon successful installation of Minikube (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/user-guide/sharing-clusters). By default, kubectl configuration lives at `~/.kube/config`. #### Making sure you're ready From eb2a462951951e55a76f539b1db2e41e9d586394 Mon Sep 17 00:00:00 2001 From: "Sahdev P. Zala" Date: Thu, 16 Mar 2017 20:27:12 -0400 Subject: [PATCH 2/7] Add Minikube reference in the Kubectl configuration doc For Minikube users, the cluster is created when they install Minikube. Add this in the doc. --- docs/tasks/kubectl/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/kubectl/install.md b/docs/tasks/kubectl/install.md index a6a9295b6d..ba916fc590 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 installation of Minikube (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 From 4f526d04264270d82aa816d32bc7a1a05b4f148a Mon Sep 17 00:00:00 2001 From: "Sahdev P. Zala" Date: Tue, 21 Mar 2017 23:54:40 -0400 Subject: [PATCH 3/7] Fix doc sentence The sentence is having an unnecessary word, 'to' should be removed to make sentence readable. --- .../load-balance-access-application-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} From 9f4214fc2ca15961130489b48623aa05e3dc1438 Mon Sep 17 00:00:00 2001 From: devin-donnelly Date: Tue, 21 Mar 2017 23:03:14 -0700 Subject: [PATCH 4/7] Revert "update init-containers.md" --- docs/concepts/workloads/pods/init-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/workloads/pods/init-containers.md b/docs/concepts/workloads/pods/init-containers.md index d3dc7beb88..1a43dea943 100644 --- a/docs/concepts/workloads/pods/init-containers.md +++ b/docs/concepts/workloads/pods/init-containers.md @@ -227,7 +227,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* From c4e4b3afcf40eaa8b941ea3872362de6b0f20829 Mon Sep 17 00:00:00 2001 From: Ryan McGinnis Date: Wed, 22 Mar 2017 10:17:08 -0700 Subject: [PATCH 5/7] Fixed typos (#2721) - Typo in first bullet point - Fixed capitalization in "Changing Reclaim Policy of a PersistentVolume" bullet point --- docs/tasks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/index.md b/docs/tasks/index.md index 4bcb89a7d4..d5db27d632 100644 --- a/docs/tasks/index.md +++ b/docs/tasks/index.md @@ -53,7 +53,7 @@ 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 Reclaim Policy of a PersistentVolume](/docs/tasks/administer-cluster/change-pv-reclaim-policy/) #### Managing Stateful Applications From 8bd4011d41025bcfdb89b573ff8aff6d24a4f43e Mon Sep 17 00:00:00 2001 From: Ahmet Alp Balkan Date: Wed, 22 Mar 2017 09:51:10 -0700 Subject: [PATCH 6/7] Do not link to org/team links on GitHub People who are not on the org get 404, causing further confusion. Signed-off-by: Ahmet Alp Balkan --- _includes/user-guide-migration-notice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

From 40073e8abb21530eedf476e1b82c61847e9d5f8a Mon Sep 17 00:00:00 2001 From: Xiaoyu Zhang Date: Wed, 22 Mar 2017 16:54:51 +0800 Subject: [PATCH 7/7] rephrase the expression of configmap/index.md change "any pods" to "every pod" --- docs/user-guide/configmap/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/configmap/index.md b/docs/user-guide/configmap/index.md index 8249f55084..28eabedadd 100644 --- a/docs/user-guide/configmap/index.md +++ b/docs/user-guide/configmap/index.md @@ -525,7 +525,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.)