Update LocalStorageCapacityIsolation GA
update feature GA
This commit is contained in:
parent
dd543e5c80
commit
d0a4713d18
|
|
@ -236,7 +236,7 @@ directly or from your monitoring tools.
|
|||
## Local ephemeral storage
|
||||
|
||||
<!-- feature gate LocalStorageCapacityIsolation -->
|
||||
{{< feature-state for_k8s_version="v1.10" state="beta" >}}
|
||||
{{< feature-state for_k8s_version="v1.25" state="stable" >}}
|
||||
|
||||
Nodes have local ephemeral storage, backed by
|
||||
locally-attached writeable devices or, sometimes, by RAM.
|
||||
|
|
@ -306,12 +306,7 @@ as you like.
|
|||
{{< /tabs >}}
|
||||
|
||||
The kubelet can measure how much local storage it is using. It does this provided
|
||||
that:
|
||||
|
||||
- the `LocalStorageCapacityIsolation`
|
||||
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
|
||||
is enabled (the feature is on by default), and
|
||||
- you have set up the node using one of the supported configurations
|
||||
that you have set up the node using one of the supported configurations
|
||||
for local ephemeral storage.
|
||||
|
||||
If you have a different configuration, then the kubelet does not apply resource
|
||||
|
|
|
|||
|
|
@ -137,8 +137,6 @@ different Kubernetes components.
|
|||
| `KubeletPodResources` | `true` | Beta | 1.15 | |
|
||||
| `KubeletPodResourcesGetAllocatable` | `false` | Alpha | 1.21 | 1.22 |
|
||||
| `KubeletPodResourcesGetAllocatable` | `true` | Beta | 1.23 | |
|
||||
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | 1.9 |
|
||||
| `LocalStorageCapacityIsolation` | `true` | Beta | 1.10 | |
|
||||
| `LocalStorageCapacityIsolationFSQuotaMonitoring` | `false` | Alpha | 1.15 | |
|
||||
| `LogarithmicScaleDown` | `false` | Alpha | 1.21 | 1.21 |
|
||||
| `LogarithmicScaleDown` | `true` | Beta | 1.22 | |
|
||||
|
|
@ -387,6 +385,9 @@ different Kubernetes components.
|
|||
| `LegacyNodeRoleBehavior` | `true` | Beta | 1.19 | 1.20 |
|
||||
| `LegacyNodeRoleBehavior` | `false` | GA | 1.21 | - |
|
||||
| `LegacyServiceAccountTokenNoAutoGeneration` | `true` | Beta | 1.24 | |
|
||||
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | 1.9 |
|
||||
| `LocalStorageCapacityIsolation` | `true` | Beta | 1.10 | 1.24 |
|
||||
| `LocalStorageCapacityIsolation` | `true` | GA | 1.25 | - |
|
||||
| `MountContainers` | `false` | Alpha | 1.9 | 1.16 |
|
||||
| `MountContainers` | `false` | Deprecated | 1.17 | - |
|
||||
| `MountPropagation` | `false` | Alpha | 1.8 | 1.9 |
|
||||
|
|
|
|||
Loading…
Reference in New Issue