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
2d5671ae
Commit
2d5671ae
authored
Nov 03, 2015
by
Justin Santa Barbara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AWS: Fix kube-up comments per code review
parent
41743ce8
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 @
2d5671ae
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
# are ready to commit to supporting it.
# are ready to commit to supporting it.
# Experimental functionality:
# Experimental functionality:
# KUBE_SHARE_MASTER=true
# KUBE_SHARE_MASTER=true
# Detect
s an existing master and reuse it
; useful if you want to
# Detect
and reuse an existing master
; useful if you want to
# create more nodes, perhaps with a different instance type or in
# create more nodes, perhaps with a different instance type or in
# a different subnet/AZ
# a different subnet/AZ
# KUBE_SUBNET_CIDR=172.20.1.0/24
# KUBE_SUBNET_CIDR=172.20.1.0/24
...
@@ -39,7 +39,7 @@ ALLOCATE_NODE_CIDRS=true
...
@@ -39,7 +39,7 @@ ALLOCATE_NODE_CIDRS=true
NODE_INSTANCE_PREFIX
=
"
${
INSTANCE_PREFIX
}
-minion"
NODE_INSTANCE_PREFIX
=
"
${
INSTANCE_PREFIX
}
-minion"
# The A
SG
name must be unique, so we include the zone
# The A
uto Scaling Group (ASG)
name must be unique, so we include the zone
ASG_NAME
=
"
${
NODE_INSTANCE_PREFIX
}
-group-
${
ZONE
}
"
ASG_NAME
=
"
${
NODE_INSTANCE_PREFIX
}
-group-
${
ZONE
}
"
# We could allow the master disk volume id to be specified in future
# We could allow the master disk volume id to be specified in future
...
...
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