Skip to content

Commit 4aa068f

Browse files
authored
Merge pull request #25473 from guzj11/patch-13
Update expose-external-ip-address.md
2 parents b9990dc + c431442 commit 4aa068f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,13 @@ external IP address.
3636
```shell
3737
kubectl apply -f https://k8s.io/examples/service/load-balancer-example.yaml
3838
```
39-
40-
The preceding command creates a
41-
{{< glossary_tooltip text="Deployment" term_id="deployment" >}}
42-
and an associated
43-
{{< glossary_tooltip term_id="replica-set" text="ReplicaSet" >}}.
44-
The ReplicaSet has five
45-
{{< glossary_tooltip text="Pods" term_id="pod" >}}
46-
each of which runs the Hello World application.
39+
The preceding command creates a
40+
{{< glossary_tooltip text="Deployment" term_id="deployment" >}}
41+
and an associated
42+
{{< glossary_tooltip term_id="replica-set" text="ReplicaSet" >}}.
43+
The ReplicaSet has five
44+
{{< glossary_tooltip text="Pods" term_id="pod" >}}
45+
each of which runs the Hello World application.
4746

4847
1. Display information about the Deployment:
4948

0 commit comments

Comments
 (0)