Improvements to spacing and install wording (#784)

* Improvements to spacing

* Updates wording for what's included in the installs
This commit is contained in:
Sam O'Dell 2019-01-17 10:45:31 -08:00 committed by Knative Prow Robot
parent 228fe6135d
commit 1c15c8e5f4
1 changed files with 14 additions and 9 deletions

View File

@ -23,12 +23,13 @@ clusters.
There are several options when installing Knative:
* **Comprehensive install** -- Comes with the default versions of all Knative
components. Quickest option for setup.
components as well as a set of observability plugins. Quickest option
for setup.
* **Limited install** -- Installs a subset of Knative features.
* **Limited install** -- Installs a subset of Knative components.
* **Custom install** -- Takes longer, but allows you to choose exactly which
components to install.
components and oberservability plugins to install.
For new users, we recommend the comprehensive install to get you up and running
quickly.
@ -39,9 +40,10 @@ Follow these step-by-step guides for setting up Kubernetes and installing
Knative components.
**Comprehensive install guides**
The guides below show you how to create a Kubernetes cluster with the right
specs for Knative on your platform of choice, then walk through installing all
available Knative components.
available Knative components and a set of observability plugins.
* [Knative Install on Azure Kubernetes Service](Knative-with-AKS.md)
* [Knative Install on Gardener](Knative-with-Gardener.md)
* [Knative Install on Google Kubernetes Engine](Knative-with-GKE.md)
@ -55,15 +57,17 @@ software on, use the following guide to install all Knative components:
- [Knative Install on any Kubernetes](Knative-with-any-k8s.md)
**Limited install guides**
The guides below install some of the available Knative components, sometimes
without all available observability plugins, to minimize the disk space used for install.
The guides below install some of the available Knative components, without all available
observability plugins, to minimize the disk space used for install.
* [Knative Install on Docker for Mac](Knative-with-Docker-for-Mac.md)
* [Knative Install on Minikube](Knative-with-Minikube.md)
* [Knative Install on Minishift](Knative-with-Minishift.md)
* [Knative Install on OpenShift](Knative-with-OpenShift.md)
**Custom install guide**
To choose which components and which versions of each component to install,
To choose which components and observability plugins to install,
follow the custom install guide:
* [Perfoming a Custom Knative Installation](Knative-custom-install.md)
@ -74,8 +78,9 @@ follow the custom install guide:
[Perfoming a Custom Knative Installation](knative-custom-install.md) guide.
**Observability install guide**
Follow this guide to install the available observability plugins on a Knative
cluster.
Follow this guide to install and set up the available observability
plugins on a Knative cluster.
* [Monitoring, Logging and Tracing Installation](../serving/installing-logging-metrics-traces.md)