Remove deprecated documentation

This removes the documentation for various deprecated commands

Change-Id: I01d9252d97f0a52e5c6b3e43ea50ef4b3719e370
This commit is contained in:
Ian Howell 2020-07-06 09:51:25 -05:00
parent 507c842600
commit 15391673c5
3 changed files with 0 additions and 109 deletions

View File

@ -1,30 +0,0 @@
## airshipctl baremetal isogen
Generate baremetal host ISO image
### Synopsis
Generate baremetal host ISO image
```
airshipctl baremetal isogen [flags]
```
### Options
```
-h, --help help for isogen
```
### 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 baremetal](airshipctl_baremetal.md) - Perform actions on baremetal hosts

View File

@ -1,44 +0,0 @@
## airshipctl cluster initinfra
Deploy initinfra components to cluster
### Synopsis
Deploy initial infrastructure to kubernetes cluster such as
metal3.io, argo, tiller and other manifest documents with appropriate labels
```
airshipctl cluster initinfra [flags]
```
### Examples
```
# Deploy infrastructure to a cluster
airshipctl cluster initinfra
```
### Options
```
--cluster-type string select cluster type to deploy initial infrastructure to; currently only ephemeral is supported (default "ephemeral")
--dry-run don't deliver documents to the cluster, simulate the changes instead
-h, --help help for initinfra
--prune if set to true, command will delete all kubernetes resources that are not defined in airship documents and have airshipit.org/deployed=initinfra label
```
### 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 cluster](airshipctl_cluster.md) - Manage Kubernetes clusters

View File

@ -1,35 +0,0 @@
## airshipctl document render
Render documents from model
### Synopsis
Render documents from model
```
airshipctl document render [flags]
```
### Options
```
-a, --annotation stringArray filter documents by Annotations
-g, --apiversion stringArray filter documents by API version
-f, --filter string logical expression for document filtering
-h, --help help for render
-k, --kind stringArray filter documents by Kinds
-l, --label stringArray filter documents by Labels
```
### 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 document](airshipctl_document.md) - Manage deployment documents