Skip to content

Commit 4f796c0

Browse files
authored
Merge pull request #128199 from kannon92/clean-up-swap-local-up-cluster
update local up cluster with latest swap changes
2 parents ec16c90 + 2ab0d5b commit 4f796c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/local-up-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ CGROUP_DRIVER=${CGROUP_DRIVER:-""}
5151
CGROUP_ROOT=${CGROUP_ROOT:-""}
5252
# owner of client certs, default to current user if not specified
5353
USER=${USER:-$(whoami)}
54-
# if true, limited swap is being used instead of unlimited swap (default)
54+
# if true, limited swap is being used instead of no swap (default)
5555
LIMITED_SWAP=${LIMITED_SWAP:-""}
5656

5757
# required for cni installation

0 commit comments

Comments
 (0)