Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions vcluster/_fragments/standalone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,3 @@ nodes must be private nodes.
alt="vCluster Standalone Architecture"
/>
</center>

## Installation overview

vCluster Standalone requires having dedicated nodes to build your control plane nodes and optionally add additional worker nodes.

The steps are to bring up a vCluster Standalone cluster are:

1. Install an initial control plane node.
2. (Optional) Join additional control plane nodes.
3. (Optional) Join worker nodes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,7 @@ import TenancySupport from '../../../../_fragments/tenancy-support.mdx';

<Standalone />

## Node Roles
For more information see the full [Standalone Documentation](../../../../deploy/control-plane/binary/)

By default, the node only acts as a control plane node, but can be enabled to run as a
worker node as well.

```yaml title="Allow control plane node to be a worker node"
controlPlane:
standalone:
enabled: true
joinNode:
enabled: true # Control Plane node will also be considered a worker node
privateNodes: # Required when adding additional worker nodes
enabled: true
```

## Config Reference
## Config reference
<StandaloneConfig />
10 changes: 10 additions & 0 deletions vcluster/deploy/control-plane/binary/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ import TenancySupport from '../../../_fragments/tenancy-support.mdx';

<Standalone />

## Installation overview

vCluster Standalone requires having dedicated nodes to build your control plane nodes and optionally add additional worker nodes.

The steps are to bring up a vCluster Standalone cluster are:

1. Install an initial control plane node.
2. (Optional) Join additional control plane nodes.
3. (Optional) Join worker nodes.

## vcluster.yaml configuration

To create a vCluster Standalone with one node that is the control plane and worker node. Read more about [high availability](./high-availability).
Expand Down