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
5b046ccc
Commit
5b046ccc
authored
Feb 04, 2016
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #20448 from justinsb/aws_fix_e2e_detect_master
Auto commit by PR queue bot
parents
003b2318
0f6b3611
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
util.sh
cluster/aws/util.sh
+2
-0
No files found.
cluster/aws/util.sh
View file @
5b046ccc
...
...
@@ -163,6 +163,7 @@ function get_security_group_id {
# Finds the master ip, if it is saved (tagged on the master disk)
# Sets KUBE_MASTER_IP
function
find-tagged-master-ip
{
find-master-pd
if
[[
-n
"
${
MASTER_DISK_ID
:-}
"
]]
;
then
KUBE_MASTER_IP
=
$(
get-tag
${
MASTER_DISK_ID
}
${
TAG_KEY_MASTER_IP
})
fi
...
...
@@ -178,6 +179,7 @@ function get-tag {
}
# Gets an existing master, exiting if not found
# Note that this is called directly by the e2e tests
function
detect-master
()
{
find-tagged-master-ip
KUBE_MASTER
=
${
MASTER_NAME
}
...
...
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