You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/openshift/pods/health-checks/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ A Probe is a diagnostic performed periodically by the kubelet on a Container. To
10
10
11
11
**_HTTPGetAction_**: Performs an HTTP Get request against the Container’s IP address on a specified port and path. The diagnostic is considered successful if the response has a status code greater than or equal to 200 and less than 400.
12
12
13
-
<br></br>
13
+
14
14
The kubelet can optionally perform and react to three kinds of probes on running Containers:
15
15
16
16
**_livenessProbe_**: Indicates whether the Container is running. Runs for the lifetime of the Container.
0 commit comments