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
96d34c11
Commit
96d34c11
authored
May 08, 2015
by
Manfred Geiler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AWS: added docs for KUBE_ENABLE_MINION_PUBLIC_IP option
parent
205ed2bf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
options.md
cluster/aws/options.md
+12
-0
No files found.
cluster/aws/options.md
View file @
96d34c11
...
@@ -37,3 +37,15 @@ For production usage, we recommend bigger instances, for example:
...
@@ -37,3 +37,15 @@ For production usage, we recommend bigger instances, for example:
export MASTER_SIZE=c4.large
export MASTER_SIZE=c4.large
export MINION_SIZE=r3.large
export MINION_SIZE=r3.large
```
```
**KUBE_ENABLE_MINION_PUBLIC_IP**
Should a public IP automatically assigned to the minions? "true" or "false"
Defaults to: "true"
Please note: Do not set this to "false" unless you...
-
... already configured a NAT instance in the kubernetes VPC that will enable internet access for the new minions
-
... already configured a route for "0.0.0.0/0" to this NAT instance
-
... already configured a route for "YOUR_IP/32" to an AWS internet gateway (for the master instance to reach your
client directly during setup)
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