Update expose-external-ip-address.md
adjust the format to rearrange the numbered list which is not continue Update expose-external-ip-address.md Update expose-external-ip-address.md Update expose-external-ip-address.md indent by 3 spaces from line 51 to 57
This commit is contained in:
@@ -44,20 +44,17 @@ external IP address.
|
|||||||
|
|
||||||
1. Run a Hello World application in your cluster:
|
1. Run a Hello World application in your cluster:
|
||||||
|
|
||||||
{{< codenew file="service/load-balancer-example.yaml" >}}
|
{{< codenew file="service/load-balancer-example.yaml" >}}
|
||||||
|
```shell
|
||||||
```shell
|
kubectl apply -f https://k8s.io/examples/service/load-balancer-example.yaml
|
||||||
kubectl apply -f https://k8s.io/examples/service/load-balancer-example.yaml
|
```
|
||||||
```
|
The preceding command creates a
|
||||||
|
{{< glossary_tooltip text="Deployment" term_id="deployment" >}}
|
||||||
|
and an associated
|
||||||
The preceding command creates a
|
{{< glossary_tooltip term_id="replica-set" text="ReplicaSet" >}}.
|
||||||
{{< glossary_tooltip text="Deployment" term_id="deployment" >}}
|
The ReplicaSet has five
|
||||||
and an associated
|
{{< glossary_tooltip text="Pods" term_id="pod" >}}
|
||||||
{{< glossary_tooltip term_id="replica-set" text="ReplicaSet" >}}.
|
each of which runs the Hello World application.
|
||||||
The ReplicaSet has five
|
|
||||||
{{< glossary_tooltip text="Pods" term_id="pod" >}}
|
|
||||||
each of which runs the Hello World application.
|
|
||||||
|
|
||||||
1. Display information about the Deployment:
|
1. Display information about the Deployment:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user