mirror of https://github.com/knative/docs.git
fix install links (#860)
This commit is contained in:
parent
880916567e
commit
1fcf32b509
|
@ -70,7 +70,7 @@ service mesh. If you install any of the following options, you must install
|
|||
|
||||
- [Knative Eventing](https://github.com/knative/eventing)
|
||||
- [Knative Eventing Sources](https://github.com/knative/eventing-sources)
|
||||
- [Observability plugins](../serving/installing-logging-metrics-traces.md)
|
||||
- [Observability plugins](../serving/installing-logging-metrics-traces/)
|
||||
|
||||
#### Istio installation options
|
||||
|
||||
|
@ -210,7 +210,7 @@ files from the Knative repositories:
|
|||
| [`message-dumper.yaml`][5.3] | Installs an Event logging service for debugging. | Serving component, Eventing component |
|
||||
|
||||
_\*_ See
|
||||
[Installing logging, metrics, and traces](../serving/installing-logging-metrics-traces.md)
|
||||
[Installing logging, metrics, and traces](../serving/installing-logging-metrics-traces/)
|
||||
for details about installing the various supported observability plug-ins.
|
||||
|
||||
† These are the recommended standard install files suitable for most use cases.
|
||||
|
@ -330,6 +330,7 @@ commands below.
|
|||
kubectl get pods --namespace knative-monitoring
|
||||
```
|
||||
|
||||
|
||||
See
|
||||
[Installing logging, metrics, and traces](../serving/installing-logging-metrics-traces.md)
|
||||
for details about setting up the various supported observability plug-ins.
|
||||
|
@ -342,11 +343,11 @@ events in your Knative cluster.
|
|||
Depending on the Knative components you installed, you can use the following
|
||||
guides to help you get started with Knative:
|
||||
|
||||
- [Getting Started with Knative App Deployment](./getting-started-knative-app.md)
|
||||
- [Getting Started with Knative App Deployment](./getting-started-knative-app/)
|
||||
|
||||
- [Knative Serving sample apps](../serving/samples/)
|
||||
|
||||
- [Creating a simple Knative Build](../build/creating-builds.md)
|
||||
- [Creating a simple Knative Build](../build/creating-builds/)
|
||||
|
||||
- [Knative Build templates](https://github.com/knative/build-templates)
|
||||
|
||||
|
|
|
@ -196,7 +196,7 @@ Now that your cluster has Knative installed, you can see what Knative has to
|
|||
offer.
|
||||
|
||||
To deploy your first app with Knative, follow the step-by-step
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app.md)
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app/)
|
||||
guide.
|
||||
|
||||
To get started with Knative Eventing, pick one of the
|
||||
|
|
|
@ -99,7 +99,7 @@ Now that your cluster has Knative installed, you're ready to deploy an app.
|
|||
|
||||
If you'd like to follow a step-by-step guide for deploying your first app on
|
||||
Knative, check out the
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app.md)
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app/)
|
||||
guide.
|
||||
|
||||
If you'd like to view the available sample apps and deploy one of your choosing,
|
||||
|
|
|
@ -171,7 +171,7 @@ rerun the command to see the current status.
|
|||
|
||||
The following commands install all available Knative components as well as the
|
||||
standard set of observability plugins. To customize your Knative installation,
|
||||
see [Performing a Custom Knative Installation](Knative-custom-install.md).
|
||||
see [Performing a Custom Knative Installation](Knative-custom-install/).
|
||||
|
||||
1. Run the `kubectl apply` command to install Knative and its dependencies:
|
||||
```bash
|
||||
|
@ -197,7 +197,7 @@ Now that your cluster has Knative installed, you can see what Knative has to
|
|||
offer.
|
||||
|
||||
To deploy your first app with Knative, follow the step-by-step
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app.md)
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app/)
|
||||
guide.
|
||||
|
||||
To get started with Knative Eventing, pick one of the
|
||||
|
|
|
@ -103,7 +103,7 @@ rerun the command to see the current status.
|
|||
|
||||
The following commands install all available Knative components as well as the
|
||||
standard set of observability plugins. To customize your Knative installation,
|
||||
see [Performing a Custom Knative Installation](Knative-custom-install.md).
|
||||
see [Performing a Custom Knative Installation](Knative-custom-install/).
|
||||
|
||||
1. Run the `kubectl apply` command to install Knative and its dependencies:
|
||||
```bash
|
||||
|
@ -160,7 +160,7 @@ Now that your cluster has Knative installed, you can see what Knative has to
|
|||
offer.
|
||||
|
||||
To deploy your first app with Knative, follow the step-by-step
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app.md)
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app/)
|
||||
guide.
|
||||
|
||||
To get started with Knative Eventing, pick one of the
|
||||
|
|
|
@ -128,7 +128,7 @@ the`knative-build` and `knative-monitoring` namespaces.
|
|||
|
||||
The following commands install all available Knative components as well as the
|
||||
standard set of observability plugins. To customize your Knative installation,
|
||||
see [Performing a Custom Knative Installation](Knative-custom-install.md).
|
||||
see [Performing a Custom Knative Installation](Knative-custom-install/).
|
||||
|
||||
1. Run the following commands to install Knative:
|
||||
|
||||
|
@ -189,7 +189,7 @@ Now that your cluster has Knative installed, you can see what Knative has to
|
|||
offer.
|
||||
|
||||
To deploy your first app with Knative, follow the step-by-step
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app.md)
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app/)
|
||||
guide.
|
||||
|
||||
> **Note**: When looking up the IP address to use for accessing your app, you
|
||||
|
|
|
@ -167,7 +167,7 @@ rerun the command to see the current status.
|
|||
|
||||
The following commands install all available Knative components as well as the
|
||||
standard set of observability plugins. To customize your Knative installation,
|
||||
see [Performing a Custom Knative Installation](Knative-custom-install.md).
|
||||
see [Performing a Custom Knative Installation](Knative-custom-install/).
|
||||
|
||||
1. Run the `kubectl apply` command to install Knative and its dependencies:
|
||||
```bash
|
||||
|
@ -193,7 +193,7 @@ Now that your cluster has Knative installed, you can see what Knative has to
|
|||
offer.
|
||||
|
||||
To deploy your first app with Knative, follow the step-by-step
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app.md)
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app/)
|
||||
guide.
|
||||
|
||||
To get started with Knative Eventing, pick one of the
|
||||
|
|
|
@ -126,7 +126,7 @@ Now that your cluster has Knative installed, you're ready to deploy an app.
|
|||
|
||||
If you'd like to follow a step-by-step guide for deploying your first app on
|
||||
Knative, check out the
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app.md)
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app/)
|
||||
guide.
|
||||
|
||||
If you'd like to view the available sample apps and deploy one of your choosing,
|
||||
|
|
|
@ -213,7 +213,7 @@ Now that your cluster has Knative installed, you're ready to deploy an app.
|
|||
|
||||
If you'd like to follow a step-by-step guide for deploying your first app on
|
||||
Knative, check out the
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app.md)
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app/)
|
||||
guide.
|
||||
|
||||
If you'd like to view the available sample apps and deploy one of your choosing,
|
||||
|
|
|
@ -80,7 +80,7 @@ rerun the command to see the current status.
|
|||
|
||||
The following commands install all available Knative components as well as the
|
||||
standard set of observability plugins. To customize your Knative installation,
|
||||
see [Performing a Custom Knative Installation](Knative-custom-install.md).
|
||||
see [Performing a Custom Knative Installation](Knative-custom-install/).
|
||||
|
||||
1. Run the `kubectl apply` command to install Knative and its dependencies:
|
||||
```bash
|
||||
|
@ -105,7 +105,7 @@ Now that your cluster has Knative installed, you can see what Knative has to
|
|||
offer.
|
||||
|
||||
To deploy your first app with Knative, follow the step-by-step
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app.md)
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app/)
|
||||
guide.
|
||||
|
||||
To get started with Knative Eventing, pick one of the
|
||||
|
|
|
@ -82,7 +82,7 @@ Now that your cluster has Knative installed, you can see what Knative has to
|
|||
offer.
|
||||
|
||||
To deploy your first app with Knative, follow the step-by-step
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app.md)
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app/)
|
||||
guide.
|
||||
|
||||
To get started with Knative Eventing, pick one of the
|
||||
|
|
|
@ -75,7 +75,7 @@ available Knative components and a set of observability plugins.
|
|||
If you already have a Kubernetes cluster you're comfortable installing _alpha_
|
||||
software on, use the following guide to install all Knative components:
|
||||
|
||||
- [Knative Install on any Kubernetes](Knative-with-any-k8s.md)
|
||||
- [Knative Install on any Kubernetes](Knative-with-any-k8s/)
|
||||
|
||||
**Limited install guides**
|
||||
|
||||
|
@ -111,7 +111,7 @@ Knative cluster.
|
|||
Now you're ready to deploy an app:
|
||||
|
||||
- Follow the step-by-step
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app.md)
|
||||
[Getting Started with Knative App Deployment](getting-started-knative-app/)
|
||||
guide.
|
||||
|
||||
- View the available [sample apps](../serving/samples) and deploy one of your
|
||||
|
@ -126,14 +126,14 @@ After your Knative installation is running, you can set up a custom domain with
|
|||
a static IP address to be able to use Knative for publicly available services
|
||||
and set up an Istio IP range for outbound network access:
|
||||
|
||||
- [Assign a static IP address](../serving/gke-assigning-static-ip-address.md)
|
||||
- [Configure a custom domain](../serving/using-a-custom-domain.md)
|
||||
- [Configure outbound network access](../serving/outbound-network-access.md)
|
||||
- [Configuring HTTPS with a custom certificate](../serving/using-an-ssl-cert.md)
|
||||
- [Assign a static IP address](../serving/gke-assigning-static-ip-address/)
|
||||
- [Configure a custom domain](../serving/using-a-custom-domain/)
|
||||
- [Configure outbound network access](../serving/outbound-network-access/)
|
||||
- [Configuring HTTPS with a custom certificate](../serving/using-an-ssl-cert/)
|
||||
|
||||
## Checking the version of your Knative Serving installation
|
||||
|
||||
- [Checking the version of your Knative Serving installation](check-install-version.md)
|
||||
- [Checking the version of your Knative Serving installation](check-install-version/)
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue