Merge pull request #3753 from kubernetes/ryanmcginnis-patch-1

Update cluster-administration-overview.md
This commit is contained in:
Ryan McGinnis
2017-05-14 12:27:27 -07:00
committed by GitHub
@@ -10,14 +10,13 @@ redirect_from:
- "/docs/tasks/administer-cluster/overview.html" - "/docs/tasks/administer-cluster/overview.html"
--- ---
{:toc}
{% capture overview %} {% capture overview %}
The cluster administration overview is for anyone creating or administering a Kubernetes cluster. The cluster administration overview is for anyone creating or administering a Kubernetes cluster.
It assumes some familiarity with concepts in the [User Guide](/docs/user-guide/). It assumes some familiarity with concepts in the [User Guide](/docs/user-guide/).
{% endcapture %} {% endcapture %}
* TOC
{:toc}
{% capture body %} {% capture body %}
## Planning a cluster ## Planning a cluster
@@ -62,7 +61,7 @@ If you are using a guide involving Salt, see [Configuring Kubernetes with Salt](
* [Using Sysctls in a Kubernetes Cluster](/docs/concepts/cluster-administration/sysctl-cluster/) describes to an administrator how to use the `sysctl` command-line tool to set kernel parameters . * [Using Sysctls in a Kubernetes Cluster](/docs/concepts/cluster-administration/sysctl-cluster/) describes to an administrator how to use the `sysctl` command-line tool to set kernel parameters .
* [Auditing](docs/tasks/debug-application-cluster/audit/) describes how to interact with Kubernetes' audit logs. * [Auditing](/docs/tasks/debug-application-cluster/audit/) describes how to interact with Kubernetes' audit logs.
### Securing the kubelet ### Securing the kubelet
* [Master-Node communication](/docs/concepts/cluster-administration/master-node-communication/) * [Master-Node communication](/docs/concepts/cluster-administration/master-node-communication/)