@@ -10386,6 +10386,14 @@ spec:
1038610386 type: string
1038710387 type: object
1038810388 type: object
10389+ enableWorkloadGroup:
10390+ description: |-
10391+ EnableWorkloadGroup is a switch that determines whether the doris cluster enables the workload group.
10392+ Default value is 'false'.
10393+ Enabling it means that the container must be started in privileged mode.
10394+ Please confirm whether the host machine and k8s cluster allow it.
10395+ Doris workloadgroup reference document: https://doris.apache.org/docs/admin-manual/resource-admin/workload-group
10396+ type: boolean
1038910397 envVars:
1039010398 description: EnvVars is a slice of environment variables that
1039110399 are added to the pods, the default is empty.
@@ -11310,7 +11318,7 @@ spec:
1131011318 type: object
1131111319 type: object
1131211320 service:
11313- description: export metaservice for accessing from outside k8s.
11321+ description: export service for accessing from outside k8s.
1131411322 properties:
1131511323 annotations:
1131611324 additionalProperties:
@@ -11433,7 +11441,7 @@ spec:
1143311441 type: array
1143411442 uniqueId:
1143511443 description: the unique identifier of compute group, first register
11436- in fe will use UniqueId as cluster name.
11444+ in fe will use UniqueId as compute group name.
1143711445 type: string
1143811446 required:
1143911447 - uniqueId
@@ -13546,7 +13554,7 @@ spec:
1354613554 type: object
1354713555 type: object
1354813556 service:
13549- description: export metaservice for accessing from outside k8s.
13557+ description: export service for accessing from outside k8s.
1355013558 properties:
1355113559 annotations:
1355213560 additionalProperties:
@@ -13659,6 +13667,25 @@ spec:
1365913667 type: object
1366013668 type: array
1366113669 type: object
13670+ kerberosInfo:
13671+ description: KerberosInfo contains a series of access key files, Provides
13672+ access to kerberos.
13673+ properties:
13674+ keytabPath:
13675+ description: |-
13676+ KeytabPath is the path where the Secret is finally stored inside the pod. default '/etc/keytab/'.
13677+ It is not recommended to modify it unless necessary.
13678+ This path is the path filled in when configuring "hadoop.kerberos.keytab".
13679+ type: string
13680+ keytabSecretName:
13681+ description: "SecretName is the name of sercet within '*.keytab'
13682+ files,\nrefer to the following command to create a Secret :\n\t'kubectl
13683+ create secret generic {secret-name} --from-file=. '"
13684+ type: string
13685+ krb5ConfigMap:
13686+ description: Krb5ConfigMap is the name of configmap within 'krb5.conf'
13687+ type: string
13688+ type: object
1366213689 metaService:
1366313690 description: MetaService describe the metaservice that cluster want
1366413691 to storage metadata.
@@ -15775,7 +15802,7 @@ spec:
1577515802 type: object
1577615803 type: object
1577715804 service:
15778- description: export metaservice for accessing from outside k8s.
15805+ description: export service for accessing from outside k8s.
1577915806 properties:
1578015807 annotations:
1578115808 additionalProperties:
@@ -15982,6 +16009,10 @@ spec:
1598216009 description: Phase represent the stage of reconciling.
1598316010 type: string
1598416011 type: object
16012+ observedGeneration:
16013+ description: is the most recent generation observed for DorisDisaggregatedCluster
16014+ format: int64
16015+ type: integer
1598516016 type: object
1598616017 type: object
1598716018 served: true
0 commit comments