Graduate Indexed Job to stable
This commit is contained in:
@@ -190,7 +190,7 @@ parallelism, for a variety of reasons:
|
|||||||
|
|
||||||
### Completion mode
|
### Completion mode
|
||||||
|
|
||||||
{{< feature-state for_k8s_version="v1.22" state="beta" >}}
|
{{< feature-state for_k8s_version="v1.24" state="stable" >}}
|
||||||
|
|
||||||
Jobs with _fixed completion count_ - that is, jobs that have non null
|
Jobs with _fixed completion count_ - that is, jobs that have non null
|
||||||
`.spec.completions` - can have a completion mode that is specified in `.spec.completionMode`:
|
`.spec.completions` - can have a completion mode that is specified in `.spec.completionMode`:
|
||||||
|
|||||||
@@ -132,8 +132,6 @@ different Kubernetes components.
|
|||||||
| `HPAContainerMetrics` | `false` | Alpha | 1.20 | |
|
| `HPAContainerMetrics` | `false` | Alpha | 1.20 | |
|
||||||
| `HPAScaleToZero` | `false` | Alpha | 1.16 | |
|
| `HPAScaleToZero` | `false` | Alpha | 1.16 | |
|
||||||
| `IdentifyPodOS` | `false` | Alpha | 1.23 | |
|
| `IdentifyPodOS` | `false` | Alpha | 1.23 | |
|
||||||
| `IndexedJob` | `false` | Alpha | 1.21 | 1.21 |
|
|
||||||
| `IndexedJob` | `true` | Beta | 1.22 | |
|
|
||||||
| `InTreePluginAWSUnregister` | `false` | Alpha | 1.21 | |
|
| `InTreePluginAWSUnregister` | `false` | Alpha | 1.21 | |
|
||||||
| `InTreePluginAzureDiskUnregister` | `false` | Alpha | 1.21 | |
|
| `InTreePluginAzureDiskUnregister` | `false` | Alpha | 1.21 | |
|
||||||
| `InTreePluginAzureFileUnregister` | `false` | Alpha | 1.21 | |
|
| `InTreePluginAzureFileUnregister` | `false` | Alpha | 1.21 | |
|
||||||
@@ -350,6 +348,9 @@ different Kubernetes components.
|
|||||||
| `ImmutableEphemeralVolumes` | `false` | Alpha | 1.18 | 1.18 |
|
| `ImmutableEphemeralVolumes` | `false` | Alpha | 1.18 | 1.18 |
|
||||||
| `ImmutableEphemeralVolumes` | `true` | Beta | 1.19 | 1.20 |
|
| `ImmutableEphemeralVolumes` | `true` | Beta | 1.19 | 1.20 |
|
||||||
| `ImmutableEphemeralVolumes` | `true` | GA | 1.21 | |
|
| `ImmutableEphemeralVolumes` | `true` | GA | 1.21 | |
|
||||||
|
| `IndexedJob` | `false` | Alpha | 1.21 | 1.21 |
|
||||||
|
| `IndexedJob` | `true` | Beta | 1.22 | 1.23 |
|
||||||
|
| `IndexedJob` | `true` | GA | 1.24 | - |
|
||||||
| `IngressClassNamespacedParams` | `false` | Alpha | 1.21 | 1.21 |
|
| `IngressClassNamespacedParams` | `false` | Alpha | 1.21 | 1.21 |
|
||||||
| `IngressClassNamespacedParams` | `true` | Beta | 1.22 | 1.22 |
|
| `IngressClassNamespacedParams` | `true` | Beta | 1.22 | 1.22 |
|
||||||
| `IngressClassNamespacedParams` | `true` | GA | 1.23 | - |
|
| `IngressClassNamespacedParams` | `true` | GA | 1.23 | - |
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ min-kubernetes-server-version: v1.21
|
|||||||
weight: 30
|
weight: 30
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< feature-state for_k8s_version="v1.22" state="beta" >}}
|
{{< feature-state for_k8s_version="v1.24" state="stable" >}}
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user