Missing NodePort replace to run on localhost (#899)

This commit is contained in:
Rick Slot 2019-02-27 19:47:48 +01:00 committed by Knative Prow Robot
parent 774bc03c5a
commit 053fd68bd8
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ file, which installs only Knative Serving:
```shell
curl -L https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml \
| sed 's/LoadBalancer/NodePort/' \
| kubectl apply --filename -
```