forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request kubernetes#5682 from justinsb/options_docs
More options documentation
- Loading branch information
Showing
2 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# 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. |