mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 05:35:31 +02:00
loft: add page (#16770)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
parent
e2f9405968
commit
4f765cf9b8
1 changed files with 36 additions and 0 deletions
36
pages/common/loft.md
Normal file
36
pages/common/loft.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# loft
|
||||
|
||||
> Install and manage multi-tenant Kubernetes environments using virtual clusters.
|
||||
> More information: <https://loft.sh/docs/cli/loft/>.
|
||||
|
||||
- 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`
|
Loading…
Add table
Reference in a new issue