Skip to content

Commit

Permalink
Remove mounting containerd volume as tmpfs
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Sep 16, 2022
1 parent bbf82c8 commit 022021a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/bootstrap/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ function spawn_node() {
--env "SSH_PUBKEY=$(cat ${SSH_KEYFILE}.pub)" \
--restart "unless-stopped" \
--tmpfs "/run" \
--tmpfs "/var/lib/containerd" \
--volume "/lib/modules/$UNAME:/lib/modules/$UNAME:ro" \
--volume "/sys/fs/cgroup:/sys/fs/cgroup" \
"$KISS_BOOTSTRAP_NODE_IMAGE" >/dev/null
Expand Down

0 comments on commit 022021a

Please sign in to comment.