Fix "onwrds" to "onwards" (#15898)
parent
1d11d14f22
commit
eba32c37e3
|
@ -685,7 +685,7 @@ In the above example, if the Service contained three ports, `80`, `443`, and
|
||||||
`8443`, then `443` and `8443` would use the SSL certificate, but `80` would just
|
`8443`, then `443` and `8443` would use the SSL certificate, but `80` would just
|
||||||
be proxied HTTP.
|
be proxied HTTP.
|
||||||
|
|
||||||
From Kubernetes v1.9 onwrds you can use [predefined AWS SSL policies](http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-policy-table.html) with HTTPS or SSL listeners for your Services.
|
From Kubernetes v1.9 onwards you can use [predefined AWS SSL policies](http://docs.aws.amazon.com/elasticloadbalancing/latest/classic/elb-security-policy-table.html) with HTTPS or SSL listeners for your Services.
|
||||||
To see which policies are available for use, you can use the `aws` command line tool:
|
To see which policies are available for use, you can use the `aws` command line tool:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in New Issue