Skip to content

Commit

Permalink
Merge pull request #274 from hyooookyung/feature/codes-doc
Browse files Browse the repository at this point in the history
Add missing code POP-113, POP-209 to codes.md
  • Loading branch information
derailed authored Feb 4, 2024
2 parents 6017629 + 1eb0bf9 commit 52a5610
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions docs/codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,29 @@
| 103 | No liveness probe | 2 | |
| 104 | No readiness probe | 2 | |
| 105 | %s probe uses a port#, prefer a named port | 1 | |
| 106 | No resources requests/limits defined | 2 |
| 106 | No resources requests/limits defined | 2 | |
| 107 | No resource limits defined | 2 | |
| 108 | Unnamed port %d | 1 | |
| 109 | CPU Current/Request (%s/%s) reached user %d%% threshold (%d%%) | 2 | |
| 110 | Memory Current/Request (%s/%s) reached user %d%% threshold (%d%%) | 2 | |
| 111 | CPU Current/Limit (%s/%s) reached user %d%% threshold (%d%%) | 3 | |
| 112 | Memory Current/Limit (%s/%s) reached user %d%% threshold (%d%%) | 3 | |
| 113 | Container image %s is not hosted on an allowed docker registry | 3 | |

## Pod

| Error Code | Message | Severity | Info / Reference |
| ---------- | ------------------------------------------------ | -------- | ---------------- |
| 200 | Pod is terminating [%d/%d] | 2 | |
| 201 | Pod is terminating [%d/%d] %s | 2 | |
| 202 | Pod is waiting [%d/%d] | 3 | |
| 203 | Pod is waiting [%d/%d] %s | 3 | |
| 204 | Pod is not ready | 3 | |
| 205 | Pod was restarted a number of times | 2 | |
| 206 | No PodDisruptionBudget defined | 1 | |
| 207 | Pod is in an unhappy phase | 3 | |
| 208 | Unmanaged pod detected. Best to use a controller | 2 | |
| Error Code | Message | Severity | Info / Reference |
| ---------- | ---------------------------------------------------- | -------- | ---------------- |
| 200 | Pod is terminating [%d/%d] | 2 | |
| 201 | Pod is terminating [%d/%d] %s | 2 | |
| 202 | Pod is waiting [%d/%d] | 3 | |
| 203 | Pod is waiting [%d/%d] %s | 3 | |
| 204 | Pod is not ready | 3 | |
| 205 | Pod was restarted a number of times | 2 | |
| 206 | No PodDisruptionBudget defined | 1 | |
| 207 | Pod is in an unhappy phase | 3 | |
| 208 | Unmanaged pod detected. Best to use a controller | 2 | |
| 209 | Pod is managed by multiple PodDisruptionBudgets (%s) | 2 | |

## Security

Expand Down

0 comments on commit 52a5610

Please sign in to comment.