1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

VMI to VM

This commit is contained in:
Sabrina Jess
2023-02-20 13:29:04 -05:00
committed by openshift-cherrypick-robot
parent ef39d594d2
commit 86df7db67b
7 changed files with 37 additions and 39 deletions

View File

@@ -1,12 +1,12 @@
:_content-type: ASSEMBLY
[id="virt-monitoring-vm-health"]
= Monitoring virtual machine health
= Monitoring virtual machine health with health probes
include::_attributes/common-attributes.adoc[]
:context: virt-monitoring-vm-health
toc::[]
A virtual machine instance (VMI) can become unhealthy due to transient issues such as connectivity loss, deadlocks, or problems with external dependencies. A health check periodically performs diagnostics on a VMI by using any combination of the readiness and liveness probes.
A virtual machine (VM) can become unhealthy due to transient issues such as connectivity loss, deadlocks, or problems with external dependencies. A health check periodically performs diagnostics on a VM by using any combination of the readiness and liveness probes.
include::modules/virt-about-readiness-liveness-probes.adoc[leveloffset=+1]
@@ -18,8 +18,6 @@ include::modules/virt-define-http-liveness-probe.adoc[leveloffset=+1]
include::modules/virt-define-guest-agent-ping-probe.adoc[leveloffset=+1]
include::modules/virt-template-vm-probe-config.adoc[leveloffset=+1]
[id="additional-resources_monitoring-vm-health"]
[role="_additional-resources"]