Fix doc links (#1925)

* Fix documentation links
* Replace external-traffic annotation
* Update awesome_bot docker image
This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-01-18 13:30:29 -02:00 committed by GitHub
parent b50cdc0256
commit 5a16a7aaa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 12 deletions

View file

@ -5,8 +5,8 @@ This example demonstrates how to use the Rewrite annotations
## Prerequisites
You will need to make sure you Ingress targets exactly one Ingress
controller by specifying the [ingress.class annotation](/examples/PREREQUISITES.md#ingress-class),
and that you have an ingress controller [running](/examples/deployment) in your cluster.
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.
## Deployment

View file

@ -6,8 +6,8 @@ This example demonstrates how to assign a static-ip to an Ingress on through the
You need a [TLS cert](/examples/PREREQUISITES.md#tls-certificates) and a [test HTTP service](/examples/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](/examples/PREREQUISITES.md#ingress-class),
and that you have an ingress controller [running](/examples/deployment) in your cluster.
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.
## Acquiring an IP

View file

@ -3,11 +3,10 @@ apiVersion: v1
kind: Service
metadata:
name: nginx-ingress-lb
annotations:
service.beta.kubernetes.io/external-traffic: OnlyLocal
labels:
app: nginx-ingress-lb
spec:
externalTrafficPolicy: Local
type: LoadBalancer
loadBalancerIP: 104.154.109.191
ports: