You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chart/values.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -556,6 +556,10 @@ controlPlane:
556
556
joinNode:
557
557
# 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.
558
558
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
559
563
560
564
# StatefulSet defines options for vCluster statefulSet deployed by Helm.
0 commit comments