Move deployment documentation under docs/deploy/
This commit is contained in:
parent
4b80166d76
commit
dc18dff431
7 changed files with 8 additions and 8 deletions
|
@ -1,3 +1,3 @@
|
||||||
# Deployment documentation moved!
|
# Deployment documentation moved!
|
||||||
|
|
||||||
See (/docs/deploy.md)[../docs/deploy.md].
|
See (/docs/deploy)[../docs/deploy/index.md].
|
|
@ -102,7 +102,7 @@ $ minikube addons disable ingress
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Use the [docker daemon](https://github.com/kubernetes/minikube/blob/master/docs/reusing_the_docker_daemon.md)
|
2. Use the [docker daemon](https://github.com/kubernetes/minikube/blob/master/docs/reusing_the_docker_daemon.md)
|
||||||
3. [Build the image](./development.md)
|
3. [Build the image](../development.md)
|
||||||
4. Perform [Mandatory commands](#mandatory-commands)
|
4. Perform [Mandatory commands](#mandatory-commands)
|
||||||
5. Install the `nginx-ingress-controller` deployment [without RBAC roles](#install-without-rbac-roles) or [with RBAC roles](#install-with-rbac-roles)
|
5. Install the `nginx-ingress-controller` deployment [without RBAC roles](#install-without-rbac-roles) or [with RBAC roles](#install-with-rbac-roles)
|
||||||
6. Edit the `nginx-ingress-controller` deployment to use your custom image. Local images can be seen by performing `docker images`.
|
6. Edit the `nginx-ingress-controller` deployment to use your custom image. Local images can be seen by performing `docker images`.
|
||||||
|
@ -318,4 +318,4 @@ and is setup to be used in the deployment [without-rbac](../deploy/without-rbac.
|
||||||
- --configmap=$(POD_NAMESPACE)/nginx-configuration
|
- --configmap=$(POD_NAMESPACE)/nginx-configuration
|
||||||
```
|
```
|
||||||
|
|
||||||
For information on using the config-map, see its [user-guide](./user-guide/configmap.md).
|
For information on using the config-map, see its [user-guide](../user-guide/configmap.md).
|
|
@ -1,4 +1,4 @@
|
||||||
# Role Based Access Control - RBAC
|
# Role Based Access Control (RBAC)
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
|
@ -107,7 +107,7 @@ $ TAG=<tag> REGISTRY=$USER/ingress-controller make docker-push
|
||||||
## Deploying
|
## Deploying
|
||||||
|
|
||||||
There are several ways to deploy the ingress controller onto a cluster.
|
There are several ways to deploy the ingress controller onto a cluster.
|
||||||
Please check the [deployment guide](./deploy.md)
|
Please check the [deployment guide](./deploy)
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ This example demonstrates how to use the Rewrite annotations
|
||||||
|
|
||||||
You will need to make sure your Ingress targets exactly one Ingress
|
You will need to make sure your Ingress targets exactly one Ingress
|
||||||
controller by specifying the [ingress.class annotation](../../user-guide/multiple-ingress.md),
|
controller by specifying the [ingress.class annotation](../../user-guide/multiple-ingress.md),
|
||||||
and that you have an ingress controller [running](../../deploy.md) in your cluster.
|
and that you have an ingress controller [running](../../deploy) in your cluster.
|
||||||
|
|
||||||
## Deployment
|
## Deployment
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ This example demonstrates how to assign a static-ip to an Ingress on through the
|
||||||
You need a [TLS cert](../PREREQUISITES.md#tls-certificates) and a [test HTTP service](../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
|
You will also need to make sure your Ingress targets exactly one Ingress
|
||||||
controller by specifying the [ingress.class annotation](../../user-guide/multiple-ingress.md),
|
controller by specifying the [ingress.class annotation](../../user-guide/multiple-ingress.md),
|
||||||
and that you have an ingress controller [running](../../deploy.md) in your cluster.
|
and that you have an ingress controller [running](../../deploy) in your cluster.
|
||||||
|
|
||||||
## Acquiring an IP
|
## Acquiring an IP
|
||||||
|
|
||||||
|
|
|
@ -8,4 +8,4 @@ Learn more about using Ingress on [k8s.io](http://kubernetes.io/docs/user-guide/
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
See [Deployment](./deploy.md) for a whirlwind tour that will get you started.
|
See [Deployment](./deploy) for a whirlwind tour that will get you started.
|
||||||
|
|
Loading…
Reference in a new issue