fix for issue-4269: fixing deadlink in knative operator page (#4270)

This commit is contained in:
dhruv behl 2021-09-27 23:37:11 +05:30 committed by GitHub
parent 5e57d46b6b
commit d45fdde421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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.
!!! 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:
@ -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.
- 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/).
- 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
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.