Formatting and consistency fix

This commit is contained in:
Bruce Hamilton 2025-09-22 15:46:43 -07:00
parent c8025f7171
commit 92f6808bdb
2 changed files with 13 additions and 3 deletions

View File

@ -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.

View File

@ -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"