Questions tagged [crashloopbackoff]

28 questions
3
votes
1 answer

Kubernetes weave-net status shows - CrashLoopBackOff

Environment: (On Premise):- K8s-Master Server: Standalone Physical server. OS - CentOS Linux release 8.2.2004 (Core) K8s Client Version: v1.18.6 K8s Server Version: v1.18.6 K8S-Worker node OS – CentOS Linux release 8.2.2004 (Core) - Standalone…
user4948798
  • 1,924
  • 4
  • 43
  • 89
2
votes
1 answer

How to monitor containers / pods for CarshLoopBackOff state?

I have an kubernetes cluster setup and would like to use datadog to monitor the cluster. I want to setup a monitor to alert me if a container/pod is stuck in the CarshLoopBackOff state. How do I do this?
Aman Deep
  • 51
  • 6
2
votes
1 answer

CrashLoopBackOff while deploying pod using image from private registry

I am trying to create a pod using my own docker image on localhost. This is the dockerfile used to create the image : FROM centos:8 RUN yum install -y gdb RUN yum group install -y "Development Tools" CMD ["/usr/bin/bash"] The…
Neha
  • 25
  • 1
  • 7
2
votes
2 answers

getting CrashLoopBackOff Error for 1/4 pods due to Error syncing pod

I am getting CrashLoopBackOff Error for 1/4 pods, please guide me on how to troubleshoot this issue. $kubectl get pod -n cog-prod01 -o wide …
Ashish Karpe
  • 5,087
  • 7
  • 41
  • 66
1
vote
1 answer

What could cause my spark history server start but then pod is completed immediately and crash in CrashLoopBackOff

To start with this is bit of context: in my cluster kubernetes there is spark app that is running and I want to add a deployment to start the spark history server that will read the logs generated by that app on a shared volume. For some security…
1
vote
2 answers

Why pod goes to CrashLoopBackOff after restarting successfully few times due to liveliness probe failed

I've a simple spring boot application with following liveness probe: livenessProbe: httpGet: path: /health port: 56017 initialDelaySeconds: 30 periodSeconds: 10 timeoutSeconds:…
1
vote
2 answers

Kubernetes pod in crashloopbackoff

I am new to Kubernetes. Following is the yaml I am running: --- apiVersion: v1 kind: Service metadata: labels: app.kubernetes.io/name: k8-demo-aishwarya app.kubernetes.io/version: version1 name: k8-demo-aishwarya spec: ports: - name:…
1
vote
1 answer

Kubernetes - Calico CrashLoopBack on Containers

I have just started experimenting with K8S a few days back, try to learn K8S with specific emphasis on networking, service mesh etc. I am running 2 worker nodes and 1 master on VMs with Centos 7 and K8S, installed with kubeadm. Default CNI of…
1
vote
0 answers

Kubernetes Deployment fails with CrashLoopBackOff

Hi I am using the yaml file provided in this link https://github.com/dirk1492/docker-spark/blob/master/kubernetes/thriftserver.yaml and modified it to bring up Spark Thrift Server on my kubernetes cluster in the cloud. However, getting this below…
1
vote
3 answers

I get a crash loopback error when creating a pod. but I didn't know any solution

This is what I keep getting: al8-1@al8-1:~/kuber_test/pod_nginx$ kubectl get pods NAME READY STATUS RESTARTS AGE nginx 1/1 Running 0 6d2h pod-apigw2 0/1 CrashLoopBackOff 1 …
0
votes
0 answers

Getting "CrashLoopBackOff" as status for the deployed pod

Can someone help me out in get rid off the CrashLoopBackOff error pod status Image pod logs Image pod describe…
0
votes
2 answers

Elasticsearch statefulset in kubernetes pod state is CrashLoopBackOff

I am trying to create elasticsearch statefulset in kubernetes but my pods keep changing state from running to error to CrashLoopBackOff to running and goes on I have 2 replicas, Minikube is running with 8 cpu's with the memory of 15gn ,why my laptop…
swaheed
  • 3,671
  • 10
  • 42
  • 103
0
votes
1 answer

pods are not running with deployment file using docker

thanks for trying to help me, I have a problem with me trying to run 3 replicas of a hello-world app container, what could be the resons??????? this is the error: enter image description here my deployment file is: enter image description here and…
0
votes
2 answers

kubernetes pod (mssql-tools) failing with CrashLoopBackOff error and restarting

I'm using Rancher Dekstop for K8 in WSL 2 in Windows 11. I'm trying to create a pod using the simple yaml: apiVersion: v1 kind: Pod metadata: name: mssql-tools labels: name: mssql-tools spec: containers: - name: mssql-tools image:…
0
votes
0 answers

Readiness probe (hdfs): minikube

i got a pod who's crashing : i tried kubectl describe pod hdfs-datanode-2 and i get this : NB: i've installed hdfs with helm chart
Monica
  • 105
  • 7
1
2