Hi hfpio,
The "describe" indicates:
0/1 nodes are available: 1 Insufficient cpu. preemption: 0/1 nodes are available: 1 No preemption victims found for incoming pod.
Can you please share the output for "kubectl describe node"?
The output has...
Status: Failed
Reason: Evicted
Message: Pod ephemeral local storage usage exceeds the total limit of containers 1G.
...
Reason: ContainerStatusUnknown
Message: The container could not be located when the pod was terminated.
Please check the logs (for each container):
kubectl logs <ifsapp-odata> -c ifsapp-odata -n <namespace>
kubectl logs <ifsapp-odata> -c linkerd-proxy -n <namespace>
You can also try deleting the pod. It will be re-created.
kubectl delete pod <ifsapp-odata> -n <namespace>
This is one-time task. Completed is what you want to see.
Best regards, Ben