-
Notifications
You must be signed in to change notification settings - Fork 348
Implement CRI Debug API #359
Comments
Background issue: |
If there's no one doing this, I can take a try :) |
I've started it, but not far along. |
Things might be useful for container info:
|
Starting on this |
hey ok been busy :-) |
"value should be in json format" grr |
ok added: Container Status:
|
Add sandbox id in container status. We should add it into CRI eventually, but it's code freeze now. |
A little back link to the pod.. ok I like it. Done (added sandbox id) see updated #452 |
Added:
Pod Status:
|
Added: Image Status:
|
** ok now that we've got a decent amount of debug info in the verbose mode, we need to go back and add (or consider adding) some group structs for the verbose information. This is because the order for the data in the map is random and might not make as much sense out of order as it would in some defined sequence at least for a group of items. Eg. "snapshotInfo": { "snapshotKey": ... "snapshotter":... } |
Pod and Image verbose info are ready for final review. |
Image verbose is ready for final review... |
We added the
verbose
option in CRI to make it possible for container runtime to provide more information for debug. kubernetes/kubernetes#53965We should implement it in cri-containerd.
Functions we need to change:
We need to:
docker inspect
anddocker info
, and properly design what debug information we should include in cri-containerd.crictl
to consume the extra information.The text was updated successfully, but these errors were encountered: