Skip to content

Problem related to Grafana metrics UI #418

Closed Answered by asaezper
hakegard asked this question in General Help
Discussion options

You must be logged in to vote

hey!

In the docker-compose, there are two docker networks defined:

networks:
  ran:
    ipam:
      driver: default
      config:
        - subnet: 10.53.1.0/24
  metrics:
    ipam:
      driver: default
      config:
        - subnet: 172.19.1.0/24

After a docker compose up, docker will create those two networks. That's the reason why you see entries for them in your routing table. I don't see how they can overlap with your previously existing ones, but looks like that's what happening.

I'd say:

  • Check first that everything works after docker is installed and before creating those networks.
  • Change subnet ranges in docker-compose.yml to different ones, picking an empty range for you. They…

Replies: 2 comments 16 replies

Comment options

You must be logged in to vote
16 replies
@hakegard
Comment options

@hakegard
Comment options

@asaezper
Comment options

Answer selected by pgawlowicz
@pgawlowicz
Comment options

@hakegard
Comment options

@pgawlowicz
Comment options

@hakegard
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants