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

Remove the function of re-creating pods if the node is deleted #748

Open
4 tasks
llamerada-jp opened this issue Sep 15, 2023 · 1 comment
Open
4 tasks

Comments

@llamerada-jp
Copy link
Contributor

What

TopoLVM re-creates pods if the node is deleted to avoid the behavior: When a PVC created by STS is deleted, the STS does not re-create the PVC, so the Pod remains in a Pending state. The behavior is fixed in k8s 1.27. Therefore, we can remove the function of re-creating pods when support for less than 1.26 ends.

How

Remove the function of re-creating pods.
related PRs:
#696
#620

Checklist

  • Finish implementation of the issue
  • Test all functions
  • Have enough logs to trace activities
  • Notify developers of necessary actions
@github-actions
Copy link
Contributor

This issue has been automatically marked as stale because it has not had any activity for 30 days. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Oct 15, 2023
@toshipp toshipp added keepalive and removed stale labels Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

2 participants