Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
0d281bc0
Commit
0d281bc0
authored
Mar 21, 2016
by
Matt Butcher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(scripts): back-out accidental change
parent
64c7ab20
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
start-local.sh
scripts/start-local.sh
+3
-3
No files found.
scripts/start-local.sh
View file @
0d281bc0
...
...
@@ -34,15 +34,15 @@ fi
KUBECTL
=
$(
which kubectl
)
||
error_exit
"Cannot find kubectl"
echo
"Starting resourcifier..."
#
pkill -f $RESOURCIFIER
pkill
-f
$RESOURCIFIER
nohup
$RESOURCIFIER
>
$LOGDIR
/resourcifier.log 2>&1
--kubectl
=
"
${
KUBECTL
}
"
--port
=
8082 &
echo
"Starting expandybird..."
#
pkill -f $EXPANDYBIRD
pkill
-f
$EXPANDYBIRD
nohup
$EXPANDYBIRD
>
$LOGDIR
/expandybird.log 2>&1
--port
=
8081
--expansion_binary
=
expansion/expansion.py &
echo
"Starting deployment manager..."
#
pkill -f $MANAGER
pkill
-f
$MANAGER
nohup
$MANAGER
>
$LOGDIR
/manager.log 2>&1
--port
=
"
${
MANAGER_PORT
}
"
--kubectl
=
"
${
KUBECTL
}
"
--expanderURL
=
http://localhost:8081
--deployerURL
=
http://localhost:8082 &
if
[[
"
$KUBE_PROXY
"
]]
;
then
...
...
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