mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-18 02:06:52 +00:00
adding env to doc (#7813)
* adding env to doc Signed-off-by: Rexbeast2 <ssukhveer514@gmail.com> * Update DEVELOPMENT.md Signed-off-by: shuting <shutting06@gmail.com> --------- Signed-off-by: Rexbeast2 <ssukhveer514@gmail.com> Signed-off-by: shuting <shutting06@gmail.com> Co-authored-by: shuting <shuting@nirmata.com> Co-authored-by: shuting <shutting06@gmail.com>
This commit is contained in:
parent
629776571c
commit
afb1a45897
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ You can run Kyverno locally or in your IDE of choice with a few steps:
|
|||
1. Deploy Kyverno manifests except the Kyverno `Deployment`
|
||||
- Kyverno is going to run on your local machine, so it should not run in cluster at the same time
|
||||
- You can deploy the manifests by running `make debug-deploy`
|
||||
1. There are multiple environment variables that need to be configured. The variables can be found in [here](./.vscode/launch.json). Their values can be set using the command `export $NAME=value`
|
||||
1. To run Kyverno locally against the remote cluster you will need to provide `--kubeconfig` and `--serverIP` arguments:
|
||||
- `--kubeconfig` must point to your kubeconfig file (usually `~/.kube/config`)
|
||||
- `--serverIP` must be set to `<local ip>:9443` (`<local ip>` is the private ip adress of your local machine)
|
||||
|
|
Loading…
Add table
Reference in a new issue