-
Notifications
You must be signed in to change notification settings - Fork 69
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
[Enhancement] Support Update Strategy for FE/BE/CN component #594
[Enhancement] Support Update Strategy for FE/BE/CN component #594
Conversation
bd6448a
to
f408557
Compare
Signed-off-by: yandongxiao <yandongxiao@starrocks.com>
f408557
to
e297a01
Compare
@@ -683,6 +690,12 @@ starrocksCnSpec: | |||
# volumeMounts: | |||
# - mountPath: /opt/starrocks/cn/storage | |||
# name: cn-data # append -data to the end of the name of the starrocksCnSpec.storageSpec.name | |||
# Max unavailable pods for the fe component when doing rolling update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s / fe component
/cn component
@@ -946,6 +959,12 @@ starrocksBeSpec: | |||
# volumeMounts: | |||
# - mountPath: /opt/starrocks/be/storage | |||
# name: be-data # append -data to the end of the name of the starrocksBeSpec.storageSpec.name | |||
# Max unavailable pods for the fe component when doing rolling update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s / fe component
/be component
@@ -791,6 +798,12 @@ starrocks: | |||
# volumeMounts: | |||
# - mountPath: /opt/starrocks/cn/storage | |||
# name: cn-data # append -data to the end of the name of the starrocksCnSpec.storageSpec.name | |||
# Max unavailable pods for the fe component when doing rolling update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s / fe component
/cn component
@@ -1054,6 +1067,12 @@ starrocks: | |||
# volumeMounts: | |||
# - mountPath: /opt/starrocks/be/storage | |||
# name: be-data # append -data to the end of the name of the starrocksBeSpec.storageSpec.name | |||
# Max unavailable pods for the fe component when doing rolling update. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s / fe component
/be component
Description
see #592
Checklist
For operator, please complete the following checklist:
make generate
to generate the code.golangci-lint run
to check the code style.make test
to run UT.make manifests
to update the yaml files of CRD.For helm chart, please complete the following checklist:
file of starrocks chart.
scripts
directory, runbash create-parent-chart-values.sh
to update the values.yaml file of the parentchart( kube-starrocks chart).