mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 07:15:32 +02:00
vcluster: add page
This commit is contained in:
parent
fb26446b6f
commit
3f421d4465
1 changed files with 36 additions and 0 deletions
36
pages/common/vcluster.md
Normal file
36
pages/common/vcluster.md
Normal file
|
@ -0,0 +1,36 @@
|
|||
# vcluster
|
||||
|
||||
> Create and manage lightweight virtual Kubernetes clusters in namespaces.
|
||||
> More information: <https://www.vcluster.com/docs/cli/>.
|
||||
|
||||
- Create a virtual cluster in a specific namespace:
|
||||
|
||||
`vcluster create {{vcluster-name}} {{[-n|--namespace]}} {{namespace}}`
|
||||
|
||||
- Connect to a virtual cluster with a local port and insecure mode:
|
||||
|
||||
`vcluster connect {{vcluster-name}} {{[-n|--namespace]}} {{namespace}} {{[--local-port]}} {{port}} {{[--insecure]}}`
|
||||
|
||||
- List all virtual clusters:
|
||||
|
||||
`vcluster list`
|
||||
|
||||
- Delete a virtual cluster:
|
||||
|
||||
`vcluster delete {{vcluster-name}}`
|
||||
|
||||
- List platform-managed virtual clusters:
|
||||
|
||||
`vcluster platform list`
|
||||
|
||||
- Create a platform-managed virtual cluster:
|
||||
|
||||
`vcluster platform create {{vcluster-name}} {{[-n|--namespace]}} {{namespace}}`
|
||||
|
||||
- Connect to a platform-managed virtual cluster:
|
||||
|
||||
`vcluster platform connect {{vcluster-name}} {{[-n|--namespace]}} {{namespace}}`
|
||||
|
||||
- Delete a platform-managed virtual cluster:
|
||||
|
||||
`vcluster platform delete {{vcluster-name}} {{[-n|--namespace]}} {{namespace}}`
|
Loading…
Add table
Reference in a new issue