Skip to content

Commit 750c922

Browse files
authored
fix: enable containerd for standalone (#2895)
1 parent adb07cd commit 750c922

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

chart/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,10 @@ controlPlane:
556556
joinNode:
557557
# Enabled defines if the standalone node should be joined into the cluster. If false, only the control plane binaries will be executed and no node will show up in the actual cluster.
558558
enabled: true
559+
# Containerd holds configuration for the containerd join process.
560+
containerd:
561+
# Enabled defines if containerd should be installed and configured by vCluster.
562+
enabled: true
559563

560564
# StatefulSet defines options for vCluster statefulSet deployed by Helm.
561565
statefulSet:

config/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ controlPlane:
289289
bundleRepository: "https://github.com/loft-sh/kubernetes/releases/download"
290290
joinNode:
291291
enabled: true
292+
containerd:
293+
enabled: true
292294

293295
statefulSet:
294296
labels: {}

0 commit comments

Comments
 (0)