File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
reference/command-line-tools-reference/feature-gates
setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ stages:
13
13
- stage : beta
14
14
defaultValue : false
15
15
fromVersion : " 1.28"
16
+ toVersion : " 1.29"
17
+ - stage : beta
18
+ defaultValue : true
19
+ fromVersion : " 1.30"
16
20
---
17
21
Enable the kubelet to allocate swap memory for Kubernetes workloads on a node.
18
22
Must be used with ` KubeletConfiguration.failSwapOn ` set to false.
Original file line number Diff line number Diff line change @@ -27,8 +27,7 @@ see the [Creating a cluster with kubeadm](/docs/setup/production-environment/too
27
27
* Unique hostname, MAC address, and product_uuid for every node. See [ here] ( #verify-mac-address ) for more details.
28
28
* Certain ports are open on your machines. See [ here] ( #check-required-ports ) for more details.
29
29
* Swap configuration. The default behavior of a kubelet was to fail to start if swap memory was detected on a node.
30
- Swap has been supported since v1.22. And since v1.28, Swap is supported for cgroup v2 only; the NodeSwap feature
31
- gate of the kubelet is beta but disabled by default.
30
+ See [ Swap memory management] ( /docs/concepts/architecture/nodes/#swap-memory ) for more details.
32
31
* You ** MUST** disable swap if the kubelet is not properly configured to use swap. For example, ` sudo swapoff -a `
33
32
will disable swapping temporarily. To make this change persistent across reboots, make sure swap is disabled in
34
33
config files like ` /etc/fstab ` , ` systemd.swap ` , depending how it was configured on your system.
You can’t perform that action at this time.
0 commit comments