Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add struct for unimplemented methods #294

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

nwneisen
Copy link
Collaborator

@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
10 checks passed
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