Skip to content

Conversation

nwneisen
Copy link
Contributor

@nwneisen nwneisen commented Jan 4, 2024

Fixes #293

Proposed Changes

Add the UnimplementedServer structure to the service which adds unimplemented methods with the correct message until they are implmented.

Output after making this change

docker@minikube:~$ crictl statsp
E0104 17:03:32.245511    5810 remote_runtime.go:1148] "ListPodSandboxStats with filter from runtime service failed" err="rpc error: code = Unimplemented desc = method ListPodSandboxStats not implemented" filter="&PodSandboxStatsFilter{Id:,LabelSelector:map[string]string{},}"
FATA[0000] get pod stats: display pod stats: list pod sandbox stats: rpc error: code = Unimplemented desc = method ListPodSandboxStats not implemented 

@nwneisen nwneisen merged commit 77b8604 into Mirantis:master Jan 4, 2024
@nwneisen nwneisen deleted the 293-return-unimplemented branch January 21, 2025 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ListPodSandboxStats returns error
2 participants