From cb42f2a084fbb058e3b1283e3ee405858b196ecf Mon Sep 17 00:00:00 2001 From: heiko-braun Date: Wed, 27 Mar 2024 18:22:57 +0100 Subject: [PATCH] Regenerate CLI docs --- docs/pages/cli/vcluster_create.md | 2 -- docs/pages/cli/vcluster_delete.md | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/pages/cli/vcluster_create.md b/docs/pages/cli/vcluster_create.md index c0072ae94..a9b11859f 100644 --- a/docs/pages/cli/vcluster_create.md +++ b/docs/pages/cli/vcluster_create.md @@ -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 diff --git a/docs/pages/cli/vcluster_delete.md b/docs/pages/cli/vcluster_delete.md index 2febd6d5d..23f3cd891 100644 --- a/docs/pages/cli/vcluster_delete.md +++ b/docs/pages/cli/vcluster_delete.md @@ -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)