We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1bc2f5 + 2173a8b commit f3bf329Copy full SHA for f3bf329
content/en/blog/_posts/2023-08-24-swap-beta1-graduation.md
@@ -50,7 +50,7 @@ The available configuration options for `swapBehavior` are:
50
- `UnlimitedSwap` (default): Kubernetes workloads can use as much swap memory as they
51
request, up to the system limit.
52
- `LimitedSwap`: The utilization of swap memory by Kubernetes workloads is subject to limitations.
53
-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.
54
55
If configuration for `memorySwap` is not specified and the feature gate is
56
enabled, by default the kubelet will apply the same behaviour as the
0 commit comments