Skip to content

Commit

Permalink
change default deploy os
Browse files Browse the repository at this point in the history
  • Loading branch information
caguiclajmg committed Jun 30, 2022
1 parent 4902788 commit 73b66e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/servers.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func init() {
deployCmd.Flags().Int("storage", 20, "Number of GB of networked storage")
deployCmd.Flags().String("storageClass", "io1", "io1 or st1, depending on storage class desired")
deployCmd.Flags().Int("ram", 4, "Number of GB of RAM to be deployed.")
deployCmd.Flags().String("os", "Ubuntu 18.04 LTS", "Operating system")
deployCmd.Flags().String("os", "Ubuntu 20.04 LTS", "Operating system")

serversCmd.AddCommand(manageCmd)

Expand Down

0 comments on commit 73b66e5

Please sign in to comment.