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

Install cadence with an existing cassandra #1234

Open
shakenfr opened this issue Mar 25, 2021 · 0 comments
Open

Install cadence with an existing cassandra #1234

shakenfr opened this issue Mar 25, 2021 · 0 comments

Comments

@shakenfr
Copy link

Describe the bug
I try to install cadence using an existing cassandra database following the README and it always try to create schema

/helm3/helm upgrade --install cadence --debug -f values_cassandra.yaml --set schema.setup.enable=false --set schema.update.enabled=false banzaicloud-stable/cadence
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /root/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /root/.kube/config
history.go:53: [debug] getting history for release cadence
Release "cadence" does not exist. Installing it now.
install.go:172: [debug] Original chart version: ""
install.go:189: [debug] CHART PATH: /root/.cache/helm/repository/cadence-0.16.2.tgz

client.go:122: [debug] creating 1 resource(s)
client.go:477: [debug] Watching for changes to Job cadence-schema-setup with timeout of 5m0s
client.go:505: [debug] Add/Modify event for cadence-schema-setup: ADDED
client.go:544: [debug] cadence-schema-setup: Jobs active: 0, jobs failed: 0, jobs succeeded: 0
client.go:505: [debug] Add/Modify event for cadence-schema-setup: MODIFIED
client.go:544: [debug] cadence-schema-setup: Jobs active: 1, jobs failed: 0, jobs succeeded: 0
client.go:268: [debug] Starting delete for "cadence-schema-setup" Job
Error: failed pre-install: timed out waiting for the condition
helm.go:81: [debug] failed pre-install: timed out waiting for the condition

Steps to reproduce the issue:
Having a cassandra database (my use is in a VM), launching the cadence install with set false to schema creation and It tries to create schema

Expected behavior
Schema creation have not to be started, cadence pod will create and connect my existing database

Screenshots

Additional context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant