$ oc get events [-n <project>]
Events in OpenShift Origin are modeled based on events that happen to API objects in an OpenShift Origin cluster. Events allow OpenShift Origin to record information about real-world events in a resource-agnostic manner. They also allow developers and administrators to consume information about system components in a unified way.
You can get a list of events in a given project using the following command:
$ oc get events [-n <project>]
You can see events in your project from the web console from the Browse → Events page. Many other objects, such as pods and deployments, have their own Events tab as well, which shows events related to that object.
This section describes the events of OpenShift Origin.
Name | Description |
---|---|
|
Failed pod configuration validation. |
Name | Description |
---|---|
|
Back-off restarting failed the container. |
|
Container created. |
|
Pull/Create/Start failed. |
|
Killing the container. |
|
Container started. |
Name | Description |
---|---|
|
Container is unhealthy. |
Name | Description |
---|---|
|
Back off Ctr Start, image pull. |
|
The image’s NeverPull Policy is violated. |
|
Failed to pull the image. |
|
Failed to inspect the image. |
|
Successfully pulled the image or the container image is already present on the machine. |
|
Pulling the image. |
Name | Description |
---|---|
|
Free disk space failed. |
|
Invalid disk capacity. |
Name | Description |
---|---|
|
Volume mount failed. |
|
Host network not supported. |
|
Host/port conflict. |
|
Insufficient free CPU. |
|
Insufficient free memory. |
|
Kubelet setup failed. |
|
Undefined shaper. |
|
Node is not ready. |
|
Node is not schedulable. |
|
Node is ready. |
|
Node is schedulable. |
|
Node selector mismatch. |
|
Out of disk. |
|
Node rebooted. |
|
Starting kubelet. |
Name | Description |
---|---|
|
Pod sync failed. |
Name | Description |
---|---|
|
There is an OOM (out of memory) situation on the cluster. |