#cloud-config runcmd: - swapoff -a - sed -i '/ swap / s/^\(.*\)$/#\1/g' /etc/fstab - apt-get update -y - apt-get install -y apt-transport-https ca-certificates curl containerd - modprobe overlay - modprobe br_netfilter - | cat <