What is the problem you're trying to solve
K8s 1.23 added new CRI RPCs for pod sandbox and more detailed container stats. See kubernetes/enhancements#2371 for the k8s upstream issue.
kubernetes/kubernetes#102789 added the CRI fields namely PodSandboxStats, ListPodSandboxStats and some new fields for CPU and memory container stats.
Describe the solution you'd like
Containerd CRI should implement support for these new RPC endpoint and stats.
Additional context
No response
What is the problem you're trying to solve
K8s 1.23 added new CRI RPCs for pod sandbox and more detailed container stats. See kubernetes/enhancements#2371 for the k8s upstream issue.
kubernetes/kubernetes#102789 added the CRI fields namely
PodSandboxStats,ListPodSandboxStatsand some new fields for CPU and memory container stats.Describe the solution you'd like
Containerd CRI should implement support for these new RPC endpoint and stats.
Additional context
No response