You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: