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

BUG: CockroachDB stops install process #4861

Closed
saashqdev opened this issue Jul 5, 2024 · 1 comment
Closed

BUG: CockroachDB stops install process #4861

saashqdev opened this issue Jul 5, 2024 · 1 comment
Labels
kind/bug Something isn't working

Comments

@saashqdev
Copy link

saashqdev commented Jul 5, 2024

Sealos Version

v5.0.0-beta5

How to reproduce the bug?

curl -sfL https://raw.githubusercontent.com/labring/sealos/v5.0.0-beta5/scripts/cloud/install.sh -o /tmp/install.sh && bash /tmp/install.sh \
--cloud-domain=<your_domain> \
--cert-path=<your_crt> \
--key-path=<your_key>

What is the expected behavior?

Full install

What do you see instead?

...
2024-07-05T19:59:06 info Executing pipeline MirrorRegistry in InstallProcessor.
2024-07-05T19:59:06 info Executing UpgradeIfNeed Pipeline in InstallProcessor
namespace/sealos-system created
namespace/sealos created
customresourcedefinition.apiextensions.k8s.io/notifications.notification.sealos.io created
no mongodb uri found, create mongodb and gen mongodb uri
waiting for mongodb secret generated
waiting for mongodb ready ...mongodb secret has been generated successfully.
no cockroachdb uri found, create cockroachdb and gen cockroachdb uri
cockroachdb statefulset is created.
waiting for cockroachdb ready    Error: signal: killed
waiting for cockroachdb ready ...

Operating environment

- Sealos version: v5.0.0-beta5
- Docker version: v20.10.7
- Kubernetes version: v1.25.0
- Operating system: Ubuntu 24.04
- Runtime environment: 3 x 4gb / 2 cpu / 40GB server (Hetzner - CX22's)
- Cluster size: 1 master, 2 nodes
- Additional information:

Additional information

Install just stops with trying to start CockroachDB in the cluster. Eventually signal gets killed. Maybe not enough resources? There was an older issue like this (#4704). Just wondering if they were able to solve it. Cheers, Dave

@saashqdev saashqdev added the kind/bug Something isn't working label Jul 5, 2024
@saashqdev
Copy link
Author

saashqdev commented Jul 6, 2024

Just added more resources. Increased the master node to 8gb, 4core, 120gb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant