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.

hono-service-device-registry-0 pod is Pending

See original GitHub issue

i used hono helm chart to deploy hono and device registry pod is pending with this message Warning FailedScheduling 3m16s (x3 over 3m17s) default-scheduler error while running "VolumeBinding" filter plugin for pod "hono-service-device-registry-0": pod has unbound immediate PersistentVolumeClaims

I have a k8s cluster with one master node and i removed the noschedule taint from the master node. I do not have any persistant vol as kubectl get pv -n hono shows No resources found in hono namespace.

can some body pointout the yaml of the pv? or any pointer is appreciated.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
sophokles73commented, Jan 15, 2020

You’ll need to use

wget "https://www.eclipse.org/downloads/download.php?file=/hono/eclipse-hono-1.0.2-chart.tar.gz&r=1" -O eclipse-hono-1.0.2-chart.tar.gz

in order to skip mirror selection.

0reactions
soheiladecommented, Feb 7, 2020

yes 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Debug Kubernetes Pending Pods and Scheduling ...
Learn how to debug Pending pods that fail to get scheduled due to resource constraints, taints, affinity rules, and other reasons.
Read more >
Understanding Kubernetes pod pending problems - Sysdig
When a pod is created, it starts in the Pending phase. Once the pod is scheduled and the containers have started, the pod...
Read more >
Why do Kubernetes pod stay in pending state? - Stackify
Find out the reasons through messages from your scheduler. You have insufficient resources because CPU or memory supply has been consumed.
Read more >
Understanding the pod pending status - IBM
If the pods are stuck in Pending, it means that it cannot be scheduled onto a node. Generally this situation occurs because there...
Read more >
Debug Pods - Kubernetes
If a Pod is stuck in Pending it means that it can not be scheduled onto a node. Generally this is because there...
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