mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-03 02:07:38 +00:00
Merge pull request #13727 from jiangyaoguo/fix-reason-reporting-in-kubelet
Auto commit by PR queue bot
This commit is contained in:
@@ -13171,7 +13171,11 @@
|
||||
"properties": {
|
||||
"reason": {
|
||||
"type": "string",
|
||||
"description": "(brief) reason the container is not yet running, such as pulling its image."
|
||||
"description": "(brief) reason the container is not yet running."
|
||||
},
|
||||
"message": {
|
||||
"type": "string",
|
||||
"description": "Message regarding why the container is not yet running."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user