Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
b017ce60
Commit
b017ce60
authored
Feb 14, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20988 from golvteppe/kube-up_output
Auto commit by PR queue bot
parents
ee33ed2c
62292341
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
kube-up.sh
cluster/kube-up.sh
+6
-1
No files found.
cluster/kube-up.sh
View file @
b017ce60
...
@@ -34,7 +34,12 @@ fi
...
@@ -34,7 +34,12 @@ fi
source
"
${
KUBE_ROOT
}
/cluster/kube-env.sh"
source
"
${
KUBE_ROOT
}
/cluster/kube-env.sh"
source
"
${
KUBE_ROOT
}
/cluster/kube-util.sh"
source
"
${
KUBE_ROOT
}
/cluster/kube-util.sh"
echo
"... Starting cluster using provider:
$KUBERNETES_PROVIDER
"
>
&2
if
[
-z
"
${
ZONE
-
}
"
]
;
then
echo
"... Starting cluster using provider:
${
KUBERNETES_PROVIDER
}
"
>
&2
else
echo
"... Starting cluster in
${
ZONE
}
using provider
${
KUBERNETES_PROVIDER
}
"
>
&2
fi
echo
"... calling verify-prereqs"
>
&2
echo
"... calling verify-prereqs"
>
&2
verify-prereqs
verify-prereqs
...
...
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