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/doris/v1/types.go
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@
15
15
// specific language governing permissions and limitations
16
16
// under the License.
17
17
18
-
19
18
package v1
20
19
21
20
import (
@@ -49,6 +48,10 @@ type DorisClusterSpec struct {
49
48
// the name of secret that type is `kubernetes.io/basic-auth` and contains keys username, password for management doris node in cluster as fe, be register.
50
49
// the password key is `password`. the username defaults to `root` and is omitempty.
51
50
AuthSecretstring`json:"authSecret,omitempty"`
51
+
52
+
// EnableRestartWhenConfigChange configmap monitoring, default is false.
53
+
// When EnableRestartWhenConfigChange is true, changing the doris core configmap will cause a rolling restart of the corresponding node
// AdminUser describe administrator for manage components in specified cluster.
@@ -86,8 +89,8 @@ type BeSpec struct {
86
89
// Default System Init means that the container must be started in privileged mode.
87
90
// 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.
//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.
92
+
93
+
//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.
91
94
//the weight of antiAffinity in same node is greater than this affinity.
0 commit comments