smartxworks / virtink

Lightweight Virtualization Add-on for Kubernetes
Apache License 2.0
481 stars 37 forks source link

Add Kubernetes Health Checks CRD #102

Open sharadregoti opened 1 month ago

sharadregoti commented 1 month ago

I want to specify health checks. Whenever a VM starts. I want to ensure that SSH is available before attempting any connection. It would be great if I can specify health checks through our virtual machine crd

fengye87 commented 1 month ago

If what you're expecting is just passing through liveness/readiness probes from VM CRD to Pod, it should be easy to implement. If you send a PR about this, I'd be happy to review and merge it.

sharadregoti commented 1 month ago

Cool, I'll create a PR