-
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: Container attribute needs to refer advice target
- Loading branch information
1 parent
3013a97
commit ccef8d6
Showing
7 changed files
with
7 additions
and
8 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} use too much CPU, other pods on the same node may suffer and become unstable. | ||
|
||
**Container affected:** ${k8s.container.spec.limit.cpu.not-set[]} | ||
**Container affected:** ${target.k8s.container.spec.limit.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 CPU, you're wasting resources by over-allocating and making it unlikely to schedule your pod on available node resources. | ||
|
||
**Container affected:** ${k8s.container.spec.request.cpu.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,4 +1,4 @@ | ||
Kubernetes cannot detect unresponsive pods/container of ${target.steadybit.label} and thus will never restart them automatically. | ||
Eventually, this may cause to become unavailable. | ||
|
||
**Container affected:** ${k8s.container.probes.liveness.not-set[]} | ||
**Container affected:** ${target.k8s.container.probes.liveness.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} use too much memory, other pods on the same node may suffer and become unstable. | ||
|
||
**Container affected:** ${k8s.container.spec.limit.memory.not-set[]} | ||
**Container affected:** ${target.k8s.container.spec.limit.memory.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. | ||
|
||
**Container affected:** ${k8s.container.spec.request.cpu.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,4 +1,4 @@ | ||
When Kubernetes redeploys ${target.steadybit.label}, it can't determine when the following container are ready to accept incoming requests. | ||
They may receive requests before being able to handle them properly. | ||
|
||
**Container affected:** ${k8s.container.probes.readiness.not-set[]} | ||
**Container affected:** ${target.k8s.container.probes.readiness.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