question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Headless Service for StatefulSet hangs on create/update "Finding Pods to direct traffic to"

See original GitHub issue

Headless service required for StatefulSets with appropriate label selectors and clusterIP set to "None"tries to wait for pods. Workaround is to abort the create, do a refresh, and then subsequent updates are ok.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:26 (13 by maintainers)

github_iconTop GitHub Comments

2reactions
pbzdylcommented, Jan 26, 2019

It worked - thank you @lblackstone.

2reactions
hausdorffcommented, Jan 23, 2019

@pbzdyl I just wanted to say, thank you so much for being so persistent! If you’d like a shirt or a beanie, let me know and I’ll send it your way. Drop me a line @ alex@pulumi.com

Read more comments on GitHub >

github_iconTop Results From Across the Web

StatefulSets - Kubernetes
A StatefulSet can use a Headless Service to control the domain of its Pods. The domain managed by this Service takes the form:...
Read more >
Headless Service with StatefulSet - VMware Docs
StatefulSets are used to manage stateful applications such as databases or other applications that keep track of their state.
Read more >
Kubernetes bootcamp: Deploying and scaling microservices
Our cluster (nodes and pods) is one big flat IP network. 119 / 695 ... A headless service is obtained by setting the...
Read more >
Create StatefulSets in AKS hybrid - Microsoft Learn
Like deployments, a StatefulSet creates and manages at least one identical pod with unique, persistent identities and stable host names.
Read more >
Chapter 8. Stateful applications - OpenShift in Action
Enabling a headless service; Clustering applications; Configuring sticky sessions; ... The main port that is used for direct pod-to-pod traffic is 8888.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found