-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CLI doc with make docgen (#6717)
- Loading branch information
1 parent
142fec0
commit 81abfa4
Showing
4 changed files
with
58 additions
and
9 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
48 changes: 48 additions & 0 deletions
48
.../content/en/docs/reference/eksctl/anywhere_generate_tinkerbelltemplateconfig.md
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,48 @@ | ||
--- | ||
title: "anywhere generate tinkerbelltemplateconfig" | ||
linkTitle: "anywhere generate tinkerbelltemplateconfig" | ||
--- | ||
|
||
## anywhere generate tinkerbelltemplateconfig | ||
|
||
Generate TinkerbellTemplateConfig objects | ||
|
||
### Synopsis | ||
|
||
Generate TinkerbellTemplateConfig objects for your cluster specification. | ||
|
||
The TinkerbellTemplateConfig is part of an EKS Anywhere bare metal cluster | ||
specification. When no template config is specified on TinkerbellMachineConfig | ||
objects, EKS Anywhere generates the template config internally. The template | ||
config defines the actions for provisioning a bare metal host such as streaming | ||
an OS image to disk. Actions vary based on the OS - see the EKS Anywhere | ||
documentation for more details on the individual actions. | ||
|
||
The template config include it in your bare metal cluster specification and | ||
reference it in the TinkerbellMachineConfig object using the .spec.templateRef | ||
field. | ||
|
||
|
||
``` | ||
anywhere generate tinkerbelltemplateconfig [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--bundles-override string A path to a custom bundles manifest | ||
-f, --filename string Path that contains a cluster configuration | ||
-h, --help help for tinkerbelltemplateconfig | ||
--tinkerbell-bootstrap-ip string The IP used to expose the Tinkerbell stack from the bootstrap cluster | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-v, --verbosity int Set the log level verbosity | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [anywhere generate](../anywhere_generate/) - Generate resources | ||
|
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