Minor corrections in init container readme and Service readme (#15570)
* Updating minor corrections * Updating minor corrections in service readme
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
5e9207e88d
commit
11893c709a
@@ -688,7 +688,7 @@ In the above example, if the Service contained three ports, `80`, `443`, and
|
|||||||
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 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.
|
||||||
To see which policies are available for use, you can the `aws` command line tool:
|
To see which policies are available for use, you can use the `aws` command line tool:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
aws elb describe-load-balancer-policies --query 'PolicyDescriptions[].PolicyName'
|
aws elb describe-load-balancer-policies --query 'PolicyDescriptions[].PolicyName'
|
||||||
|
|||||||
@@ -215,7 +215,7 @@ kubectl logs myapp-pod -c init-mydb # Inspect the second init container
|
|||||||
```
|
```
|
||||||
|
|
||||||
At this point, those init containers will be waiting to discover Services named
|
At this point, those init containers will be waiting to discover Services named
|
||||||
`mydb` and `myservices`.
|
`mydb` and `myservice`.
|
||||||
|
|
||||||
Here's a configuration you can use to make those Services appear:
|
Here's a configuration you can use to make those Services appear:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user