Update content/en/docs/reference/command-line-tools-reference/feature-gates.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
parent
47e341eef2
commit
ce46585ef5
|
|
@ -306,8 +306,15 @@ as you like.
|
||||||
{{< /tabs >}}
|
{{< /tabs >}}
|
||||||
|
|
||||||
The kubelet can measure how much local storage it is using. It does this provided
|
The kubelet can measure how much local storage it is using. It does this provided
|
||||||
that 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
|
||||||
for local ephemeral storage.
|
ephemeral storage.
|
||||||
|
|
||||||
|
- 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 for local ephemeral storage.
|
||||||
|
- Quotas are faster and more accurate than directory scanning. The
|
||||||
|
`LocalStorageCapacityIsolationFSQuotaMonitoring` [feature gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled (the feature is on by default),
|
||||||
|
|
||||||
If you have a different configuration, then the kubelet does not apply resource
|
If you have a different configuration, then the kubelet does not apply resource
|
||||||
limits for ephemeral local storage.
|
limits for ephemeral local storage.
|
||||||
|
|
@ -441,7 +448,7 @@ that file but the kubelet does not categorize the space as in use.
|
||||||
{{% /tab %}}
|
{{% /tab %}}
|
||||||
{{% tab name="Filesystem project quota" %}}
|
{{% tab name="Filesystem project quota" %}}
|
||||||
|
|
||||||
{{< feature-state for_k8s_version="v1.15" state="alpha" >}}
|
{{< feature-state for_k8s_version="v1.25" state="beta" >}}
|
||||||
|
|
||||||
Project quotas are an operating-system level feature for managing
|
Project quotas are an operating-system level feature for managing
|
||||||
storage use on filesystems. With Kubernetes, you can enable project
|
storage use on filesystems. With Kubernetes, you can enable project
|
||||||
|
|
|
||||||
|
|
@ -135,7 +135,7 @@ different Kubernetes components.
|
||||||
| `KubeletPodResourcesGetAllocatable` | `false` | Alpha | 1.21 | 1.22 |
|
| `KubeletPodResourcesGetAllocatable` | `false` | Alpha | 1.21 | 1.22 |
|
||||||
| `KubeletPodResourcesGetAllocatable` | `true` | Beta | 1.23 | |
|
| `KubeletPodResourcesGetAllocatable` | `true` | Beta | 1.23 | |
|
||||||
| `KubeletTracing` | `false` | Alpha | 1.25 | |
|
| `KubeletTracing` | `false` | Alpha | 1.25 | |
|
||||||
| `LocalStorageCapacityIsolationFSQuotaMonitoring` | `false` | Alpha | 1.15 | |
|
| `LocalStorageCapacityIsolationFSQuotaMonitoring` | `false` | Alpha | 1.15 | 1.24 |
|
||||||
| `LocalStorageCapacityIsolationFSQuotaMonitoring` | `true` | Beta | 1.25 | |
|
| `LocalStorageCapacityIsolationFSQuotaMonitoring` | `true` | Beta | 1.25 | |
|
||||||
| `LogarithmicScaleDown` | `false` | Alpha | 1.21 | 1.21 |
|
| `LogarithmicScaleDown` | `false` | Alpha | 1.21 | 1.21 |
|
||||||
| `LogarithmicScaleDown` | `true` | Beta | 1.22 | |
|
| `LogarithmicScaleDown` | `true` | Beta | 1.22 | |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue