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

Experimenting with XTDB in Charts #734

Open
dwolfson opened this issue Mar 28, 2023 · 1 comment
Open

Experimenting with XTDB in Charts #734

dwolfson opened this issue Mar 28, 2023 · 1 comment
Assignees

Comments

@dwolfson
Copy link
Contributor

As I was experimenting with getting XTDB to work, I tried to just set persistence true and see this error - I don’t see anything obvious (to me) that looks wrong in egeria-factory.yaml..

(base) ➜ egeriaConnectors helm install lab egeria/odpi-egeria-lab --set service.type=NodePort --set jupyter.tokenSecret=jupyter-lab-secret --set-string jupyter.gitTagForNotebooks=main --devel --set kafka.replicas=2 --set zookeeper.replicas=2 --set persistence=true -f dan_overides.yaml
Error: INSTALLATION FAILED: template: odpi-egeria-lab/templates/egeria-factory.yaml:123:23: executing “odpi-egeria-lab/templates/egeria-factory.yaml” at <.Values.persistence.enabled>: can’t evaluate field enabled in type interface {}

@planetf1
Copy link
Member

The correct option is --set persistence.enabled=true

There's no regular testing of these options ... the intent of this option was to make persistent storage available for the config, graph repository, & cohort registry.
a) It does not fit well with work that had been started on the operator, and/or our discussion on cloud native
b) the chart is not written to support replicated servers
c) it has not been tried with xtdb

Assigning to docs repo

@planetf1 planetf1 transferred this issue from odpi/egeria-charts Mar 29, 2023
@planetf1 planetf1 self-assigned this Apr 14, 2023
@planetf1 planetf1 assigned dwolfson and unassigned planetf1 Jun 13, 2023
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

2 participants