pull/43055/head
Wilson Wu 2023-09-15 13:42:13 +08:00
parent b1bc2f57d4
commit 2173a8b036
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ The available configuration options for `swapBehavior` are:
- `UnlimitedSwap` (default): Kubernetes workloads can use as much swap memory as they - `UnlimitedSwap` (default): Kubernetes workloads can use as much swap memory as they
request, up to the system limit. request, up to the system limit.
- `LimitedSwap`: The utilization of swap memory by Kubernetes workloads is subject to limitations. - `LimitedSwap`: The utilization of swap memory by Kubernetes workloads is subject to limitations.
Only Pods of [Burstable](docs/concepts/workloads/pods/pod-qos/#burstable) QoS are permitted to employ swap. Only Pods of [Burstable](/docs/concepts/workloads/pods/pod-qos/#burstable) QoS are permitted to employ swap.
If configuration for `memorySwap` is not specified and the feature gate is If configuration for `memorySwap` is not specified and the feature gate is
enabled, by default the kubelet will apply the same behaviour as the enabled, by default the kubelet will apply the same behaviour as the