Skip to content

Commit bad7e81

Browse files
authored
Merge pull request #36401 from kikisdeliveryservice/revert-localstoragecapacityisolationf
Revert: promote LocalStorageCapacityIsolationFSQuotaMonitoring to beta
2 parents 3b1fe5b + 04f9794 commit bad7e81

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

@@ -452,7 +445,7 @@ that file but the kubelet does not categorize the space as in use.
452445
{{% /tab %}}
453446
{{% tab name="Filesystem project quota" %}}
454447

455-
{{< feature-state for_k8s_version="v1.25" state="beta" >}}
448+
{{< feature-state for_k8s_version="v1.15" state="alpha" >}}
456449

457450
Project quotas are an operating-system level feature for managing
458451
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)