Fix URL to Type NodePort in smoketest

pull/515/head
Johan Guldmyr 2019-11-26 18:56:47 +02:00 committed by GitHub
parent 5c462220b7
commit e49c12eb15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ nginx version: nginx/1.17.3
In this section you will verify the ability to expose applications using a [Service](https://kubernetes.io/docs/concepts/services-networking/service/).
Expose the `nginx` deployment using a [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport) service:
Expose the `nginx` deployment using a [NodePort](https://kubernetes.io/docs/concepts/services-networking/service/#nodeport) service:
```
kubectl expose deployment nginx --port 80 --type NodePort