Fix doc links (#1925)
* Fix documentation links * Replace external-traffic annotation * Update awesome_bot docker image
This commit is contained in:
parent
b50cdc0256
commit
5a16a7aaa0
9 changed files with 11 additions and 12 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue