adding clicktozoom

Signed-off-by: lhajouji <lhajouji@gmail.com>
pull/49252/head
lhajouji 2024-12-27 19:49:06 +01:00
parent 495abc80ad
commit cb2eec6f68
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ This can be explained by the differing nature of resource consumption by a singl
This situation poses a genuine risk, potentially overwhelming and crashing any kube-apiserver within seconds due to out-of-memory (OOM) conditions. To better visualize the issue, let's consider the below graph. This situation poses a genuine risk, potentially overwhelming and crashing any kube-apiserver within seconds due to out-of-memory (OOM) conditions. To better visualize the issue, let's consider the below graph.
{{< figure src="kube-apiserver-memory_usage.png" alt="Monitoring graph showing kube-apiserver memory usage" >}} {{< figure src="kube-apiserver-memory_usage.png" alt="Monitoring graph showing kube-apiserver memory usage" class="diagram-large" clicktozoom="true" >}}
The graph shows the memory usage of a kube-apiserver during a synthetic test. The graph shows the memory usage of a kube-apiserver during a synthetic test.
(see the [synthetic test](#the-synthetic-test) section for more details). (see the [synthetic test](#the-synthetic-test) section for more details).