
* command: airshipctl image build * For now it is just a wrapper for baremetal isogen. * Removed isogen subcommand from baremetal Change-Id: I5c1260c4b167e5768eba27a7cd83c9b60ab29184 Relates-To:#251 Closes:#251
33 lines
1.2 KiB
Markdown
33 lines
1.2 KiB
Markdown
## airshipctl baremetal
|
|
|
|
Perform actions on baremetal hosts
|
|
|
|
### Synopsis
|
|
|
|
Perform actions on baremetal hosts
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for baremetal
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--airshipconf string Path to file for airshipctl configuration. (default "$HOME/.airship/config")
|
|
--debug enable verbose output
|
|
--kubeconfig string Path to kubeconfig associated with airshipctl configuration. (default "$HOME/.airship/kubeconfig")
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl](airshipctl.md) - A unified entrypoint to various airship components
|
|
* [airshipctl baremetal ejectmedia](airshipctl_baremetal_ejectmedia.md) - Eject media attached to a baremetal host
|
|
* [airshipctl baremetal poweroff](airshipctl_baremetal_poweroff.md) - Shutdown a baremetal host
|
|
* [airshipctl baremetal poweron](airshipctl_baremetal_poweron.md) - Power on a host
|
|
* [airshipctl baremetal powerstatus](airshipctl_baremetal_powerstatus.md) - Retrieve the power status of a baremetal host
|
|
* [airshipctl baremetal reboot](airshipctl_baremetal_reboot.md) - Reboot a host
|
|
* [airshipctl baremetal remotedirect](airshipctl_baremetal_remotedirect.md) - Bootstrap the ephemeral host
|
|
|