-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Feature: Kubernetes: Events
andreasn edited this page May 31, 2016
·
10 revisions
- Debugging Kubernetes FAQ https://github.com/kubernetes/kubernetes/wiki/Debugging-FAQ
- Red Hat Troubleshooting Kubernetes https://access.redhat.com/documentation/en/red-hat-enterprise-linux-atomic-host/7/getting-started-with-containers/chapter-5-troubleshooting-kubernetes
Robert is both a developer and sysadmin at the company he works at, since it's a fairly small shop. He's starting a new service that they need for their infrastructure. For some reason it doesn't start properly. He has set up a volume for it, but it doesn't start as it should.
Robert is logged in, and is looking at the Kubernetes Dashboard. One pod is stuck in the pending state. He goes to the Events page and notices that there is an error that a volume claim cannot be fulfilled. It seems the pod wants a 10Gi volume. He fixes this, and the service starts working.