File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
reference/command-line-tools-reference Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -314,7 +314,7 @@ to stop.
314
314
315
315
### When should you use a startup probe?
316
316
317
- {{< feature-state for_k8s_version="v1.16 " state="alpha " >}}
317
+ {{< feature-state for_k8s_version="v1.20 " state="stable " >}}
318
318
319
319
Startup probes are useful for Pods that have containers that take a long time to
320
320
come into service. Rather than set a long liveness interval, you can configure
Original file line number Diff line number Diff line change @@ -148,8 +148,6 @@ different Kubernetes components.
148
148
| ` ServiceNodeExclusion ` | ` true ` | Beta | 1.19 | |
149
149
| ` ServiceTopology ` | ` false ` | Alpha | 1.17 | |
150
150
| ` SetHostnameAsFQDN ` | ` false ` | Alpha | 1.19 | |
151
- | ` StartupProbe ` | ` false ` | Alpha | 1.16 | 1.17 |
152
- | ` StartupProbe ` | ` true ` | Beta | 1.18 | |
153
151
| ` StorageVersionHash ` | ` false ` | Alpha | 1.14 | 1.14 |
154
152
| ` StorageVersionHash ` | ` true ` | Beta | 1.15 | |
155
153
| ` Sysctls ` | ` true ` | Beta | 1.11 | |
@@ -277,6 +275,9 @@ different Kubernetes components.
277
275
| ` ServiceLoadBalancerFinalizer ` | ` false ` | Alpha | 1.15 | 1.15 |
278
276
| ` ServiceLoadBalancerFinalizer ` | ` true ` | Beta | 1.16 | 1.16 |
279
277
| ` ServiceLoadBalancerFinalizer ` | ` true ` | GA | 1.17 | - |
278
+ | ` StartupProbe ` | ` false ` | Alpha | 1.16 | 1.17 |
279
+ | ` StartupProbe ` | ` true ` | Beta | 1.18 | 1.19 |
280
+ | ` StartupProbe ` | ` true ` | GA | 1.20 | - |
280
281
| ` StorageObjectInUseProtection ` | ` true ` | Beta | 1.10 | 1.10 |
281
282
| ` StorageObjectInUseProtection ` | ` true ` | GA | 1.11 | - |
282
283
| ` StreamingProxyRedirects ` | ` false ` | Beta | 1.5 | 1.5 |
Original file line number Diff line number Diff line change @@ -617,7 +617,6 @@ ServiceAppProtocol=true|false (BETA - default=true)<br/>
617
617
ServiceNodeExclusion=true|false (BETA - default=true)<br />
618
618
ServiceTopology=true|false (ALPHA - default=false)<br />
619
619
SetHostnameAsFQDN=true|false (ALPHA - default=false)<br />
620
- StartupProbe=true|false (BETA - default=true)<br />
621
620
StorageVersionHash=true|false (BETA - default=true)<br />
622
621
SupportNodePidsLimit=true|false (BETA - default=true)<br />
623
622
SupportPodPidsLimit=true|false (BETA - default=true)<br />
You can’t perform that action at this time.
0 commit comments