mirror of https://github.com/knative/docs.git
fix for issue-4269: fixing deadlink in knative operator page (#4270)
This commit is contained in:
parent
5e57d46b6b
commit
d45fdde421
|
@ -5,7 +5,7 @@ Before installing Knative, you must meet the following prerequisites:
|
||||||
- **For prototyping purposes**, Knative works on most local deployments of Kubernetes. For example, you can use a local, one-node cluster that has 2 CPUs and 4 GB of memory.
|
- **For prototyping purposes**, Knative works on most local deployments of Kubernetes. For example, you can use a local, one-node cluster that has 2 CPUs and 4 GB of memory.
|
||||||
|
|
||||||
!!! tip
|
!!! tip
|
||||||
You can install a local distribution of Knative for development use by following the [Getting started guide](../../../../getting-started/){_blank}.
|
You can install a local distribution of Knative for development use by following the [Getting started guide](/docs/getting-started/){_blank}.
|
||||||
|
|
||||||
- **For production purposes**, it is recommended that:
|
- **For production purposes**, it is recommended that:
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ Before installing Knative, you must meet the following prerequisites:
|
||||||
- If you have multiple nodes in your cluster, for each node you need at least 2 CPUs, 4 GB of memory, and 20 GB of disk storage.
|
- If you have multiple nodes in your cluster, for each node you need at least 2 CPUs, 4 GB of memory, and 20 GB of disk storage.
|
||||||
- You have a cluster that uses Kubernetes v1.19 or newer.
|
- You have a cluster that uses Kubernetes v1.19 or newer.
|
||||||
- You have installed the [`kubectl` CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/).
|
- You have installed the [`kubectl` CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/).
|
||||||
- Your Kubernetes cluster must have access to the internet, because Kubernetes needs to be able to fetch images. To pull from a private registry, see [Deploying images from a private container registry](../../../../serving/deploying-from-private-registry).
|
- Your Kubernetes cluster must have access to the internet, because Kubernetes needs to be able to fetch images. To pull from a private registry, see [Deploying images from a private container registry](/docs/developer/serving/deploying-from-private-registry/).
|
||||||
|
|
||||||
!!! caution
|
!!! caution
|
||||||
The system requirements provided are recommendations only. The requirements for your installation might vary, depending on whether you use optional components, such as a networking layer.
|
The system requirements provided are recommendations only. The requirements for your installation might vary, depending on whether you use optional components, such as a networking layer.
|
||||||
|
|
Loading…
Reference in New Issue