Skip to content

Commit

Permalink
Merge pull request #156 from flatcar/kai/spawn-az-defaults
Browse files Browse the repository at this point in the history
spawn-az-vm: Update defaults
  • Loading branch information
pothos authored Feb 12, 2024
2 parents d6909dc + 6a9981f commit 5f955c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spawn-az-vm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ DELETE_VM=

OFFER="${OFFER:-"flatcar-container-linux-free"}"
CHANNEL="${CHANNEL:-alpha}"
SIZE="${SIZE:-Standard_D16ds_v5}"
SIZE="${SIZE:-Standard_D32ds_v5}"
# Note use "-" instead ":-" to be able to explicitly clear it
EXTRA=(${EXTRA-default})
if [ "${EXTRA[*]}" = "default" ]; then
Expand Down Expand Up @@ -58,7 +58,7 @@ while true; do
echo "To exit, type Ctrl + ] followed by 'q'."
echo
echo "Example:"
echo " ./$(basename "${0}") --name spawn-test --ssh-key ~/.ssh/id_rsa.pub --resource-group ${USER}-spawn --location westeurope --create-vm --ignition MY.ign MYBRANCH"
echo " ./$(basename "${0}") --name spawn-test --ssh-key ~/.ssh/id_rsa.pub --resource-group ${USER}-spawn --location westus2 --create-vm --ignition MY.ign MYBRANCH"
exit 1
;;
-i|--ignition)
Expand Down

0 comments on commit 5f955c5

Please sign in to comment.