mirror of https://github.com/knative/docs.git
Missing NodePort replace to run on localhost (#899)
This commit is contained in:
parent
774bc03c5a
commit
053fd68bd8
|
@ -64,6 +64,7 @@ file, which installs only Knative Serving:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl -L https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml \
|
curl -L https://github.com/knative/serving/releases/download/v0.4.0/serving.yaml \
|
||||||
|
| sed 's/LoadBalancer/NodePort/' \
|
||||||
| kubectl apply --filename -
|
| kubectl apply --filename -
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue