-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
installOption terminationGracePeriodSeconds #4857
Comments
Could you describe the requirement in more detail so that we can better understand it? |
@ywk253100 added some more detail. |
I mean to describe why users need this config? Is it used to make sure all in-progress backing up/restoring/other tasks completed before exiting? |
@birsanv wanted the ability to configure this for performance testing.
yes. |
Could be achieved with cpu/mem bump generally but this is another option a user can play with. |
Circling back on this, user was able to resolve issue via increasing CPU request limit so closing this for now. |
Describe the problem/challenge you have
[A description of the current limitation/problem/challenge that you are experiencing.]
People with performance issues may want to fiddle with customizable terminationGracePeriodSeconds of the Velero Deployment.
Describe the solution you'd like
[A clear and concise description of what you want to happen.]
velero CLI install flag
velero install --terminationGracePeriodSeconds=50
Implement a new pkg/install/deployment.go/podTemplateOption
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered: