From 4f765cf9b82194061f70873897443f958e027a11 Mon Sep 17 00:00:00 2001 From: depgod <23638290+depgod@users.noreply.github.com> Date: Mon, 9 Jun 2025 15:41:53 +0530 Subject: [PATCH] loft: add page (#16770) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages/common/loft.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/common/loft.md diff --git a/pages/common/loft.md b/pages/common/loft.md new file mode 100644 index 0000000000..1ff754698d --- /dev/null +++ b/pages/common/loft.md @@ -0,0 +1,36 @@ +# loft + +> Install and manage multi-tenant Kubernetes environments using virtual clusters. +> More information: . + +- Install or upgrade Loft in the current Kubernetes cluster: + +`loft start` + +- Authenticate to a remote Loft instance: + +`loft login {{https://loft.example.com}}` + +- Create a virtual cluster with a specific space and cluster: + +`loft create vcluster {{vcluster_name}} {{[-s|--space]}} {{space_name}} {{[-c|--cluster]}} {{cluster_name}}` + +- List all virtual clusters: + +`loft list vclusters` + +- Switch context to a specific virtual cluster: + +`loft use vcluster {{vcluster_name}}` + +- Delete a virtual cluster: + +`loft delete vcluster {{vcluster_name}}` + +- Show the current Loft username: + +`loft vars username` + +- Uninstall Loft from the cluster: + +`loft uninstall`