Skip to content
New issue

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

Pod status doesn't change on terminating #2

Closed
lxkuz opened this issue Apr 24, 2021 · 1 comment
Closed

Pod status doesn't change on terminating #2

lxkuz opened this issue Apr 24, 2021 · 1 comment
Labels
bug Something isn't working evaluation needed issue needs to be validated or tested wontfix This will not be worked on

Comments

@lxkuz
Copy link
Collaborator

lxkuz commented Apr 24, 2021

If we check pods after kubernetes.pods.kill(podName, nameSpace)
We will see 2 pods: a new one that was automatically made by k8s to restart the process and an old one that we just killed. Both pods will have Running status... IDK if it is an issue of golang k8s client. My local kubectl shows correct pods statuses: Terminated for old and Running for new.

@pablochacin pablochacin added bug Something isn't working evaluation needed issue needs to be validated or tested labels Oct 24, 2022
@pablochacin pablochacin added the wontfix This will not be worked on label Jul 12, 2023
@pablochacin
Copy link
Contributor

This issue refers to a deprecated API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working evaluation needed issue needs to be validated or tested wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants