Merge pull request #211 from bprashanth/firewall-rules
Clarify firewall-rule doc
This commit is contained in:
commit
e86d32dbd1
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ will need to create a firewall rule that targets port 80/443 on the specific VMs
|
||||||
the nginx controller is running on. On cloudproviders, the respective backend
|
the nginx controller is running on. On cloudproviders, the respective backend
|
||||||
will auto-create firewall rules for your Ingress.
|
will auto-create firewall rules for your Ingress.
|
||||||
|
|
||||||
|
If you'd like to auto-create firewall rules for an OSS Ingress controller,
|
||||||
|
you can put it behind a Service of `Type=Loadbalancer` as shown in
|
||||||
|
[this example](/examples/static-ip/nginx#acquiring-an-ip).
|
||||||
|
|
||||||
## TLS certificates
|
## TLS certificates
|
||||||
|
|
||||||
Unless otherwise mentioned, the TLS secret used in examples is a 2048 bit RSA
|
Unless otherwise mentioned, the TLS secret used in examples is a 2048 bit RSA
|
||||||
|
|
Loading…
Reference in a new issue