During the launch, Pods go through a sequence of execution stages. Right after scheduling the Pod on the Node, Kubernetes will start preparing the containers. This validator detects at least one of the containers within this Pod is not ready.
Affected Resources: Pod
kind: Pod
...
status:
conditions:
- type: ContainersReady
status: "False"
lastProbeTime: null
lastTransitionTime: 2022-01-01T00:00:00Z
containerStatuses:
- containerID: docker://abcd...
ready: true
Please let us know if there are other built-in validation rules you would like to see in Kubevious to detect misconfigurations and violations to best practices. Optionally, you can provide your details so we can reach out to you with follow-up questions.