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
80ba56a3
Commit
80ba56a3
authored
Mar 25, 2015
by
Justin Santa Barbara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix variable dollar-char errors
parent
50548826
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
util.sh
cluster/aws/util.sh
+2
-2
No files found.
cluster/aws/util.sh
View file @
80ba56a3
...
@@ -658,7 +658,7 @@ EOF
...
@@ -658,7 +658,7 @@ EOF
fi
fi
echo
-e
"
${
color_yellow
}
[not working yet]
${
color_norm
}
"
echo
-e
"
${
color_yellow
}
[not working yet]
${
color_norm
}
"
# Start Docker, in case it failed to start.
# Start Docker, in case it failed to start.
ssh
-oStrictHostKeyChecking
=
no
-i
${
AWS_SSH_KEY
}
ubuntu@
$
$
minion_ip
sudo
service docker start
>
$LOG
2>&1
ssh
-oStrictHostKeyChecking
=
no
-i
${
AWS_SSH_KEY
}
ubuntu@
$minion_ip
sudo
service docker start
>
$LOG
2>&1
attempt
=
$((
$attempt
+
1
))
attempt
=
$((
$attempt
+
1
))
sleep
30
sleep
30
done
done
...
@@ -805,7 +805,7 @@ function ssh-to-node {
...
@@ -805,7 +805,7 @@ function ssh-to-node {
local
cmd
=
"
$2
"
local
cmd
=
"
$2
"
local
ip
=
$(
get_instance_public_ip
${
node
})
local
ip
=
$(
get_instance_public_ip
${
node
})
if
[[
-z
"ip"
]]
;
then
if
[[
-z
"
$
ip
"
]]
;
then
echo
"Could not detect IP for
${
node
}
."
echo
"Could not detect IP for
${
node
}
."
exit
1
exit
1
fi
fi
...
...
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