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: api/disaggregated/v1/types.go
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -121,6 +121,12 @@ type ComputeGroup struct {
121
121
// Default System Init means that the container must be started in privileged mode.
122
122
// 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.
// AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
126
+
// Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
127
+
// Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
128
+
// Changing this configuration will cause a BE rolling restart.
//EnableFeAffinity schedule the be pod on the hosts that have fe pod. when in test situation or have 3 fe and 3 be nodes, and wants one fe and one be in same host.
130
130
//the weight of antiAffinity in same node is greater than this affinity.
// AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
134
+
// Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
135
+
// Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
136
+
// Changing this configuration will cause a BE rolling restart.
// AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
169
+
// Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
170
+
// Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
171
+
// Changing this configuration will cause a BE rolling restart.
// BrokerSpec describes a template for creating copies of a broker software service, if deploy broker we recommend you add affinity for deploy with be pod.
Copy file name to clipboardExpand all lines: config/crd/bases/crds.yaml
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1008,6 +1008,13 @@ spec:
1008
1008
description: annotation for fe pods. user can config monitor annotation
1009
1009
for collect to monitor system.
1010
1010
type: object
1011
+
autoResolveLimitCPU:
1012
+
description: |-
1013
+
AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
1014
+
Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
1015
+
Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
1016
+
Changing this configuration will cause a BE rolling restart.
1017
+
type: boolean
1011
1018
claims:
1012
1019
description: |-
1013
1020
Claims lists the names of resources, defined in spec.resourceClaims,
@@ -5093,6 +5100,13 @@ spec:
5093
5100
description: annotation for fe pods. user can config monitor annotation
5094
5101
for collect to monitor system.
5095
5102
type: object
5103
+
autoResolveLimitCPU:
5104
+
description: |-
5105
+
AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
5106
+
Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
5107
+
Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
5108
+
Changing this configuration will cause a BE rolling restart.
5109
+
type: boolean
5096
5110
autoScalingPolicy:
5097
5111
description: AutoScalingPolicy auto scaling strategy
5098
5112
properties:
@@ -10146,6 +10160,13 @@ spec:
10146
10160
Annotations is an unstructured key value map stored with a resource that may be
10147
10161
set by external tools to store and retrieve arbitrary metadata.
10148
10162
type: object
10163
+
autoResolveLimitCPU:
10164
+
description: |-
10165
+
AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
10166
+
Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
10167
+
Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
10168
+
Changing this configuration will cause a BE rolling restart.
10169
+
type: boolean
10149
10170
claims:
10150
10171
description: |-
10151
10172
Claims lists the names of resources, defined in spec.resourceClaims,
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
@@ -1019,6 +1019,13 @@ spec:
1019
1019
Annotations is an unstructured key value map stored with a resource that may be
1020
1020
set by external tools to store and retrieve arbitrary metadata.
1021
1021
type: object
1022
+
autoResolveLimitCPU:
1023
+
description: |-
1024
+
AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
1025
+
Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
1026
+
Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
1027
+
Changing this configuration will cause a BE rolling restart.
1028
+
type: boolean
1022
1029
claims:
1023
1030
description: |-
1024
1031
Claims lists the names of resources, defined in spec.resourceClaims,
Copy file name to clipboardExpand all lines: config/crd/bases/doris.apache.com_dorisclusters.yaml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1008,6 +1008,13 @@ spec:
1008
1008
description: annotation for fe pods. user can config monitor annotation
1009
1009
for collect to monitor system.
1010
1010
type: object
1011
+
autoResolveLimitCPU:
1012
+
description: |-
1013
+
AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
1014
+
Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
1015
+
Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
1016
+
Changing this configuration will cause a BE rolling restart.
1017
+
type: boolean
1011
1018
claims:
1012
1019
description: |-
1013
1020
Claims lists the names of resources, defined in spec.resourceClaims,
@@ -5093,6 +5100,13 @@ spec:
5093
5100
description: annotation for fe pods. user can config monitor annotation
5094
5101
for collect to monitor system.
5095
5102
type: object
5103
+
autoResolveLimitCPU:
5104
+
description: |-
5105
+
AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
5106
+
Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
5107
+
Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
5108
+
Changing this configuration will cause a BE rolling restart.
5109
+
type: boolean
5096
5110
autoScalingPolicy:
5097
5111
description: AutoScalingPolicy auto scaling strategy
Copy file name to clipboardExpand all lines: config/crd/bases/doris.selectdb.com_dorisclusters.yaml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1008,6 +1008,13 @@ spec:
1008
1008
description: annotation for fe pods. user can config monitor annotation
1009
1009
for collect to monitor system.
1010
1010
type: object
1011
+
autoResolveLimitCPU:
1012
+
description: |-
1013
+
AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
1014
+
Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
1015
+
Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
1016
+
Changing this configuration will cause a BE rolling restart.
1017
+
type: boolean
1011
1018
claims:
1012
1019
description: |-
1013
1020
Claims lists the names of resources, defined in spec.resourceClaims,
@@ -5093,6 +5100,13 @@ spec:
5093
5100
description: annotation for fe pods. user can config monitor annotation
5094
5101
for collect to monitor system.
5095
5102
type: object
5103
+
autoResolveLimitCPU:
5104
+
description: |-
5105
+
AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
5106
+
Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
5107
+
Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
5108
+
Changing this configuration will cause a BE rolling restart.
5109
+
type: boolean
5096
5110
autoScalingPolicy:
5097
5111
description: AutoScalingPolicy auto scaling strategy
Copy file name to clipboardExpand all lines: helm-charts/doris-operator/crds/disaggregated.cluster.doris.com_dorisdisaggregatedclusters.yaml
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1019,6 +1019,13 @@ spec:
1019
1019
Annotations is an unstructured key value map stored with a resource that may be
1020
1020
set by external tools to store and retrieve arbitrary metadata.
1021
1021
type: object
1022
+
autoResolveLimitCPU:
1023
+
description: |-
1024
+
AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
1025
+
Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
1026
+
Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
1027
+
Changing this configuration will cause a BE rolling restart.
1028
+
type: boolean
1022
1029
claims:
1023
1030
description: |-
1024
1031
Claims lists the names of resources, defined in spec.resourceClaims,
Copy file name to clipboardExpand all lines: helm-charts/doris-operator/crds/doris.apache.com_dorisclusters.yaml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1008,6 +1008,13 @@ spec:
1008
1008
description: annotation for fe pods. user can config monitor annotation
1009
1009
for collect to monitor system.
1010
1010
type: object
1011
+
autoResolveLimitCPU:
1012
+
description: |-
1013
+
AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
1014
+
Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
1015
+
Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
1016
+
Changing this configuration will cause a BE rolling restart.
1017
+
type: boolean
1011
1018
claims:
1012
1019
description: |-
1013
1020
Claims lists the names of resources, defined in spec.resourceClaims,
@@ -5093,6 +5100,13 @@ spec:
5093
5100
description: annotation for fe pods. user can config monitor annotation
5094
5101
for collect to monitor system.
5095
5102
type: object
5103
+
autoResolveLimitCPU:
5104
+
description: |-
5105
+
AutoResolveLimitCPU indicates whether to automatically set the CPU limit to doris BE config.
5106
+
Default value is 'false'. This means that the Doris BE is unaware of the CPU configuration of resources.
5107
+
Enabling this configuration means injecting an ENV named BE_CPU_LIMIT with the value requests.cpu into the pod. This configuration will also appear in the 'be.conf' file inside the BE container.
5108
+
Changing this configuration will cause a BE rolling restart.
5109
+
type: boolean
5096
5110
autoScalingPolicy:
5097
5111
description: AutoScalingPolicy auto scaling strategy
0 commit comments