airshipctl/docs/source/cli/airshipctl_phase_run.md
Ruslan Aliev 3ccafd9d0f Remove deprecated options for phase/plan run cmd
There are some debries left after removing --kubeconfig flag
from support, this patch cleans them up.

Change-Id: Iabdd6bcbc59d169bf162c9cddb3cb264fb88a3f7
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
2021-03-24 13:39:13 -05:00

732 B

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

SEE ALSO