mirror of https://github.com/knative/docs.git
Formatting fixes
This commit is contained in:
parent
e7ee6301ca
commit
c8025f7171
|
@ -9,13 +9,13 @@ function: how-to
|
|||
|
||||
# Installing CLI Tools
|
||||
|
||||
There are three CLI tools available for managing Knative.
|
||||
There are three CLI tools available for managing Knative:
|
||||
|
||||
- Kubernetes CLI - `kubectl`
|
||||
- Knative CLI - `kn`
|
||||
- Knative Operator CLI - `kn`
|
||||
|
||||
The `kn` CLI makes Knative operations easier, but all functionality is available in `kubectl` provided you want to primarily use YAML representations of resources. The Knative Operator CLI facilitates the of installing of the Knative Operator and the Serving and Eventing components.
|
||||
The `kn` CLI makes Knative operations easier, but all functionality is available in `kubectl` CLI provided you want to primarily use YAML representations of resources. The Knative Operator CLI facilitates installing the Knative Operator and the Serving and Eventing components.
|
||||
|
||||
## Install Kubernetes CLI
|
||||
|
||||
|
|
|
@ -30,15 +30,20 @@ Use the following table to evaluate your installation method.
|
|||
|
||||
Use the following steps to install Knative depending on your installation method.
|
||||
|
||||
- Quickstart:
|
||||
**Quickstart**:
|
||||
|
||||
1. Install the [CLI Tools](../client/install-kn.md).
|
||||
1. Install the [Knative Quickstart plugin](quickstart-install.md).
|
||||
- YAML:
|
||||
|
||||
**YAML**:
|
||||
|
||||
1. Install the [CLI Tools](../client/install-kn.md).
|
||||
1. Install either or both:
|
||||
- Install [Knative Serving](yaml-install/serving/install-serving-with-yaml.md).
|
||||
- Install [Knative Eventing](yaml-install/eventing/install-eventing-with-yaml.md).
|
||||
- Operator:
|
||||
- Install [Knative Serving](yaml-install/serving/install-serving-with-yaml.md).
|
||||
- Install [Knative Eventing](yaml-install/eventing/install-eventing-with-yaml.md).
|
||||
|
||||
**Operator**:
|
||||
|
||||
1. Install the [CLI Tools](../client/install-kn.md) including the Knative Operator CLI plugin.
|
||||
1. Install using the Knative Operator, and with it the Serving and Eventing components, by either of the following:
|
||||
- The [Knative Operator](./operator/knative-with-operators.md) using K8S Manifests or via Helm.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -7,13 +7,14 @@ function: how-to
|
|||
|
||||
# Installing Knative Eventing using YAML files
|
||||
|
||||
This topic describes how to install Knative Eventing by applying YAML files. This installation requires the following prerequisites.
|
||||
This topic describes how to install Knative Eventing by applying YAML files. 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.
|
||||
|
||||
|
|
|
@ -7,13 +7,14 @@ function: how-to
|
|||
|
||||
# Installing Knative Serving using YAML files
|
||||
|
||||
This topic describes how to install Knative Serving by applying YAML files. This installation requires the following prerequisites.
|
||||
This topic describes how to install Knative Serving by applying YAML files. 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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue