mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-29 10:55:05 +00:00
fix installation.md
This commit is contained in:
parent
590260be99
commit
393511f832
1 changed files with 6 additions and 6 deletions
|
@ -4,17 +4,17 @@
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue