mirror of https://github.com/knative/docs.git
Formatting and consistency fix
This commit is contained in:
parent
c8025f7171
commit
92f6808bdb
|
@ -17,8 +17,9 @@ This installation requires the following prerequisites:
|
|||
- The [CLI Tools](../../client/install-kn.md) are installed.
|
||||
- Sufficient hardware:
|
||||
|
||||
- One node requires at least 6 CPUs, 6 GB of memory, and 30 GB of disk storage.
|
||||
- Multiple nodes require 2 CPUs, 4 GB of memory, and 20 GB of disk storage.
|
||||
One node requires at least 6 CPUs, 6 GB of memory, and 30 GB of disk storage.
|
||||
|
||||
Multiple nodes require 2 CPUs, 4 GB of memory, and 20 GB of disk storage.
|
||||
|
||||
- The existing Kubernetes is running a supported version.
|
||||
|
||||
|
|
|
@ -8,7 +8,16 @@ function: tutorial
|
|||
|
||||
# Install the Knative quickstart plugin
|
||||
|
||||
This quickstart plugin provides a simplified Knative installation on a kind or Minikube Kubernetes cluster running locally on a single computer. This installation is well suited for experimentation. For information on production installs, see the [Installation Roadmap](README.md#installation-roadmap).
|
||||
This quickstart plugin provides a simplified Knative installation on a kind or Minikube Kubernetes cluster running locally on a single computer. This installation is well suited for experimentation.
|
||||
|
||||
This installation requires the following prerequisites:
|
||||
|
||||
- The [CLI Tools](../client/install-kn.md) are installed.
|
||||
- Sufficient hardware:
|
||||
|
||||
6 CPUs, 6 GB of memory, and 30 GB of disk storage.
|
||||
|
||||
For information on production installs, see the [Installation Roadmap](README.md#installation-roadmap).
|
||||
|
||||
--8<-- "quickstart-install.md"
|
||||
|
||||
|
|
Loading…
Reference in New Issue