@@ -1677,7 +1677,8 @@ Default failureThreshold is 60 and the periodSeconds is 5, this means the startu
1677
1677
will fail if the pod can&rsquo ; t start in 300 seconds. Your StartupProbeFailureSeconds is
1678
1678
the total time of seconds before startupProbe give up and fail the container start.
1679
1679
If startupProbeFailureSeconds can&rsquo ; t be divided by defaultPeriodSeconds, the failureThreshold
1680
- will be rounded up.</p >
1680
+ will be rounded up.
1681
+ Note: you can set it to 0 to disable the startup probe.</p >
1681
1682
</td >
1682
1683
</tr >
1683
1684
<tr >
@@ -1693,7 +1694,8 @@ int32
1693
1694
Default failureThreshold is 3 and the periodSeconds is 5, this means the liveness
1694
1695
will fail if the pod can&rsquo ; t respond in 15 seconds. Your LivenessProbeFailureSeconds is
1695
1696
the total time of seconds before the container restart. If LivenessProbeFailureSeconds
1696
- can&rsquo ; t be divided by defaultPeriodSeconds, the failureThreshold will be rounded up.</p >
1697
+ can&rsquo ; t be divided by defaultPeriodSeconds, the failureThreshold will be rounded up.
1698
+ Note: you can set it to 0 to disable the liveness probe.</p >
1697
1699
</td >
1698
1700
</tr >
1699
1701
<tr >
@@ -1709,7 +1711,8 @@ int32
1709
1711
Default failureThreshold is 3 and the periodSeconds is 5, this means the readiness
1710
1712
will fail if the pod can&rsquo ; t respond in 15 seconds. Your ReadinessProbeFailureSeconds is
1711
1713
the total time of seconds before pods becomes not ready. If ReadinessProbeFailureSeconds
1712
- can&rsquo ; t be divided by defaultPeriodSeconds, the failureThreshold will be rounded up.</p >
1714
+ can&rsquo ; t be divided by defaultPeriodSeconds, the failureThreshold will be rounded up.
1715
+ Note: you can set it to 0 to disable the readiness probe.</p >
1713
1716
</td >
1714
1717
</tr >
1715
1718
<tr >
@@ -2273,5 +2276,5 @@ AutoScalingPolicy
2273
2276
<hr />
2274
2277
<p ><em >
2275
2278
Generated with <code >gen-crd-api-reference-docs</code >
2276
- on git commit <code >35451e5 </code >.
2279
+ on git commit <code >354d3f8 </code >.
2277
2280
</em ></p >
0 commit comments