Skip to content

Commit ffa156f

Browse files
committed
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
1 parent b905af1 commit ffa156f

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

content/en/docs/tutorials/stateless-application/expose-external-ip-address.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,17 @@ external IP address.
4444

4545
1. Run a Hello World application in your cluster:
4646

47-
{{< codenew file="service/load-balancer-example.yaml" >}}
48-
49-
```shell
50-
kubectl apply -f https://k8s.io/examples/service/load-balancer-example.yaml
51-
```
52-
53-
54-
The preceding command creates a
55-
{{< glossary_tooltip text="Deployment" term_id="deployment" >}}
56-
and an associated
57-
{{< glossary_tooltip term_id="replica-set" text="ReplicaSet" >}}.
58-
The ReplicaSet has five
59-
{{< glossary_tooltip text="Pods" term_id="pod" >}}
60-
each of which runs the Hello World application.
47+
{{< codenew file="service/load-balancer-example.yaml" >}}
48+
```shell
49+
kubectl apply -f https://k8s.io/examples/service/load-balancer-example.yaml
50+
```
51+
The preceding command creates a
52+
{{< glossary_tooltip text="Deployment" term_id="deployment" >}}
53+
and an associated
54+
{{< glossary_tooltip term_id="replica-set" text="ReplicaSet" >}}.
55+
The ReplicaSet has five
56+
{{< glossary_tooltip text="Pods" term_id="pod" >}}
57+
each of which runs the Hello World application.
6158

6259
1. Display information about the Deployment:
6360

0 commit comments

Comments
 (0)