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
bbbcc3e7
Commit
bbbcc3e7
authored
Dec 15, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18588 from tPl0ch/fix-aws-config-kube-up
Auto commit by PR queue bot
parents
c2af9cac
189f2436
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
util.sh
cluster/aws/util.sh
+7
-2
No files found.
cluster/aws/util.sh
View file @
bbbcc3e7
...
...
@@ -934,8 +934,13 @@ function start-master() {
wait-for-instance-state
${
master_id
}
"running"
KUBE_MASTER
=
${
MASTER_NAME
}
KUBE_MASTER_IP
=
$(
assign-elastic-ip
$ip
$master_id
)
echo
-e
"
${
color_green
}
[master running @
${
KUBE_MASTER_IP
}
]
${
color_norm
}
"
echo
-e
"
${
color_green
}
[master running @
${
ip
}
]
${
color_norm
}
"
local
attach_message
attach_message
=
$(
assign-elastic-ip
$ip
$master_id
)
# Get master ip again after attachment.
KUBE_MASTER_IP
=
$(
get_instance_public_ip
$master_id
)
echo
${
attach_message
}
# This is a race between instance start and volume attachment. There appears to be no way to start an AWS instance with a volume attached.
# To work around this, we wait for volume to be ready in setup-master-pd.sh
...
...
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