minishift: Bad sequence in minishift start log while starting with --http-proxy flag

Current optput

$ ./minishift start --http-proxy url
.
.
-- Starting Minishift VM .................-- Setting proxy information ... OK
 OK
-- Registering machine using subscription-manager
.
.

Expected output

$ ./minishift start --http-proxy url
.
.
-- Starting Minishift VM .................OK
-- Setting proxy information ... OK
-- Registering machine using subscription-manager
.
.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 19 (10 by maintainers)

Most upvoted comments

– Starting Minishift VM …-- Setting proxy information … OK OK

It is expected since, the Setting proxy information ... OK is happening during Starting Minishift VM ..... and OK.

Following is possible and I propose it.

$ ./minishift start --http-proxy url
.
.
-- Starting Minishift VM .................
   Setting proxy information ... OK
-- Registering machine using subscription-manager
.
.