Skip to content

Commit

Permalink
docs: add drawings as png again
Browse files Browse the repository at this point in the history
automatically makes sure that the correct font is displayed

[skip ci]

Signed-off-by: Clément Nussbaumer <clement.nussbaumer@postfinance.ch>
  • Loading branch information
clementnuss committed Apr 9, 2024
1 parent 5cfd422 commit 2fc3d08
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 50 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exports those metrics in Prometheus format.
Here's an overview of the checks performed by kubenurse, which are exposed as
labels for the various duration/error prometheus metrics.

![kubenurse request types](./doc/kubenurse.svg)
![kubenurse request types](./doc/kubenurse.png)

## Deployment

Expand Down Expand Up @@ -250,7 +250,7 @@ To combat this, a node filtering feature was implemented, which works as follows

Here's an example with 6 nodes, where each node queries the next 3 nodes:

![node filtering drawing](./doc/kubenurse_node_filtering.svg)
![node filtering drawing](./doc/kubenurse-node-filtering.png)

Thanks to this, every node is making queries to the same 10 nodes, unless one
of those nodes disappears, in which case kubenurse will pick the next node in
Expand Down
Binary file added doc/kubenurse-node-filtering.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/kubenurse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 0 additions & 24 deletions doc/kubenurse.svg

This file was deleted.

24 changes: 0 additions & 24 deletions doc/kubenurse_node_filtering.svg

This file was deleted.

0 comments on commit 2fc3d08

Please sign in to comment.