Skip to main content

Hi All,

While executing the mtinstaller, we are getting the below error and there is no error message or error log. How to figure out the reason for it.

All the pods shows as running except the below

ifs-db-init-nzmfz                                      0/1     Pending 

which goes to pending state

Hi Sri,

This error can occur if the ifs-db-init job does not execute properly. (The state should be Completed.) Typically a Pending state indicates that Kubernetes is unable to schedule an object because of insufficient resources. This is commonly insufficient memory or CPU, but other causes are possible. Please “describe” the ifs-db-init job and the Kubernetes node itself for further details.

Best regards, Ben


Reply