You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the error/improvement to an existing document or image
One of the prerequisites described in the kubernetes tutorial page is disabling swap.
Unfortunately, the proposed way to do that does not properly mask systemd service var-swapfile.swap, which is responsible for mounting default swap file (/var/swapfile).
The swapoff -a command disables swap temporarily, but after system is rebooted the unmasked /var/swapfile is again mounted.
The simplest solution would be to add another command to explicitly mask var-swapfile.swap unit:
Describe the error/improvement to an existing document or image
One of the prerequisites described in the kubernetes tutorial page is disabling swap.
Unfortunately, the proposed way to do that does not properly mask systemd service var-swapfile.swap, which is responsible for mounting default swap file (/var/swapfile).
The swapoff -a command disables swap temporarily, but after system is rebooted the unmasked /var/swapfile is again mounted.
The simplest solution would be to add another command to explicitly mask var-swapfile.swap unit:
Screenshots
If applicable, add screenshots to help explain the error or unexpected behavior.
Environment (please complete the following):
Additional context
The text was updated successfully, but these errors were encountered: