Skip to content
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

Merged
merged 8 commits into from Mar 15, 2024
Merged

Conversation

lingdie
Copy link
Collaborator

@lingdie lingdie commented Mar 14, 2024

No description provided.

lingdie and others added 7 commits March 13, 2024 12:13
Signed-off-by: yy <lingdie.yy@outlook.com>
Signed-off-by: yy <lingdie.yy@outlook.com>
Signed-off-by: yy <lingdie.yy@outlook.com>
Signed-off-by: yy <lingdie.yy@outlook.com>
Signed-off-by: yy <lingdie.yy@outlook.com>
Signed-off-by: yy <lingdie.yy@outlook.com>
@sealos-ci-robot
Copy link
Member

sealos-ci-robot commented Mar 14, 2024

🤖 Generated by lychee action

Summary

Status Count
🔍 Total 1198
✅ Successful 371
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 826
❓ Unknown 0
🚫 Errors 0

Full action output

Full Github Actions output

Comment on lines +642 to +645
# 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

Copy link
Collaborator Author

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 <lingdie.yy@outlook.com>
Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.45%. Comparing base (424fcc7) to head (1078a80).
Report is 3 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@@ -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"}
Copy link
Collaborator Author

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.

Comment on lines +187 to +188
# sealos run tars/license.tar \
# --env MONGO_URI="$mongodbUri"
Copy link
Collaborator Author

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
Copy link
Collaborator Author

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

@bxy4543 bxy4543 changed the title V5.0.0 beta5 rc adapt install script for cockroachdb. Mar 15, 2024
@bxy4543 bxy4543 added this to the v5.0 milestone Mar 15, 2024
@bxy4543 bxy4543 merged commit 055fe0b into labring:main Mar 15, 2024
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants