Skip to content

Commit dabb663

Browse files
kannon92iholder101
andauthored
Apply suggestions from code review
Co-authored-by: Itamar Holder <[email protected]>
1 parent ae7fbbe commit dabb663

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+1
-1
lines changed

content/en/docs/concepts/architecture/nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ To enable swap on a node, the `NodeSwap` feature gate must be enabled on
521521
the kubelet (default is true), and the `--fail-swap-on` command line flag or `failSwapOn`
522522
[configuration setting](/docs/reference/config-api/kubelet-config.v1beta1/)
523523
must be set to false.
524-
To allow Pods to utilize swap, `swapBehavior` should be set to `LimitedSwap` in the kubelet config.
524+
To allow Pods to utilize swap, `swapBehavior` should not be set to `NoSwap` (which is the default behavior) in the kubelet config.
525525

526526
{{< warning >}}
527527
When the memory swap feature is turned on, Kubernetes data such as the content

0 commit comments

Comments
 (0)