Skip to content

Commit f3bf329

Browse files
authored
Merge pull request #43055 from wilsonwu/fix-blog-link
Fix broken doc link in Swap blog
2 parents b1bc2f5 + 2173a8b commit f3bf329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2023-08-24-swap-beta1-graduation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The available configuration options for `swapBehavior` are:
5050
- `UnlimitedSwap` (default): Kubernetes workloads can use as much swap memory as they
5151
request, up to the system limit.
5252
- `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.
53+
Only Pods of [Burstable](/docs/concepts/workloads/pods/pod-qos/#burstable) QoS are permitted to employ swap.
5454

5555
If configuration for `memorySwap` is not specified and the feature gate is
5656
enabled, by default the kubelet will apply the same behaviour as the

0 commit comments

Comments
 (0)