Skip to content

Commit

Permalink
feat: add POP-209 code
Browse files Browse the repository at this point in the history
Signed-off-by: hyooookyung <koalala1203@gmail.com>
  • Loading branch information
hyooookyung committed Jan 22, 2024
1 parent e8dfe02 commit 1eb0bf9
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions docs/codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| 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 | |
Expand All @@ -28,17 +28,18 @@

## 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 1eb0bf9

Please sign in to comment.