-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
adapt install script for cockroachdb. #4593
Conversation
Signed-off-by: yy <[email protected]>
Signed-off-by: yy <[email protected]>
Signed-off-by: yy <[email protected]>
Signed-off-by: yy <[email protected]>
Signed-off-by: yy <[email protected]>
Signed-off-by: yy <[email protected]>
🤖 Generated by lychee actionSummary
Full action output |
# TODO use sealos run to install cockroachdb-operator | ||
kubectl apply -f https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v2.12.0/install/crds.yaml | ||
kubectl apply -f https://raw.githubusercontent.com/cockroachdb/cockroach-operator/v2.12.0/install/operator.yaml | ||
|
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.
@wallyxjh please update this.
Signed-off-by: yy <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4593 +/- ##
=======================================
Coverage 65.45% 65.45%
=======================================
Files 8 8
Lines 660 660
=======================================
Hits 432 432
Misses 180 180
Partials 48 48 ☔ View full report in Codecov by Sentry. |
@@ -21,7 +21,7 @@ cloud_version="latest" | |||
#single=y/n | |||
image_registry=${image_registry:-"docker.io"} | |||
image_repository=${image_repository:-"labring"} | |||
kubernetes_version=${kubernetes_version:-"1.25.6"} | |||
kubernetes_version=${kubernetes_version:-"1.27.11"} |
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.
@wallyxjh maybe we can use kubeblocks v0.7.2 or higher version? please check.
# sealos run tars/license.tar \ | ||
# --env MONGO_URI="$mongodbUri" |
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.
@bxy4543 fix charge logic in license controller.
@@ -139,7 +211,8 @@ function sealos_run_frontend { | |||
--config-file etc/sealos/desktop-config.yaml | |||
|
|||
# sealos authorize !!must run after sealos_run_controller frontend-desktop.tar and before sealos_run_frontend | |||
sealos_authorize | |||
# TODO fix sealos_authorize in controller/job/init |
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.
@bxy4543 fix sealos init admin user logic and add region data to CockroachDB in job/init
No description provided.