Skip to content

Commit

Permalink
No more use of old syntax in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
stalb committed Jun 25, 2024
1 parent 4d29fab commit 8b51626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/metallb/enable
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ then
if [ -z "${ip_range_input}" ]
then
echo "You have to input an IP Range value when asked, or provide it as an argument to the enable command, eg:"
echo " microk8s enable metallb:10.64.140.43-10.64.140.49,192.168.0.105-192.168.0.111"
echo " microk8s enable metallb 10.64.140.43-10.64.140.49,192.168.0.105-192.168.0.111"
echo "You can also use CIDR notation, eg."
echo " microk8s enable metallb:192.168.1.240/24"
echo " microk8s enable metallb 192.168.1.240/24"
exit 1
fi
else
Expand Down

0 comments on commit 8b51626

Please sign in to comment.