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
57265a4c
Commit
57265a4c
authored
Jan 05, 2016
by
Justin Santa Barbara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AWS: Pass NUM_NODES in instance-data
The bootstrap scripts already assume it is set.
parent
ee006e76
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
util.sh
cluster/aws/util.sh
+1
-0
No files found.
cluster/aws/util.sh
View file @
57265a4c
...
@@ -860,6 +860,7 @@ function start-master() {
...
@@ -860,6 +860,7 @@ function start-master() {
echo
"readonly SERVER_BINARY_TAR_URL='
${
SERVER_BINARY_TAR_URL
}
'"
echo
"readonly SERVER_BINARY_TAR_URL='
${
SERVER_BINARY_TAR_URL
}
'"
echo
"readonly SALT_TAR_URL='
${
SALT_TAR_URL
}
'"
echo
"readonly SALT_TAR_URL='
${
SALT_TAR_URL
}
'"
echo
"readonly ZONE='
${
ZONE
}
'"
echo
"readonly ZONE='
${
ZONE
}
'"
echo
"readonly NUM_NODES='
${
NUM_NODES
}
'"
echo
"readonly KUBE_USER='
${
KUBE_USER
}
'"
echo
"readonly KUBE_USER='
${
KUBE_USER
}
'"
echo
"readonly KUBE_PASSWORD='
${
KUBE_PASSWORD
}
'"
echo
"readonly KUBE_PASSWORD='
${
KUBE_PASSWORD
}
'"
echo
"readonly SERVICE_CLUSTER_IP_RANGE='
${
SERVICE_CLUSTER_IP_RANGE
}
'"
echo
"readonly SERVICE_CLUSTER_IP_RANGE='
${
SERVICE_CLUSTER_IP_RANGE
}
'"
...
...
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