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

Run on Kubernetes? #5

Open
nathanwaters opened this issue Jan 16, 2019 · 1 comment
Open

Run on Kubernetes? #5

nathanwaters opened this issue Jan 16, 2019 · 1 comment

Comments

@nathanwaters
Copy link

nathanwaters commented Jan 16, 2019

Anyone had any luck deploying this to (google) kubernetes?

When I build the image locally using only the Australian planet file, it's producing a ~25GB docker image. So by the time I push that to google container registry and attempt to run it on kubernetes with auto-scaling, it struggles. Seems to take hours for the image to be pulled, then it's downloading:

  1. 23GB dev.overpass-api.de/clone//2019-01-15/nodes.map
  2. /nodes.bin.idx
  3. /nodes.map.idx
  4. /node_tags_local.bin
  5. /node_tags_local.bin.idx
  6. /node_tags_global.bin
  7. 24GB /ways.bin
  8. etc etc etc

Is this normal or could it be trying to deploy the global Overpass API?

@mmd-osm
Copy link

mmd-osm commented Mar 29, 2019

The files you're trying to pull are long gone since: http://dev.overpass-api.de/clone/ - they're only kept for at most 2 days.

Can you please stop your process, as 2019-01-15/nodes.map will never come back, and you're stuck in an endless loop now, i.e. besides filling up the log files on the server there won't be any progress anymore.

could it be trying to deploy the global Overpass API?

Yes, that's the whole OSM planet - dev.overpass-api.de won't provide any country specific downloads. You would have to handle that on your own by processing a country extract instead.

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