Turn Your Vehicle Into a Smart Earning Asset

While you’re not driving your car or bike, it can still be working for you. MOTOSHARE helps you earn passive income by connecting your vehicle with trusted renters in your city.

🚗 You set the rental price
🔐 Secure bookings with verified renters
📍 Track your vehicle with GPS integration
💰 Start earning within 48 hours

Join as a Partner Today

It’s simple, safe, and rewarding. Your vehicle. Your rules. Your earnings.

Pod status is in continous Terminating state but rc and deploy got deleted

Pod status is stuck in Terminating state but replicationController and deployment got deleted. To solve this issues, please follow a commands below;

Errors

[ec2-user@ip-172-31-25-244 rajesh]$ kubectl get pods -n=ganesh
NAME             READY   STATUS        RESTARTS   AGE
hello-rc-4mtsv   0/1     Terminating   0          38m
hello-rc-84xtz   1/1     Terminating   0          43m
hello-rc-948gs   1/1     Terminating   0          43m
hello-rc-992lp   1/1     Terminating   0          43m
hello-rc-fdfjs   1/1     Terminating   0          39m

[ec2-user@ip-172-31-25-244 rajesh]$ kubectl get rc -n=ganesh
No resources found.Code language: JavaScript (javascript)

Solutions

You can use following command to delete the POD forcefully.

$ kubectl delete pod <PODNAME1> <PODNAME2> <PODNAME3> --grace-period=0 --force --n <NAMESPACE>
Code language: HTML, XML (xml)

Certification Courses

DevOpsSchool has introduced a series of professional certification courses designed to enhance your skills and expertise in cutting-edge technologies and methodologies. Whether you are aiming to excel in development, security, or operations, these certifications provide a comprehensive learning experience. Explore the following programs:

DevOps Certification, SRE Certification, and DevSecOps Certification by DevOpsSchool

Explore our DevOps Certification, SRE Certification, and DevSecOps Certification programs at DevOpsSchool. Gain the expertise needed to excel in your career with hands-on training and globally recognized certifications.