We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ab52e commit 499a464Copy full SHA for 499a464
1 file changed
internal/cmd/server/create/create.go
@@ -183,7 +183,7 @@ func configureFlags(cmd *cobra.Command) {
183
cmd.MarkFlagsMutuallyExclusive(networkIdFlag, networkInterfaceIdsFlag)
184
cmd.MarkFlagsOneRequired(networkIdFlag, networkInterfaceIdsFlag)
185
186
- // hide image-id flag from help command to prevent users from using it alone which leads to errors
+ // hide image-id flag from help command to prevent users from using it alone which leads to errors, because it works only with small images
187
// instead of using image-id alone, boot-volume flags can be used with type image
188
cobra.CheckErr(cmd.Flags().MarkHidden(imageIdFlag))
189
0 commit comments