Skip to content

Commit 5a107bd

Browse files
authored
Fix typo in alt text (#30946)
1 parent 7d3e337 commit 5a107bd

File tree

1 file changed

+1
-1
lines changed
  • content/en/infrastructure/containers

1 file changed

+1
-1
lines changed

content/en/infrastructure/containers/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ Use parentheses to group operators together. For example, `(NOT (elasticsearch O
151151

152152
The screenshot below displays a system that has been filtered down to a Kubernetes cluster of 25 nodes. RSS and CPU utilization on containers is reported compared to the provisioned limits on the containers, when they exist. Here, it is apparent that the containers in this cluster are over-provisioned. You could use tighter limits and bin packing to achieve better utilization of resources.
153153

154-
{{< img src="infrastructure/livecontainers/filter-by.png" alt="A system that has been filter down to a Kubernetes cluster of 25 nodes" style="width:80%;">}}
154+
{{< img src="infrastructure/livecontainers/filter-by.png" alt="A system that has been filtered down to a Kubernetes cluster of 25 nodes" style="width:80%;">}}
155155

156156
Container environments are dynamic and can be hard to follow. The following screenshot displays a view that has been pivoted by `kube_service` and `host`—and, to reduce system noise, filtered to `kube_namespace:default`. You can see what services are running where, and how saturated key metrics are:
157157

0 commit comments

Comments
 (0)