Merge pull request #24786 from RenaudWasTaken/pod-resources-docs
Graduate KubeletPodResources to GApull/24909/head
commit
91d02f301a
|
@ -204,7 +204,8 @@ DaemonSet, `/var/lib/kubelet/pod-resources` must be mounted as a
|
||||||
{{< glossary_tooltip term_id="volume" >}} in the plugin's
|
{{< glossary_tooltip term_id="volume" >}} in the plugin's
|
||||||
[PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).
|
[PodSpec](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#podspec-v1-core).
|
||||||
|
|
||||||
Support for the "PodResources service" requires `KubeletPodResources` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to be enabled. It is enabled by default starting with Kubernetes 1.15.
|
Support for the "PodResources service" requires `KubeletPodResources` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) to be enabled.
|
||||||
|
It is enabled by default starting with Kubernetes 1.15 and is v1 since Kubernetes 1.20.
|
||||||
|
|
||||||
## Device Plugin integration with the Topology Manager
|
## Device Plugin integration with the Topology Manager
|
||||||
|
|
||||||
|
|
|
@ -116,8 +116,6 @@ different Kubernetes components.
|
||||||
| `ImmutableEphemeralVolumes` | `false` | Alpha | 1.18 | 1.18 |
|
| `ImmutableEphemeralVolumes` | `false` | Alpha | 1.18 | 1.18 |
|
||||||
| `ImmutableEphemeralVolumes` | `true` | Beta | 1.19 | |
|
| `ImmutableEphemeralVolumes` | `true` | Beta | 1.19 | |
|
||||||
| `IPv6DualStack` | `false` | Alpha | 1.16 | |
|
| `IPv6DualStack` | `false` | Alpha | 1.16 | |
|
||||||
| `KubeletPodResources` | `false` | Alpha | 1.13 | 1.14 |
|
|
||||||
| `KubeletPodResources` | `true` | Beta | 1.15 | |
|
|
||||||
| `LegacyNodeRoleBehavior` | `true` | Alpha | 1.16 | |
|
| `LegacyNodeRoleBehavior` | `true` | Alpha | 1.16 | |
|
||||||
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | 1.9 |
|
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | 1.9 |
|
||||||
| `LocalStorageCapacityIsolation` | `true` | Beta | 1.10 | |
|
| `LocalStorageCapacityIsolation` | `true` | Beta | 1.10 | |
|
||||||
|
@ -239,6 +237,9 @@ different Kubernetes components.
|
||||||
| `KubeletPluginsWatcher` | `false` | Alpha | 1.11 | 1.11 |
|
| `KubeletPluginsWatcher` | `false` | Alpha | 1.11 | 1.11 |
|
||||||
| `KubeletPluginsWatcher` | `true` | Beta | 1.12 | 1.12 |
|
| `KubeletPluginsWatcher` | `true` | Beta | 1.12 | 1.12 |
|
||||||
| `KubeletPluginsWatcher` | `true` | GA | 1.13 | - |
|
| `KubeletPluginsWatcher` | `true` | GA | 1.13 | - |
|
||||||
|
| `KubeletPodResources` | `false` | Alpha | 1.13 | 1.14 |
|
||||||
|
| `KubeletPodResources` | `true` | Beta | 1.15 | |
|
||||||
|
| `KubeletPodResources` | `true` | GA | 1.20 | |
|
||||||
| `MountPropagation` | `false` | Alpha | 1.8 | 1.9 |
|
| `MountPropagation` | `false` | Alpha | 1.8 | 1.9 |
|
||||||
| `MountPropagation` | `true` | Beta | 1.10 | 1.11 |
|
| `MountPropagation` | `true` | Beta | 1.10 | 1.11 |
|
||||||
| `MountPropagation` | `true` | GA | 1.12 | - |
|
| `MountPropagation` | `true` | GA | 1.12 | - |
|
||||||
|
|
Loading…
Reference in New Issue