Move all documentation under docs/
This commit is contained in:
parent
959d7b1056
commit
0aa9d2e89f
8 changed files with 485 additions and 480 deletions
|
|
@ -5,8 +5,8 @@ This example demonstrates how to use the Rewrite annotations
|
|||
## Prerequisites
|
||||
|
||||
You will need to make sure your Ingress targets exactly one Ingress
|
||||
controller by specifying the [ingress.class annotation](/README.md#annotation-ingressclass),
|
||||
and that you have an ingress controller [running](/deploy/README.md) in your cluster.
|
||||
controller by specifying the [ingress.class annotation](../../index.md#annotation-ingressclass),
|
||||
and that you have an ingress controller [running](../../deploy.md) in your cluster.
|
||||
|
||||
## Deployment
|
||||
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@ This example demonstrates how to assign a static-ip to an Ingress on through the
|
|||
|
||||
## Prerequisites
|
||||
|
||||
You need a [TLS cert](/docs/examples/PREREQUISITES.md#tls-certificates) and a [test HTTP service](/docs/examples/PREREQUISITES.md#test-http-service) for this example.
|
||||
You need a [TLS cert](../PREREQUISITES.md#tls-certificates) and a [test HTTP service](../PREREQUISITES.md#test-http-service) for this example.
|
||||
You will also need to make sure your Ingress targets exactly one Ingress
|
||||
controller by specifying the [ingress.class annotation](/README.md#annotation-ingressclass),
|
||||
and that you have an ingress controller [running](/deploy/README.md) in your cluster.
|
||||
controller by specifying the [ingress.class annotation](../../index.md#annotation-ingressclass),
|
||||
and that you have an ingress controller [running](../../deploy.md) in your cluster.
|
||||
|
||||
## Acquiring an IP
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue