You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As it is a very handy feature to not alert on every pod shutting down/killing/whatever event, the reasons field could be very handy. However, there is
a) no mentioning about it except this github repo (its missing on the page)
b) there is no documentation about it (e.g. about what potential values are)
This makes it very hard to start using it Describe the solution you'd like
Having a config-field which expects certain enums should document the enum-values
The text was updated successfully, but these errors were encountered:
For a such field, I was unable to find some explicit docs from kubernetes, field is considered Experimental so they don't provide more details and it sounds this field can be provided by the container itself. We can only find that "reason is a unique, one-word, CamelCase"
from a few search here a list (probably incomplete and not up to date however ) :
For Waiting container status it is possible to get one of following reason:
ContainerCreating,
CrashLoopBackOff,
ErrImagePull,
ImagePullBackOff,
CreateContainerConfigError,
InvalidImageName,
CreateContainerError.
For Terminated container status there are different list of reasons:
OOMKilled,
Error,
Completed,
ContainerCannotRun,
DeadlineExceeded
Is your feature request related to a problem? Please describe.
As it is a very handy feature to not alert on every pod shutting down/killing/whatever event, the
reasons
field could be very handy. However, there isa) no mentioning about it except this github repo (its missing on the page)
b) there is no documentation about it (e.g. about what potential values are)
This makes it very hard to start using it
Describe the solution you'd like
Having a config-field which expects certain enums should document the enum-values
The text was updated successfully, but these errors were encountered: