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

allow update enqueue when all containers has dead in deleting #983

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shsjshentao
Copy link

#982
Fix the following scene

00:00:00   
I delete a pod in k8s with 300 graceful seconds
vk provider delete real pod with 300 graceful seconds
vk enqueue k8s pod in deletion queue with delay 300 seconds

00:01:00    
all containers of vk has exited in advance
then real pod has deleted and missing
vk provider receive missing signal and update pod status to succeed with notifypods method
but nothing changed util 300 seconds

00:05:00   
vk delete pods in k8s

Signed-off-by: blade <blade.shen@ucloud.cn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants