
Change-Id: I5ab8722dd151d9e652e0b20e1d82988cd98505af Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
42 lines
818 B
Markdown
42 lines
818 B
Markdown
## airshipctl phase run
|
|
|
|
Run phase
|
|
|
|
### Synopsis
|
|
|
|
Run specific life-cycle phase such as ephemeral-control-plane, target-initinfra etc...
|
|
|
|
```
|
|
airshipctl phase run PHASE_NAME [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
|
|
# Run initinfra phase
|
|
airshipctl phase run ephemeral-control-plane
|
|
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
--dry-run simulate phase execution
|
|
-h, --help help for run
|
|
--kubeconfig string Path to kubeconfig associated with site being managed
|
|
--wait-timeout duration wait timeout
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--airshipconf string Path to file for airshipctl configuration. (default "$HOME/.airship/config")
|
|
--debug enable verbose output
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl phase](airshipctl_phase.md) - Manage phases
|
|
|