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

Kubernetes cluster with 'terminating' pods #114

Open
aby2503 opened this issue Nov 27, 2019 · 0 comments
Open

Kubernetes cluster with 'terminating' pods #114

aby2503 opened this issue Nov 27, 2019 · 0 comments

Comments

@aby2503
Copy link

aby2503 commented Nov 27, 2019

Good evening. Can you help me. I'm using libcluster in Kubernetes with the strategy Cluster.Strategy.Kubernetes and libring for dynamic messaging

config :libcluster,
  topologies: [
    feed: [
      strategy: Cluster.Strategy.Kubernetes,
      config: [kubernetes_selector: "app=feed", kubernetes_node_basename: "feed"]
    ],
    fixture: [
      strategy: Cluster.Strategy.Kubernetes,
      config: [kubernetes_selector: "app=fixture", kubernetes_node_basename: "fixture"]
    ],
    web: [
      strategy: Cluster.Strategy.Kubernetes,
      config: [kubernetes_selector: "app=web", kubernetes_node_basename: "web"]
    ]
  ]

For some reason, sometimes after node moved to Terminating state, it still in cluster. Eventually, request to such node results in request timeout.

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

1 participant