Skip to content

Commit

Permalink
fix: Proper text for action_needed_summary of cpu/memory/ephemeral st…
Browse files Browse the repository at this point in the history
…orage requests.
  • Loading branch information
ManuelGerding committed Dec 22, 2023
1 parent 134a975 commit 99fc4de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion extadvice/cpu_request/action_needed_summary.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
When your containers of ${target.steadybit.label} requests unnecessary high CPU, you're wasting resources by over-allocating and making it unlikely to schedule your pod on available node resources.
When your containers of ${target.steadybit.label} don't specify requested cpu, scheduling and autoscaling of Kubernetes works suboptimal.

**Container affected:** ${target.k8s.container.spec.request.cpu.not-set[]}
4 changes: 2 additions & 2 deletions extadvice/ephemeral_storage_request/action_needed_summary.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
When your containers of ${target.steadybit.label} requests unnecessary ephemeral storage, you're wasting resources by over-allocating and making it unlikely to schedule your pod on available node resources.
When your containers of ${target.steadybit.label} don't specify requested ephemeral storage, scheduling and autoscaling of Kubernetes works suboptimal.

**Container affected:** ${target.k8s.container.spec.request.ephemeral-storage.not-set[]}
**Container affected:** ${target.k8s.container.spec.request.cpu.not-set[]}
2 changes: 1 addition & 1 deletion extadvice/memory_request/action_needed_summary.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
When your containers of ${target.steadybit.label} requests unnecessary high memory, you're wasting resources by over-allocating and making it unlikely to schedule your pod on available node resources.
When your containers of ${target.steadybit.label} don't specify requested memory, scheduling and autoscaling of Kubernetes works suboptimal.

**Container affected:** ${target.k8s.container.spec.request.cpu.not-set[]}

0 comments on commit 99fc4de

Please sign in to comment.