Skip to content

Commit 04f9794

Browse files
Revert: promote LocalStorageCapacityIsolationFSQuotaMonitoring to beta
This feature has been reverted to alpha in master and 1.25. Related-to: kubernetes/kubernetes#112076 Related-to: kubernetes/kubernetes#112078 Related-to: kubernetes/enhancements#1029
1 parent e46f668 commit 04f9794

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

content/en/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -309,13 +309,6 @@ The kubelet can measure how much local storage it is using. It does this provide
309309
that you have set up the node using one of the supported configurations for local
310310
ephemeral storage.
311311

312-
- the `LocalStorageCapacityIsolation`
313-
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/)
314-
is enabled (the feature is on by default), and you have set up the node using one
315-
of the supported configurations for local ephemeral storage.
316-
- Quotas are faster and more accurate than directory scanning. The
317-
`LocalStorageCapacityIsolationFSQuotaMonitoring` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled (the feature is on by default),
318-
319312
If you have a different configuration, then the kubelet does not apply resource
320313
limits for ephemeral local storage.
321314

@@ -448,7 +441,7 @@ that file but the kubelet does not categorize the space as in use.
448441
{{% /tab %}}
449442
{{% tab name="Filesystem project quota" %}}
450443

451-
{{< feature-state for_k8s_version="v1.25" state="beta" >}}
444+
{{< feature-state for_k8s_version="v1.15" state="alpha" >}}
452445

453446
Project quotas are an operating-system level feature for managing
454447
storage use on filesystems. With Kubernetes, you can enable project

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ different Kubernetes components.
132132
| `KubeletPodResourcesGetAllocatable` | `false` | Alpha | 1.21 | 1.22 |
133133
| `KubeletPodResourcesGetAllocatable` | `true` | Beta | 1.23 | |
134134
| `KubeletTracing` | `false` | Alpha | 1.25 | |
135-
| `LocalStorageCapacityIsolationFSQuotaMonitoring` | `false` | Alpha | 1.15 | 1.24 |
136-
| `LocalStorageCapacityIsolationFSQuotaMonitoring` | `true` | Beta | 1.25 | |
135+
| `LocalStorageCapacityIsolationFSQuotaMonitoring` | `false` | Alpha | 1.15 | |
137136
| `LogarithmicScaleDown` | `false` | Alpha | 1.21 | 1.21 |
138137
| `LogarithmicScaleDown` | `true` | Beta | 1.22 | |
139138
| `MatchLabelKeysInPodTopologySpread` | `false` | Alpha | 1.25 | |

0 commit comments

Comments
 (0)