Merge pull request #9004 from x1wins/patch-1

Fixed typo
pull/9015/head
priyawadhwa 2020-08-17 13:59:13 -04:00 committed by GitHub
commit db056e7192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ deployment "hello" successfully rolled out
- Deploy our hello world service, which just spits back the IP address the request was served from:
```
kubectl apply -f hello-svc.yml
kubectl apply -f hello-svc.yaml
service/hello created
```
@ -90,7 +90,7 @@ hello-c7b8df44f-xv4v6 1/1 Running 0 31s 10.244.0.2 multinod
- Look at our service, to know what URL to hit
```
minikube service list
minikube service list -p multinode-demo
|-------------|------------|--------------|-----------------------------|
| NAMESPACE | NAME | TARGET PORT | URL |
|-------------|------------|--------------|-----------------------------|