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
When submitting kubernetes work, at times a pod is created but not yet scheduled. This means the pod will not have all the containers started immediately. Most of the time receptor deals with this fine, showing the work status as Pending, which is the desired and correct behavior.
Occasionally I have seen the work unit end up in an Error state and have the error detail "Error creating pod: expected 1 container in pod but there were 0"
this means we are ending up in
When submitting kubernetes work, at times a pod is created but not yet scheduled. This means the pod will not have all the containers started immediately. Most of the time receptor deals with this fine, showing the work status as Pending, which is the desired and correct behavior.
Occasionally I have seen the work unit end up in an Error state and have the error detail "Error creating pod: expected 1 container in pod but there were 0"
this means we are ending up in
receptor/pkg/workceptor/kubernetes.go
Line 222 in bfea897
I've found this when working on making awx respect more the state of the kubernetes work state for container group jobs in ansible/awx#11551
The text was updated successfully, but these errors were encountered: