Skip to content

Commit

Permalink
add_pod_start_timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
catpineapple committed Jul 10, 2024
1 parent dea9e2d commit ff3b9ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/doris/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ type BrokerSpec struct {
// BaseSpec describe the foundation spec of pod about doris components.
type BaseSpec struct {

// pod start time out seconds, unit is seconds
// pod start timeout, unit is second
StartTimeout int32 `json:"startTimeout,omitempty"`

//annotation for fe pods. user can config monitor annotation for collect to monitor system.
Expand Down
8 changes: 4 additions & 4 deletions config/crd/bases/doris.selectdb.com_dorisclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ spec:
description: serviceAccount for cn access cloud service.
type: string
startTimeout:
description: pod start time out seconds, unit is seconds
description: pod start timeout, unit is second
format: int32
type: integer
systemInitialization:
Expand Down Expand Up @@ -3737,7 +3737,7 @@ spec:
description: serviceAccount for cn access cloud service.
type: string
startTimeout:
description: pod start time out seconds, unit is seconds
description: pod start timeout, unit is second
format: int32
type: integer
systemInitialization:
Expand Down Expand Up @@ -6280,7 +6280,7 @@ spec:
description: serviceAccount for cn access cloud service.
type: string
startTimeout:
description: pod start time out seconds, unit is seconds
description: pod start timeout, unit is second
format: int32
type: integer
systemInitialization:
Expand Down Expand Up @@ -8150,7 +8150,7 @@ spec:
description: serviceAccount for cn access cloud service.
type: string
startTimeout:
description: pod start time out seconds, unit is seconds
description: pod start timeout, unit is second
format: int32
type: integer
systemInitialization:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ spec:
description: serviceAccount for cn access cloud service.
type: string
startTimeout:
description: pod start time out seconds, unit is seconds
description: pod start timeout, unit is second
format: int32
type: integer
systemInitialization:
Expand Down Expand Up @@ -3737,7 +3737,7 @@ spec:
description: serviceAccount for cn access cloud service.
type: string
startTimeout:
description: pod start time out seconds, unit is seconds
description: pod start timeout, unit is second
format: int32
type: integer
systemInitialization:
Expand Down Expand Up @@ -6280,7 +6280,7 @@ spec:
description: serviceAccount for cn access cloud service.
type: string
startTimeout:
description: pod start time out seconds, unit is seconds
description: pod start timeout, unit is second
format: int32
type: integer
systemInitialization:
Expand Down Expand Up @@ -8150,7 +8150,7 @@ spec:
description: serviceAccount for cn access cloud service.
type: string
startTimeout:
description: pod start time out seconds, unit is seconds
description: pod start timeout, unit is second
format: int32
type: integer
systemInitialization:
Expand Down

0 comments on commit ff3b9ab

Please sign in to comment.