Skip to content

Commit 0964999

Browse files
committed
Promote startupProbe to GA in 1.20
1 parent 5e7cb3f commit 0964999

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ to stop.
314314

315315
### When should you use a startup probe?
316316

317-
{{< feature-state for_k8s_version="v1.16" state="alpha" >}}
317+
{{< feature-state for_k8s_version="v1.20" state="stable" >}}
318318

319319
Startup probes are useful for Pods that have containers that take a long time to
320320
come into service. Rather than set a long liveness interval, you can configure

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ different Kubernetes components.
148148
| `ServiceNodeExclusion` | `true` | Beta | 1.19 | |
149149
| `ServiceTopology` | `false` | Alpha | 1.17 | |
150150
| `SetHostnameAsFQDN` | `false` | Alpha | 1.19 | |
151-
| `StartupProbe` | `false` | Alpha | 1.16 | 1.17 |
152-
| `StartupProbe` | `true` | Beta | 1.18 | |
153151
| `StorageVersionHash` | `false` | Alpha | 1.14 | 1.14 |
154152
| `StorageVersionHash` | `true` | Beta | 1.15 | |
155153
| `Sysctls` | `true` | Beta | 1.11 | |
@@ -277,6 +275,9 @@ different Kubernetes components.
277275
| `ServiceLoadBalancerFinalizer` | `false` | Alpha | 1.15 | 1.15 |
278276
| `ServiceLoadBalancerFinalizer` | `true` | Beta | 1.16 | 1.16 |
279277
| `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 | - |
280281
| `StorageObjectInUseProtection` | `true` | Beta | 1.10 | 1.10 |
281282
| `StorageObjectInUseProtection` | `true` | GA | 1.11 | - |
282283
| `StreamingProxyRedirects` | `false` | Beta | 1.5 | 1.5 |

content/en/docs/reference/command-line-tools-reference/kubelet.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,6 @@ ServiceAppProtocol=true|false (BETA - default=true)<br/>
617617
ServiceNodeExclusion=true|false (BETA - default=true)<br/>
618618
ServiceTopology=true|false (ALPHA - default=false)<br/>
619619
SetHostnameAsFQDN=true|false (ALPHA - default=false)<br/>
620-
StartupProbe=true|false (BETA - default=true)<br/>
621620
StorageVersionHash=true|false (BETA - default=true)<br/>
622621
SupportNodePidsLimit=true|false (BETA - default=true)<br/>
623622
SupportPodPidsLimit=true|false (BETA - default=true)<br/>

0 commit comments

Comments
 (0)