Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
k8s
devtool
Commits
a943b465
Commit
a943b465
authored
Sep 30, 2019
by
Christopher Harm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding debug for k8s version flag
parent
ac86d4ed
Pipeline
#63055
failed with stages
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
cmd/start.go
cmd/start.go
+1
-0
No files found.
cmd/start.go
View file @
a943b465
...
...
@@ -92,6 +92,7 @@ func start(memory, cpu, k8sVersion string) {
color
.
Blue
(
"Setting up Minikube environment."
)
fmt
.
Printf
(
"Using memory: %s and cpu: %s
\n
"
,
memory
,
cpu
)
fmt
.
Printf
(
"Using k8s version: %s
\n
"
,
k8sVersion
)
err
:=
environment
.
Run
(
true
,
"minikube"
,
"status"
)
if
err
!=
nil
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment