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
5d7f86b0
Commit
5d7f86b0
authored
Mar 19, 2015
by
Justin Santa Barbara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More options documentation
parent
3d1dfd47
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
2 deletions
+28
-2
options.md
cluster/aws/options.md
+14
-2
options.md
cluster/options.md
+14
-0
No files found.
cluster/aws/options.md
View file @
5d7f86b0
# AWS specific configuration options
# AWS specific configuration options
These options can be set as environment variables to customize how your cluster is created. Only options
These options can be set as environment variables to customize how your cluster is created. Only options
specific to AWS are documented
in this file, for cross-provider options see TODO:global-options-doc
.
specific to AWS are documented
here, for cross-provider options see
[
this document
](
../options.md
)
.
This is a work-in-progress; not all options are documented yet!
This is a work-in-progress; not all options are documented yet!
...
@@ -13,7 +13,7 @@ The AWS availability zone to deploy to. Defaults to us-west-2a.
...
@@ -13,7 +13,7 @@ The AWS availability zone to deploy to. Defaults to us-west-2a.
The AMI to use. If not specified, the image will be selected based on the AWS region.
The AMI to use. If not specified, the image will be selected based on the AWS region.
## AWS_S3_BUCKET, AWS_S3_REGION
**AWS_S3_BUCKET**
,
**AWS_S3_REGION**
The bucket name to use, and the region where the bucket should be created, or where the bucket is located if it exists already.
The bucket name to use, and the region where the bucket should be created, or where the bucket is located if it exists already.
...
@@ -26,3 +26,14 @@ AWS_S3_BUCKET will default to a uniquely generated name, so you won't collide wi
...
@@ -26,3 +26,14 @@ AWS_S3_BUCKET will default to a uniquely generated name, so you won't collide wi
It is not a bad idea to set AWS_S3_BUCKET to something more human friendly.
It is not a bad idea to set AWS_S3_BUCKET to something more human friendly.
AWS_S3_REGION is useful for people that want to control their data location, because of regulatory restrictions for example.
AWS_S3_REGION is useful for people that want to control their data location, because of regulatory restrictions for example.
**MASTER_SIZE**
,
**MINION_SIZE**
The instance type to use for creating the master/minion. Defaults to t2.micro.
For production usage, we recommend bigger instances, for example:
```
export MASTER_SIZE=c4.large
export MINION_SIZE=r3.large
```
\ No newline at end of file
cluster/options.md
0 → 100644
View file @
5d7f86b0
# Configuration options
These options can be set as environment variables, to customize how your cluster is created.
These options apply across providers. There are additional documents for options specific to providers:
*
[
AWS
](
aws/options.md
)
This is a work-in-progress; not all options are documented yet!
**NUM_MINIONS**
The number of minion instances to create. Most providers default this to 4.
\ No newline at end of file
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