Skip to content

Commit f37d039

Browse files
authored
Merge pull request #32497 from michaelryanpeter/BZ1959224
BZ1959224 Remove duplicate "number of"
2 parents 7f366a4 + 288a2e9 commit f37d039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/application-health-about.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ initialization is complete.
5151
You can configure several fields to control the behavior of a probe:
5252

5353
* `initialDelaySeconds`: The time, in seconds, after the container starts before the probe can be scheduled. The default is 0.
54-
* `periodSeconds`: The delay, in seconds, between performing probes. The default is `10`. This value must be greater than `timeoutSeconds`.
54+
* `periodSeconds`: The delay, in seconds, between performing probes. The default is `10`. This value must be greater than `timeoutSeconds`.
5555
* `timeoutSeconds`: The number of seconds of inactivity after which the probe times out and the container is assumed to have failed. The default is `1`. This value must be lower than `periodSeconds`.
5656
* `successThreshold`: The number of times that the probe must report success after a failure to reset the container status to successful. The value must be `1` for a liveness probe. The default is `1`.
5757
* `failureThreshold`: The number of times that the probe is allowed to fail. The default is 3. After the specified attempts:
@@ -171,7 +171,7 @@ spec:
171171
<4> The type of probe, here a container command probe.
172172
<5> The command line to execute inside the container.
173173
<6> How often in seconds to perform the probe.
174-
<7> The number of number of consecutive successes needed to show success after a failure.
174+
<7> The number of consecutive successes needed to show success after a failure.
175175
<8> The number of times to try the probe after a failure.
176176

177177
.Sample readiness probe and liveness probe with a TCP socket test in a deployment

0 commit comments

Comments
 (0)