From 15391673c5d26fd9f701cdd4da9b4f751456d40e Mon Sep 17 00:00:00 2001 From: Ian Howell Date: Mon, 6 Jul 2020 09:51:25 -0500 Subject: [PATCH] Remove deprecated documentation This removes the documentation for various deprecated commands Change-Id: I01d9252d97f0a52e5c6b3e43ea50ef4b3719e370 --- .../source/cli/airshipctl_baremetal_isogen.md | 30 ------------- .../cli/airshipctl_cluster_initinfra.md | 44 ------------------- docs/source/cli/airshipctl_document_render.md | 35 --------------- 3 files changed, 109 deletions(-) delete mode 100644 docs/source/cli/airshipctl_baremetal_isogen.md delete mode 100644 docs/source/cli/airshipctl_cluster_initinfra.md delete mode 100644 docs/source/cli/airshipctl_document_render.md diff --git a/docs/source/cli/airshipctl_baremetal_isogen.md b/docs/source/cli/airshipctl_baremetal_isogen.md deleted file mode 100644 index 5f874db70..000000000 --- a/docs/source/cli/airshipctl_baremetal_isogen.md +++ /dev/null @@ -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 - diff --git a/docs/source/cli/airshipctl_cluster_initinfra.md b/docs/source/cli/airshipctl_cluster_initinfra.md deleted file mode 100644 index 3f6772090..000000000 --- a/docs/source/cli/airshipctl_cluster_initinfra.md +++ /dev/null @@ -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 - diff --git a/docs/source/cli/airshipctl_document_render.md b/docs/source/cli/airshipctl_document_render.md deleted file mode 100644 index 15c1b6e0d..000000000 --- a/docs/source/cli/airshipctl_document_render.md +++ /dev/null @@ -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 -