You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The provider's inventory operator was reporting large/incorrect numbers of CPUs (an issue already tracked here). After attempting to resolve this by cleaning up failed pods and performing a rollout restart, the operator-inventory pod entered a crash loop caused by a nil pointer dereference error.
Steps which led to issue
Clean up failed pods in the cluster using the following commands:
kubectl get pods -A --field-selector status.phase=Failed
kubectl delete pods -A --field-selector status.phase=Failed
Restart the operator-inventory deployment to refresh the inventory:
Description
The provider's inventory operator was reporting large/incorrect numbers of CPUs (an issue already tracked here). After attempting to resolve this by cleaning up failed pods and performing a rollout restart, the
operator-inventory
pod entered a crash loop caused by anil pointer dereference
error.Steps which led to issue
operator-inventory
deployment to refresh the inventory:operator-inventory
deployment.Observed Behavior
operator-inventory
pod enters a crash loop.The provider's inventory operator was reporting large/incorrect number of CPUs(there is an issue open for it already here).
The text was updated successfully, but these errors were encountered: