Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Commit

Permalink
Update READMEs to point to kubernetes/ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Feb 2, 2017
1 parent 4f2cb51 commit d3b2b2d
Show file tree
Hide file tree
Showing 21 changed files with 53 additions and 1 deletion.
3 changes: 3 additions & 0 deletions images/nginx-slim/README.md
@@ -0,0 +1,3 @@
The `nginx-slim` image has moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress/tree/master/images/nginx-slim)
repository.
3 changes: 3 additions & 0 deletions images/ubuntu-slim/README.md
@@ -0,0 +1,3 @@
The `ubuntu-slim` image has moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress/tree/master/images/ubuntu-slim)
repository.
2 changes: 2 additions & 0 deletions ingress/controllers/README.md
@@ -0,0 +1,2 @@
The Ingress controllers have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.
3 changes: 3 additions & 0 deletions ingress/controllers/gce/examples/health_checks/README.md
@@ -1,3 +1,6 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

# Simple HTTP health check example

The GCE Ingress controller adopts the readiness probe from the matching endpoints, provided the readiness probe doesn't require HTTPS or special headers.
Expand Down
3 changes: 3 additions & 0 deletions ingress/controllers/gce/examples/https/README.md
@@ -1,3 +1,6 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

# Simple TLS example

Create secret
Expand Down
2 changes: 2 additions & 0 deletions ingress/controllers/nginx/examples/README.md
@@ -1,3 +1,5 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

All the examples references the services `echoheaders-x` and `echoheaders-y`

Expand Down
2 changes: 2 additions & 0 deletions ingress/controllers/nginx/examples/auth/README.md
@@ -1,3 +1,5 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

This example shows how to add authentication in a Ingress rule using a secret that contains a file generated with `htpasswd`.

Expand Down
@@ -1,3 +1,6 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

The next command shows the defaults:
```
$ ./nginx-third-party-lb --dump-nginx—configuration
Expand Down
2 changes: 2 additions & 0 deletions ingress/controllers/nginx/examples/custom-errors/README.md
@@ -1,3 +1,5 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

This example shows how is possible to use a custom backend to render custom error pages. The code of this example is located here [nginx-debug-server](https://github.com/aledbf/contrib/tree/nginx-debug-server)

Expand Down
2 changes: 2 additions & 0 deletions ingress/controllers/nginx/examples/custom-template/README.md
@@ -1,3 +1,5 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

This example shows how is possible to use a custom template

Expand Down
@@ -1,3 +1,6 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

This example shows how is possible to create a custom configuration for a particular upstream associated with an Ingress rule.

```
Expand Down
4 changes: 3 additions & 1 deletion ingress/controllers/nginx/examples/daemonset/README.md
@@ -1,8 +1,10 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

In some cases could be required to run the Ingress controller in all the nodes in cluster.
Using [DaemonSet](https://github.com/kubernetes/kubernetes/blob/master/docs/design/daemon.md) it is possible to do this.
The file `as-daemonset.yaml` contains an example

```
kubectl create -f as-daemonset.yaml
```
```
2 changes: 2 additions & 0 deletions ingress/controllers/nginx/examples/default/README.md
@@ -1,3 +1,5 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

Create the Ingress controller
```
Expand Down
3 changes: 3 additions & 0 deletions ingress/controllers/nginx/examples/external-auth/README.md
@@ -1,3 +1,6 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

# External authentication

### Example 1:
Expand Down
3 changes: 3 additions & 0 deletions ingress/controllers/nginx/examples/multi-tls/README.md
@@ -1,3 +1,6 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

# Multi TLS certificate termination

This examples uses 2 different certificates to terminate SSL for 2 hostnames.
Expand Down
3 changes: 3 additions & 0 deletions ingress/controllers/nginx/examples/proxy-protocol/README.md
@@ -1,3 +1,6 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

# Nginx ingress controller using Proxy Protocol

For using the Proxy Protocol in a load balancing solution, both the load balancer and its backend need to enable Proxy Protocol.
Expand Down
2 changes: 2 additions & 0 deletions ingress/controllers/nginx/examples/rewrite/README.md
@@ -1,3 +1,5 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

Create an Ingress rule with a rewrite annotation:
```
Expand Down
2 changes: 2 additions & 0 deletions ingress/controllers/nginx/examples/tcp/README.md
@@ -1,3 +1,5 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

To configure which services and ports will be exposed
```
Expand Down
3 changes: 3 additions & 0 deletions ingress/controllers/nginx/examples/tls/README.md
@@ -1,3 +1,6 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

This is an example to use a TLS Ingress rule to use SSL in NGINX

# TLS certificate termination
Expand Down
2 changes: 2 additions & 0 deletions ingress/controllers/nginx/examples/udp/README.md
@@ -1,3 +1,5 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

To configure which services and ports will be exposed
```
Expand Down
2 changes: 2 additions & 0 deletions ingress/controllers/nginx/examples/whitelist/README.md
@@ -1,3 +1,5 @@
**The Ingress controller examples have moved to the
[kubernetes/ingress](https://github.com/kubernetes/ingress) repository.**

This example shows how is possible to restrict access

Expand Down

0 comments on commit d3b2b2d

Please sign in to comment.