Jump to content

Kubernetes: Difference between revisions

Line 87: Line 87:
<pre>
<pre>
# Disable swap
# Disable swap
sudo swapoff -a
sudo swapoff -a && sudo sed -i '/swap/s/^/#/' /etc/fstab
# Comment out any swap in /etc/fstab
# Comment out any swap in /etc/fstab
sudo kubeadm init \
sudo kubeadm init \