
Syntax: airshipctl phase run <PHASE_NAME> --timeout <time_unit> Exmaple: airshipctl phase run initinfra-ephemeral --debug --wait-timeout 1000s Change-Id: Ic8c699f5302eb482f32aee0e7d7c593df2ed7d3b
42 lines
860 B
Markdown
42 lines
860 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
|
|
--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
|
|
--kubeconfig string Path to kubeconfig associated with airshipctl configuration. (default "$HOME/.airship/kubeconfig")
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl phase](airshipctl_phase.md) - Manage phases
|
|
|