Skip to content

Commit 7fe46b7

Browse files
authored
Merge pull request kubernetes#2306 from scjane/patch-2
Update quick-start.md
2 parents 1ea84ea + 503ddad commit 7fe46b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/quick-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $ kubectl run my-nginx --image=nginx --replicas=2 --port=80
2222
deployment "my-nginx" created
2323
```
2424

25-
To expose your service to the public internet, run:
25+
To expose your service to the public Internet, run:
2626

2727
```shell
2828
$ kubectl expose deployment my-nginx --target-port=80 --type=LoadBalancer
@@ -49,7 +49,7 @@ NAME CLUSTER_IP EXTERNAL_IP PORT(S) AGE
4949
my-nginx 10.179.240.1 25.1.2.3 80/TCP 8s
5050
```
5151

52-
You may need to wait for a minute or two for the external ip address to be provisioned.
52+
You may need to wait for a minute or two for the external IP address to be provisioned.
5353

5454
In order to access your nginx landing page, you also have to make sure that traffic from external IPs is allowed. Do this by opening a [firewall to allow traffic on port 80](/docs/user-guide/services-firewalls).
5555

0 commit comments

Comments
 (0)