fix install links (#860)

This commit is contained in:
RichieEscarez 2019-02-01 18:07:08 -08:00 committed by Richie Escarez
parent 880916567e
commit 1fcf32b509
12 changed files with 27 additions and 26 deletions

View File

@ -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](https://github.com/knative/eventing)
- [Knative Eventing Sources](https://github.com/knative/eventing-sources) - [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 #### 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 | | [`message-dumper.yaml`][5.3] | Installs an Event logging service for debugging. | Serving component, Eventing component |
_\*_ See _\*_ 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. for details about installing the various supported observability plug-ins.
† These are the recommended standard install files suitable for most use cases. † These are the recommended standard install files suitable for most use cases.
@ -330,6 +330,7 @@ commands below.
kubectl get pods --namespace knative-monitoring kubectl get pods --namespace knative-monitoring
``` ```
See See
[Installing logging, metrics, and traces](../serving/installing-logging-metrics-traces.md) [Installing logging, metrics, and traces](../serving/installing-logging-metrics-traces.md)
for details about setting up the various supported observability plug-ins. 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 Depending on the Knative components you installed, you can use the following
guides to help you get started with Knative: 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/) - [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) - [Knative Build templates](https://github.com/knative/build-templates)

View File

@ -196,7 +196,7 @@ Now that your cluster has Knative installed, you can see what Knative has to
offer. offer.
To deploy your first app with Knative, follow the step-by-step 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. guide.
To get started with Knative Eventing, pick one of the To get started with Knative Eventing, pick one of the

View File

@ -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 If you'd like to follow a step-by-step guide for deploying your first app on
Knative, check out the 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. guide.
If you'd like to view the available sample apps and deploy one of your choosing, If you'd like to view the available sample apps and deploy one of your choosing,

View File

@ -171,7 +171,7 @@ rerun the command to see the current status.
The following commands install all available Knative components as well as the The following commands install all available Knative components as well as the
standard set of observability plugins. To customize your Knative installation, 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: 1. Run the `kubectl apply` command to install Knative and its dependencies:
```bash ```bash
@ -197,7 +197,7 @@ Now that your cluster has Knative installed, you can see what Knative has to
offer. offer.
To deploy your first app with Knative, follow the step-by-step 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. guide.
To get started with Knative Eventing, pick one of the To get started with Knative Eventing, pick one of the

View File

@ -103,7 +103,7 @@ rerun the command to see the current status.
The following commands install all available Knative components as well as the The following commands install all available Knative components as well as the
standard set of observability plugins. To customize your Knative installation, 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: 1. Run the `kubectl apply` command to install Knative and its dependencies:
```bash ```bash
@ -160,7 +160,7 @@ Now that your cluster has Knative installed, you can see what Knative has to
offer. offer.
To deploy your first app with Knative, follow the step-by-step 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. guide.
To get started with Knative Eventing, pick one of the To get started with Knative Eventing, pick one of the

View File

@ -128,7 +128,7 @@ the`knative-build` and `knative-monitoring` namespaces.
The following commands install all available Knative components as well as the The following commands install all available Knative components as well as the
standard set of observability plugins. To customize your Knative installation, 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: 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. offer.
To deploy your first app with Knative, follow the step-by-step 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. guide.
> **Note**: When looking up the IP address to use for accessing your app, you > **Note**: When looking up the IP address to use for accessing your app, you

View File

@ -167,7 +167,7 @@ rerun the command to see the current status.
The following commands install all available Knative components as well as the The following commands install all available Knative components as well as the
standard set of observability plugins. To customize your Knative installation, 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: 1. Run the `kubectl apply` command to install Knative and its dependencies:
```bash ```bash
@ -193,7 +193,7 @@ Now that your cluster has Knative installed, you can see what Knative has to
offer. offer.
To deploy your first app with Knative, follow the step-by-step 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. guide.
To get started with Knative Eventing, pick one of the To get started with Knative Eventing, pick one of the

View File

@ -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 If you'd like to follow a step-by-step guide for deploying your first app on
Knative, check out the 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. guide.
If you'd like to view the available sample apps and deploy one of your choosing, If you'd like to view the available sample apps and deploy one of your choosing,

View File

@ -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 If you'd like to follow a step-by-step guide for deploying your first app on
Knative, check out the 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. guide.
If you'd like to view the available sample apps and deploy one of your choosing, If you'd like to view the available sample apps and deploy one of your choosing,

View File

@ -80,7 +80,7 @@ rerun the command to see the current status.
The following commands install all available Knative components as well as the The following commands install all available Knative components as well as the
standard set of observability plugins. To customize your Knative installation, 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: 1. Run the `kubectl apply` command to install Knative and its dependencies:
```bash ```bash
@ -105,7 +105,7 @@ Now that your cluster has Knative installed, you can see what Knative has to
offer. offer.
To deploy your first app with Knative, follow the step-by-step 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. guide.
To get started with Knative Eventing, pick one of the To get started with Knative Eventing, pick one of the

View File

@ -82,7 +82,7 @@ Now that your cluster has Knative installed, you can see what Knative has to
offer. offer.
To deploy your first app with Knative, follow the step-by-step 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. guide.
To get started with Knative Eventing, pick one of the To get started with Knative Eventing, pick one of the

View File

@ -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_ If you already have a Kubernetes cluster you're comfortable installing _alpha_
software on, use the following guide to install all Knative components: 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** **Limited install guides**
@ -111,7 +111,7 @@ Knative cluster.
Now you're ready to deploy an app: Now you're ready to deploy an app:
- Follow the step-by-step - 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. guide.
- View the available [sample apps](../serving/samples) and deploy one of your - 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 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: and set up an Istio IP range for outbound network access:
- [Assign a static IP address](../serving/gke-assigning-static-ip-address.md) - [Assign a static IP address](../serving/gke-assigning-static-ip-address/)
- [Configure a custom domain](../serving/using-a-custom-domain.md) - [Configure a custom domain](../serving/using-a-custom-domain/)
- [Configure outbound network access](../serving/outbound-network-access.md) - [Configure outbound network access](../serving/outbound-network-access/)
- [Configuring HTTPS with a custom certificate](../serving/using-an-ssl-cert.md) - [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
- [Checking the version of your Knative Serving installation](check-install-version.md) - [Checking the version of your Knative Serving installation](check-install-version/)
--- ---