List of kubernetes pod status condition reason

11/22/2019

I'm creating a custom resource. It has some pods as subresourses.

I want to adjust the custom resource's status accordding to the pods' status.condition.reason and status.containerStatus.terminated.reason.

Is there a list of pod condition reasons?

-- WD07
kubernetes-pod

0 Answers