mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 19:36:22 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. CRI: Add extra information in status functions in CRI. Fixes https://github.com/kubernetes/kubernetes/issues/53757. @yujuhong @feiskyer @mrunalp /cc @kubernetes/sig-node-api-reviews ```release-note Verbose option is added to each status function in CRI. Container runtime could return extra information in status response for debugging. ```