-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Proper text for action_needed_summary of cpu/memory/ephemeral st…
…orage requests.
- Loading branch information
1 parent
134a975
commit 99fc4de
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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[]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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[]} |