Skip to content

Commit

Permalink
enable skip default system init
Browse files Browse the repository at this point in the history
  • Loading branch information
catpineapple committed Jan 2, 2025
1 parent 3e844b5 commit 18bd540
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/doris/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ type BeSpec struct {
// Doris workloadgroup reference document: https://doris.apache.org/docs/admin-manual/resource-admin/workload-group
EnableWorkloadGroup bool `json:"enableWorkloadGroup,omitempty"`

// SkipDefaultSystemInit is a switch that skips the default initialization and is used to set the default environment configuration required by the doris be node.
// Default value is 'false'.
// Default System Init means that the container must be started in privileged mode.
// 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.
SkipDefaultSystemInit bool `json:"skipDefaultSystemInit,omitempty"`
}

Expand Down

0 comments on commit 18bd540

Please sign in to comment.