Created
August 17, 2023 13:54
-
-
Save deads2k/aa20ffb16c3e6a4f42af11bafe624f81 to your computer and use it in GitHub Desktop.
termination grace message analysis
This file contains hidden or 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
| { | |
| "eventTime": null, | |
| "firstTimestamp": null, | |
| "involvedObject": { | |
| "apiVersion": "v1", | |
| "kind": "Namespace", | |
| "name": "kube-system", | |
| "namespace": "default" | |
| }, | |
| "lastTimestamp": null, | |
| "message": "All pending requests processed", | |
| "metadata": { | |
| "creationTimestamp": "2023-08-17T13:05:00Z", | |
| "managedFields": [ | |
| { | |
| "apiVersion": "v1", | |
| "fieldsType": "FieldsV1", | |
| "fieldsV1": { | |
| "f:involvedObject": {}, | |
| "f:message": {}, | |
| "f:reason": {}, | |
| "f:source": { | |
| "f:component": {}, | |
| "f:host": {} | |
| }, | |
| "f:type": {} | |
| }, | |
| "manager": "oauth-apiserver", | |
| "operation": "Update", | |
| "time": "2023-08-17T13:05:00Z" | |
| } | |
| ], | |
| "name": "kube-system.177c2d6b9f6af81c", | |
| "namespace": "default", | |
| "resourceVersion": "80203", | |
| "uid": "3c3743f1-7f7b-4eb3-ba8b-92d873ac48c0" | |
| }, | |
| "reason": "TerminationGracefulTerminationFinished", | |
| "reportingComponent": "", | |
| "reportingInstance": "", | |
| "source": { | |
| "component": "apiserver", | |
| "host": "apiserver-c95ffb574-s98jd" | |
| }, | |
| "type": "Normal" | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment