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: config/crd/bases/crds.yaml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11361,6 +11361,13 @@ spec:
11361
11361
serviceAccount:
11362
11362
description: serviceAccount for compute node access cloud service.
11363
11363
type: string
11364
+
skipDefaultSystemInit:
11365
+
description: |-
11366
+
SkipDefaultSystemInit is a switch that skips the default initialization and is used to set the default environment configuration required by the doris BE node.
11367
+
Default value is 'false'.
11368
+
Default System Init means that the container must be started in privileged mode.
11369
+
Default System Init configuration is implemented through the initContainers of the pod, so changes to this configuration may be ignored by k8s when it is not the first deployment.
Copy file name to clipboardExpand all lines: config/crd/bases/disaggregated.cluster.doris.com_dorisdisaggregatedclusters.yaml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2234,6 +2234,13 @@ spec:
2234
2234
serviceAccount:
2235
2235
description: serviceAccount for compute node access cloud service.
2236
2236
type: string
2237
+
skipDefaultSystemInit:
2238
+
description: |-
2239
+
SkipDefaultSystemInit is a switch that skips the default initialization and is used to set the default environment configuration required by the doris BE node.
2240
+
Default value is 'false'.
2241
+
Default System Init means that the container must be started in privileged mode.
2242
+
Default System Init configuration is implemented through the initContainers of the pod, so changes to this configuration may be ignored by k8s when it is not the first deployment.
0 commit comments