This commit is contained in:
Dr Nic Williams 2018-11-27 11:51:31 +10:00
parent 7539b225de
commit 5c669abece
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ knctl deploy -s knative-env -i ${DOCKER_IMAGE} \
--directory .
```
## Local Network Access
To view in browser, either setup Ingress and DNS, or use [`kwt`](https://github.com/cppforlife/kwt) as below. All routes from Knative will now work from local machine:
```shell