Skip to content

Commit

Permalink
📝 docs: Update kind cluster setup docs
Browse files Browse the repository at this point in the history
Deploying an NGINX ingress controller is required for `unguard.kube` (referenced in the "application deployment" step) to work. However, the docs make it seem like this step is optional.
  • Loading branch information
olivier97 committed Nov 13, 2023
1 parent 1a6736e commit 560ba5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DEV-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This document explains how to build and run Unguard locally inside Kubernetes us
kind create cluster --name unguard --config ./k8s-manifests/localdev/kind/cluster-config.yaml
```

* Optionally add an nginx ingress controller if you want to expose Unguard locally without port-forwarding
* Also, make sure to deploy an nginx ingress controller so that Unguard can be exposed locally (without port-forwarding)
```sh
kubectl apply -k ./k8s-manifests/localdev/kind/
```
Expand Down

0 comments on commit 560ba5d

Please sign in to comment.