6207e2c24d
Change ClusterMap API object to support multiple kubeconfig sources for a cluster. If one kubeconfig source fails, kubeconfig builder will not fail and move on to the next one. This behaviour will allow to support cases when ephemeral cluster is not accesible anymore or when target cluster is not yet accessible. For more information please read issue #460 in airshipctl github Relates-To: #460 Related-To: #460 Change-Id: I7cd32f78cd7c4ad8814eac357424c24216f40d76
40 lines
651 B
Markdown
40 lines
651 B
Markdown
## airshipctl phase validate
|
|
|
|
Assert that a phase is valid
|
|
|
|
### Synopsis
|
|
|
|
Command which would validate that the phase contains the required documents to run the phase.
|
|
|
|
|
|
```
|
|
airshipctl phase validate PHASE_NAME [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
|
|
# validate initinfra phase
|
|
airshipctl phase validate initinfra
|
|
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for validate
|
|
```
|
|
|
|
### 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
|
|
|