hono-service-device-registry-0 pod is Pending
See original GitHub issuei 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:
- Created 4 years ago
- Comments:11 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You’ll need to use
in order to skip mirror selection.
yes 😃