-
Notifications
You must be signed in to change notification settings - Fork 770
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
Support for: stop_grace_period #440
Comments
@cdrage Opened up an issue on |
upstream issue was fixed and we should be able to move on |
It resolves issues kubernetes#474 and kubernetes#589 which were coming from libcompose, as well as resolves kubernetes#440 and kubernetes#437 partially as `group_add` & `stop_grace_period` are supported by libcompose now.
@cdrage @surajnarwade asking out of curiousity, where does this map to in k8s? And in code are we handing this info to something? |
It resolves issues kubernetes#474 and kubernetes#589 which were coming from libcompose, as well as resolves kubernetes#440 and kubernetes#437 partially as `group_add` & `stop_grace_period` are supported by libcompose now.
@surajssd I think stop_grace_period can be mapped to Pod.Spec.TerminationGracePeriodSeconds. |
This commit Add support for stop_grace_period which maps to Pod.Spec.TerminationGracePeriodSeconds Updated conversion.md on support for the key
This commit Add support for stop_grace_period which maps to Pod.Spec.TerminationGracePeriodSeconds Updated conversion.md on support for the key
closed by #608 |
No error / warning when using this key.
The text was updated successfully, but these errors were encountered: