currently createpod chain element doesn't support a case when nse container is stopping, but other containers in the supplied pod are still running.
For this case we should delete the pod.
Usecase
- change scale from zero example
- add to template additional container (for example alpine)
- run the example (scale from zero)
- delete nsc
actual: created pod is not deleting.
expected: created pod is deleting.
Potential fix
Check here https://github.com/networkservicemesh/sdk-k8s/blob/main/pkg/networkservice/common/createpod/server.go#L181 that added nse container is done