Fix some broken link
This commit is contained in:
parent
1b41e80eef
commit
f8c4c0da21
4 changed files with 4 additions and 6 deletions
|
|
@ -12,7 +12,7 @@ $ kubectl --namespace=kube-system get pod -l name=glbc
|
|||
NAME
|
||||
l7-lb-controller-v0.6.0-1770t ...
|
||||
```
|
||||
Also make sure you have a [firewall rule](https://github.com/kubernetes/contrib/blob/master/ingress/controllers/gce/BETA_LIMITATIONS.md#creating-the-fir-glbc-health-checks) for the node port of the Service.
|
||||
Also make sure you have a [firewall rule](https://github.com/kubernetes/ingress/blob/master/controllers/gce/BETA_LIMITATIONS.md#creating-the-fir-glbc-health-checks) for the node port of the Service.
|
||||
|
||||
Create Ingress
|
||||
```console
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
Changelog
|
||||
|
||||
Changelog
|
||||
|
||||
### 0.9-beta.11
|
||||
|
||||
**Image:** `gcr.io/google_containers/nginx-ingress-controller:0.9.0-beta.11`
|
||||
|
|
|
|||
|
|
@ -498,7 +498,7 @@ http {
|
|||
server {
|
||||
# Use the port 18080 (random value just to avoid known ports) as default port for nginx.
|
||||
# Changing this value requires a change in:
|
||||
# https://github.com/kubernetes/contrib/blob/master/ingress/controllers/nginx/nginx/command.go#L104
|
||||
# https://github.com/kubernetes/ingress/blob/master/controllers/nginx/pkg/cmd/controller/nginx.go
|
||||
listen 18080 default_server reuseport backlog={{ .BacklogSize }};
|
||||
{{ if $IsIPV6Enabled }}listen [::]:18080 default_server reuseport backlog={{ .BacklogSize }};{{ end }}
|
||||
set $proxy_upstream_name "-";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue