
Instead of having a lot different arbitrary named commands such as "cluster initinfra", "cluster control-plane", add a generic phase command that would provide capabilities for interacting with phases (e.g. getting list or applying specific one). Change-Id: I1ab797121aecbfd2348933dfd993c1a5974edaf9 Relates-To: #162
16 lines
498 B
Plaintext
16 lines
498 B
Plaintext
Apply specific phase to kubernetes cluster such as control-plane, workloads, initinfra
|
|
|
|
Usage:
|
|
apply PHASE_NAME [flags]
|
|
|
|
Examples:
|
|
|
|
# Apply initinfra phase to a cluster
|
|
airshipctl phase apply initinfra
|
|
|
|
|
|
Flags:
|
|
--dry-run don't deliver documents to the cluster, simulate the changes instead
|
|
-h, --help help for apply
|
|
--prune if set to true, command will delete all kubernetes resources that are not defined in airship documents and have airshipit.org/deployed=apply label
|