Skip to content

Commit

Permalink
Merge pull request #1630 from heiko-braun/cli_docs_update
Browse files Browse the repository at this point in the history
Regenerate CLI docs
  • Loading branch information
FabianKramm authored Mar 27, 2024
2 parents 4d24ad0 + cb42f2a commit 511c047
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions docs/pages/cli/vcluster_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ vcluster create test --namespace test
--disable-pro If true vcluster will not try to create a vCluster.Pro. You can also use 'vcluster logout' to prevent vCluster from creating any pro clusters
--distro string Kubernetes distro to use for the virtual cluster. Allowed distros: k3s, k0s, k8s, eks (default "k3s")
--expose If true will create a load balancer service to expose the vcluster endpoint
--extra-values strings DEPRECATED: use --values instead
-h, --help help for create
--isolate If true vcluster and its workloads will run in an isolated environment
--kube-config-context-name string If set, will override the context name of the generated virtual cluster kube config with this name
--kubernetes-version string The kubernetes version to use (e.g. v1.20). Patch versions are not supported
-l, --labels strings [PRO] Comma separated labels to apply to the virtualclusterinstance
Expand Down
1 change: 1 addition & 0 deletions docs/pages/cli/vcluster_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ vcluster delete test --namespace test
--delete-configmap If enabled, vCluster will delete the ConfigMap of the vCluster
--delete-namespace If enabled, vcluster will delete the namespace of the vcluster. In the case of multi-namespace mode, will also delete all other namespaces created by vcluster
-h, --help help for delete
--ignore-not-found If enabled, vcluster will not error out in case the target vcluster does not exist
--keep-pvc If enabled, vcluster will not delete the persistent volume claim of the vcluster
--project string [PRO] The pro project the vcluster is in
--wait If enabled, vcluster will wait until the vcluster is deleted (default true)
Expand Down

0 comments on commit 511c047

Please sign in to comment.