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

feat: add support for pod level suspend #60

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

vadasambar
Copy link

Current situation

You can suspend an entire namespace but not a pod

Proposal

Being able to suspend pods is useful in situations where you want to suspend specific pods in a namespace instead of the entire namespace e.g., you want to suspend only a handful of pods in a namespace with a 50-100 pods without having to add the ignore annotation.

This PR adds support to suspend individual pod provided ignore annotation is not set.

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.

1 participant