Skip to content

feat: support InPlaceUpdate when only configuration changes are made #557

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Oct 16, 2024
1 change: 1 addition & 0 deletions api/core/v1alpha1/common_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ type PodSet struct {

// OperatorVersion is the controller version of mo-operator that should be used to
// reconcile this set
// +kubebuilder:default="1.2.0"
OperatorVersion *string `json:"operatorVersion,omitempty"`
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -497,6 +498,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -838,6 +840,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -1042,6 +1045,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -1317,6 +1321,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -1498,6 +1503,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -1713,6 +1719,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -2029,6 +2036,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
1 change: 1 addition & 0 deletions deploy/crds/core.matrixorigin.io_cnpools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
1 change: 1 addition & 0 deletions deploy/crds/core.matrixorigin.io_cnsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
1 change: 1 addition & 0 deletions deploy/crds/core.matrixorigin.io_dnsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
1 change: 1 addition & 0 deletions deploy/crds/core.matrixorigin.io_logsets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
8 changes: 8 additions & 0 deletions deploy/crds/core.matrixorigin.io_matrixoneclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -497,6 +498,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -838,6 +840,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -1042,6 +1045,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -1317,6 +1321,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -1498,6 +1503,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -1713,6 +1719,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down Expand Up @@ -2029,6 +2036,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
1 change: 1 addition & 0 deletions deploy/crds/core.matrixorigin.io_proxysets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
1 change: 1 addition & 0 deletions deploy/crds/core.matrixorigin.io_webuis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ spec:
type: string
type: object
operatorVersion:
default: 1.2.0
description: |-
OperatorVersion is the controller version of mo-operator that should be used to
reconcile this set
Expand Down
Loading
Loading