mirror of https://github.com/knative/docs.git
Adding install-kn to PR
Consolidating CLI installations into this this topic.
This commit is contained in:
parent
8d0e25e9ad
commit
1a2817930b
|
@ -7,14 +7,25 @@ components:
|
|||
function: how-to
|
||||
---
|
||||
|
||||
# Installing the Knative CLI
|
||||
# Installing CLI Tools
|
||||
|
||||
This guide provides details about how you can install the Knative `kn` CLI.
|
||||
You will need two CLI tools for Knative:
|
||||
|
||||
- Knative CLI - kn
|
||||
- Kubernetes CLI - kubectl
|
||||
|
||||
## Install Knative CLI
|
||||
|
||||
--8<-- "security-prereqs-binaries.md"
|
||||
--8<-- "install-kn.md"
|
||||
|
||||
## Install Kubernetes CLI
|
||||
|
||||
Install the [Kubernetes CLI (`kubectl`)](https://kubernetes.io/docs/tasks/tools/install-kubectl){target=_blank} to run commands against Kubernetes clusters. You can use `kubectl` to deploy applications, inspect and manage cluster resources, and view logs.
|
||||
|
||||
--8<-- "security-prereqs-binaries.md"
|
||||
|
||||
## Install kn using the nightly-built binary
|
||||
|
||||
!!! warning
|
||||
Nightly container images include features which may not be included in the latest Knative release and are not considered to be stable.
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ Use the following table to get started with your Knative installation.
|
|||
| | Quickstart | YAML | Knative Operator |
|
||||
| --- | --- | --- | --- |
|
||||
| Implementation | local | production | production |
|
||||
| Kubernetes | local only or minikube, installed by quickstart | existing deployment | existing deployment |
|
||||
| Kubernetes | local deployment only or Minikube | existing deployment | existing deployment |
|
||||
| Hardware | 3 CPU, 3 GB RAM | One node: 6 CPUs, 6 GB memory, 30 GB disk storage.<br>Multiple nodes: 2 CPUs each, 4 GB memory, 20 GB disk storage. | One node: 6 CPUs, 6 GB memory, 30 GB disk storage.<br>Multiple nodes: 2 CPUs each, 4 GB memory, 20 GB disk storage. |
|
||||
| Install procedure | Install the [Knative Quickstart plugin](quickstart-install.md). | Install either or both:<br>- Install [Knative Serving](yaml-install/serving/install-serving-with-yaml.md)<br>- Install [Knative Eventing](yaml-install/eventing/install-eventing-with-yaml.md)| <br>Use the [Knative Operator](operator/knative-with-operators.md) to install and configure a production-ready deployment. |
|
||||
|
||||
|
|
Loading…
Reference in New Issue