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] Kubernetes deploy command fails #66

Closed
dkawashima opened this issue Apr 15, 2020 · 4 comments
Closed

[BUG] Kubernetes deploy command fails #66

dkawashima opened this issue Apr 15, 2020 · 4 comments
Assignees

Comments

@dkawashima
Copy link

Describe the bug
error: error parsing https://github.com/a-mma/AquilaDB/blob/develop/kubernetes/aquiladb.yml: error converting YAML to JSON: yaml: line 115: mapping values are not allowed in this context

To Reproduce
Run this command: kubectl apply -f https://github.com/a-mma/AquilaDB/blob/develop/kubernetes/aquiladb.yml

Expected behavior
Successful launch of aquiladb as kubernetes service

Server Logs
If possible, collect logs from AquilaDB container by following below steps in your terminal:

  1. run docker ps and note down container id for AquilaDB
  2. run docker exec -i -t <container id> /bin/bash
  3. run pm2 logs and copy contents from there

please complete the following information:

  • Host OS: [e.g. Ubuntu 18.04]
  • Docker image label (tag) [e.g. latest, bleeding, release-v0.2.2]
  • AquilaDB Version [e.g. v0.2.2]

Additional context
Add any other context about the problem here.

@jeswinkninan
Copy link
Contributor

@dkawashima Please use the URL: https://raw.githubusercontent.com/a-mma/AquilaDB/develop/kubernetes/aquiladb.yml for the deployment. We will correct the URL in the documents

@dkawashima
Copy link
Author

Thanks!

@dkawashima
Copy link
Author

dkawashima commented Apr 16, 2020

Also, still running into this error with the updated config. New to Kubernetes so bear with me. Tried to deploy AquilaDB in Kubernetes and getting this error:

MountVolume.SetUp failed for volume "aquiladb-volume" : hostPath type check failed: /var/lib/aquiladb is not a directory
How does one create this directory in a Kubernetes contianer/set this up? Thanks

@freakeinstein
Copy link
Member

Kubernetes configs are no longer maintained. ADB architecture & specs changed. Closing.

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

3 participants