Skip to main content

Synopsis

Resumes a paused virtual cluster.
vcluster resume VCLUSTER_NAME [flags]

Description

The resume command wakes up a paused virtual cluster by scaling the control plane back up.

Examples

# Resume a vCluster
vcluster resume my-vcluster --namespace team-x

# Resume with specific driver
vcluster resume my-vcluster -n team-x --driver helm

# Resume Platform vCluster
vcluster resume my-vcluster -n team-x --driver platform --project my-project

Flags

--namespace
string
required
The Kubernetes namespace where the vCluster is running.
--driver
string
default:"helm"
The driver to use. Options: helm, platform.
--project
string
[PLATFORM] The project name.

What Happens on Resume

1

Control Plane Scales Up

StatefulSet replicas are set back to the configured value (usually 1 or 3 for HA).
2

Pods Start

Control plane pods start and load state from persistent storage.
3

Reconciliation

Syncer reconciles the state between virtual and host cluster.
4

Ready

vCluster becomes accessible via kubectl.

See Also

Build docs developers (and LLMs) love