Skip to content

Commit

Permalink
Move deployment documentation under docs/deploy/
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Apr 26, 2018
1 parent 4b80166 commit dc18dff
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Deployment documentation moved!

See (/docs/deploy.md)[../docs/deploy.md].
See (/docs/deploy)[../docs/deploy/index.md].
4 changes: 2 additions & 2 deletions docs/deploy.md → docs/deploy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
3. [Build the image](./development.md)
3. [Build the image](../development.md)
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)
6. Edit the `nginx-ingress-controller` deployment to use your custom image. Local images can be seen by performing `docker images`.
Expand Down Expand Up @@ -318,4 +318,4 @@ and is setup to be used in the deployment [without-rbac](../deploy/without-rbac.
- --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).
2 changes: 1 addition & 1 deletion docs/rbac.md → docs/deploy/rbac.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Role Based Access Control - RBAC
# Role Based Access Control (RBAC)

## Overview

Expand Down
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ $ TAG=<tag> REGISTRY=$USER/ingress-controller make docker-push
## Deploying

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

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/rewrite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/static-ip/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 will also need to make sure your Ingress targets exactly one Ingress
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

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Learn more about using Ingress on [k8s.io](http://kubernetes.io/docs/user-guide/

## 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.

0 comments on commit dc18dff

Please sign in to comment.