Skip to content

Commit

Permalink
doc/tutorial: fix comment in netplan snippet
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Sep 14, 2024
1 parent 2d6ba28 commit 056bf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Complete the following steps on each VM (`micro1`, `micro2`, `micro3`, and `micr
1. Configure the network interface connected to `microbr0` to not accept any IP addresses (because MicroCloud requires a network interface that doesn't have an IP address assigned):

cat << EOF > /etc/netplan/99-microcloud.yaml
# microbr0's parent interface should not have any IP address
# MicroCloud requires a network interface that doesn't have an IP address
network:
version: 2
ethernets:
Expand Down

0 comments on commit 056bf79

Please sign in to comment.