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
Currently createpod only creates new pods. When a pod is has created exits, the pod gets "Completed" status and remains in the pod list. This prevents us from respawning this pod, when createpod gets a new request from the same node.
We need to automatically delete pods that we spawned.
The text was updated successfully, but these errors were encountered:
d-uzlov
changed the title
Make createpod element delete completed spawned pods
[cancelled] Make createpod element delete completed spawned pods
May 25, 2021
Overview
Currently
createpod
only creates new pods. When a pod is has created exits, the pod gets "Completed" status and remains in the pod list. This prevents us from respawning this pod, whencreatepod
gets a new request from the same node.We need to automatically delete pods that we spawned.
References
networkservicemesh/sdk#892
The text was updated successfully, but these errors were encountered: