1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-31 03:45:17 +00:00

fix installation.md

This commit is contained in:
Jim Bugwadia 2019-05-21 14:49:10 -07:00
parent 590260be99
commit 393511f832

View file

@ -4,17 +4,17 @@
To install Kyverno in your cluster run: To install Kyverno in your cluster run:
`kubectl create -f definitions/install.yaml` `kubectl create -f https://github.com/nirmata/kyverno/raw/master/definitions/install.yaml`
To check if the Kyverno controller To check if the Kyverno controller is running use:
`kubectl get pods -n kyverno` `kubectl get pods -n kyverno`
If the Kyverno controller doesn't start, you can check its status and logs: If the Kyverno controller doesn't start, you can check its status and logs for errors:
`kubectl describe pod <kyverno-pod-name> -n kyverno` `kubectl describe pod <kyverno-pod-name> -n kyverno`
`kubectl logs <kyverno-pod-name> -n kyverno` `kubectl logs <kyverno-pod-name> -n kyverno`
# Installing in a Development Environment # Installing in a Development Environment