Skip to content

Commit

Permalink
Add docs for running outside of kubernetes
Browse files Browse the repository at this point in the history
0SkillAllLuck committed Apr 6, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4fb9627 commit e8d6f12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -60,8 +60,10 @@ spec:
## Outside of Kubernetes
If you want to run the ingress outside of kubernetes you can do so by providing the ```--kube-config``` flag or environment variable. Keep in mind tho that the routing towards the internal kubernetes services needs to be configured.

```
Will follow in the near future
./ingress-controller --kube-config ~/.kube/config
```
# Development

0 comments on commit e8d6f12

Please sign in to comment.