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

[Question] What steps can I take to manually verify that the kata runtime is indeed being used by the example workload provided? #115

Closed
benemon opened this issue Jun 2, 2021 · 2 comments

Comments

@benemon
Copy link

benemon commented Jun 2, 2021

N/A

@jensfr
Copy link
Contributor

jensfr commented Jun 8, 2021

Hi @benemon, I assume you mean more than just looking at the RuntimeClassName in the pods specification. You can log on to the node where the Pod is running and check that there's a qemu process running. oc debug node/yournode, chroot /host, ps aux|grep qemu

@benemon
Copy link
Author

benemon commented Jun 8, 2021

Thanks @jensfr - that's perfect!

@benemon benemon closed this as completed Jun 8, 2021
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

No branches or pull requests

2 participants