mirror of https://github.com/knative/docs.git
Fix broken links in blue/green sample (#296)
This commit is contained in:
parent
146b7e203b
commit
3cc16b0373
|
@ -8,8 +8,8 @@ configuration.
|
||||||
## Before you begin
|
## Before you begin
|
||||||
|
|
||||||
You need:
|
You need:
|
||||||
* A Kubernetes cluster with [Knative installed](../install/README.md).
|
* A Kubernetes cluster with [Knative installed](../../install/README.md).
|
||||||
* (Optional) [A custom domain configured](../serving/using-a-custom-domain.md) for use with Knative.
|
* (Optional) [A custom domain configured](../../serving/using-a-custom-domain.md) for use with Knative.
|
||||||
|
|
||||||
## Deploying Revision 1 (Blue)
|
## Deploying Revision 1 (Blue)
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ route "blue-green-demo" configured
|
||||||
|
|
||||||
You'll now be able to view the sample app at
|
You'll now be able to view the sample app at
|
||||||
http://blue-green-demo.default.YOUR_CUSTOM_DOMAIN.com (replace `YOUR_CUSTOM_DOMAIN`)
|
http://blue-green-demo.default.YOUR_CUSTOM_DOMAIN.com (replace `YOUR_CUSTOM_DOMAIN`)
|
||||||
with the [custom domain](../serving/using-a-custom-domain.md) you configured for
|
with the [custom domain](../../serving/using-a-custom-domain.md) you configured for
|
||||||
use with Knative.
|
use with Knative.
|
||||||
|
|
||||||
> Note: If you don't have a custom domain configured for use with Knative, you can interact
|
> Note: If you don't have a custom domain configured for use with Knative, you can interact
|
||||||
|
@ -81,7 +81,7 @@ use with Knative.
|
||||||
For example, `[route-name].[namespace].example.com`.
|
For example, `[route-name].[namespace].example.com`.
|
||||||
You can get the IP address by entering `kubectl get svc knative-ingressgateway -n istio-system`
|
You can get the IP address by entering `kubectl get svc knative-ingressgateway -n istio-system`
|
||||||
and copying the `EXTERNAL-IP` returned by that command.
|
and copying the `EXTERNAL-IP` returned by that command.
|
||||||
See [Interacting with your app](../install/getting-started-knative-app.md#interacting-with-your-app)
|
See [Interacting with your app](../../install/getting-started-knative-app.md#interacting-with-your-app)
|
||||||
for more information.
|
for more information.
|
||||||
|
|
||||||
## Deploying Revision 2 (Green)
|
## Deploying Revision 2 (Green)
|
||||||
|
|
Loading…
Reference in New Issue