mirror of
https://github.com/kyverno/kyverno.git
synced 2025-04-15 08:46:36 +00:00
Add kyverno helm repo (#10758)
Signed-off-by: Charles Uneze <charlesniklaus@gmail.com>
This commit is contained in:
parent
7efb8a7c65
commit
7a6fee648b
1 changed files with 2 additions and 1 deletions
|
@ -103,6 +103,7 @@ make dev-lab-metrics-server dev-lab-prometheus
|
|||
# Install Kyverno
|
||||
|
||||
```sh
|
||||
helm repo add kyverno https://kyverno.github.io/kyverno/
|
||||
helm repo update
|
||||
helm upgrade --install kyverno kyverno/kyverno -n kyverno \
|
||||
--create-namespace \
|
||||
|
@ -196,4 +197,4 @@ container_memory_working_set_bytes{image="ghcr.io/kyverno/kyverno:v1.12.0-rc.5"}
|
|||
rate(container_cpu_usage_seconds_total{image="ghcr.io/kyverno/kyverno:v1.12.0-rc.5"}[1m])
|
||||
```
|
||||
|
||||
`container_cpu_usage_seconds_total` is the sum of the total amount of “user” time (i.e. time spent not in the kernel) and the total amount of “system” time (i.e. time spent in the kernel). This query gives the average CPU usage in the last 1 minute.
|
||||
`container_cpu_usage_seconds_total` is the sum of the total amount of “user” time (i.e. time spent not in the kernel) and the total amount of “system” time (i.e. time spent in the kernel). This query gives the average CPU usage in the last 1 minute.
|
||||
|
|
Loading…
Add table
Reference in a new issue