Skip to content

Commit

Permalink
update README for patches
Browse files Browse the repository at this point in the history
Signed-off-by: Maksim Fedotov <[email protected]>
  • Loading branch information
nevermarine committed Nov 29, 2024
1 parent 8d62cf3 commit 6680af3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions images/cdi-artifact/patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,12 @@ options to set overhead percent globally or for the particular storage class. Ho
is not the same and depends on the size the virtual VM image.
Previously we adjusted the whole PVC size to get bigger scratch PVC. This patch adds overhead for the scratch PVC only,
leaving the size of the target PVC intact.

#### `024-cover-cdi-metrics.patch`

Configure cdi's components metrics web servers to listen on localhost.
This is necessary for ensuring that the metrics can be accessed only by Prometheus via kube-rbac-proxy sidecar.

Currently covered metrics:
- cdi-controller
- cdi-deployment
4 changes: 3 additions & 1 deletion images/virt-artifact/patches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,6 @@ Configure kubevirt's components metrics web servers to listen on localhost.
This is necessary for ensuring that the metrics can be accessed only by Prometheus via kube-rbac-proxy sidecar.

Currently covered metrics:
- virt-handler
- virt-handler
- virt-controller
- virt-api

0 comments on commit 6680af3

Please sign in to comment.