We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currently createpod chain element doesn't support a case when nse container is stopping, but other containers in the supplied pod are still running.
createpod
For this case we should delete the pod.
Usecase
actual: created pod is not deleting. expected: created pod is deleting.
Check here https://github.com/networkservicemesh/sdk-k8s/blob/main/pkg/networkservice/common/createpod/server.go#L181 that added nse container is done
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: