-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Set RC's pod template TerminationGracePeriodSeconds to 0 in test-cmd.sh test data #21793
Conversation
Labelling this PR as size/M |
app: guestbook | ||
tier: frontend | ||
spec: | ||
terminationGracePeriodSeconds: 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add a comment about why this is set?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
GCE e2e build/test failed for commit 54540105f438a21535b621f874cb97ceec4317dc. |
5454010
to
dbfb6c0
Compare
Per in-person discussion with @caesarxuchao, |
GCE e2e test build/test passed for commit dbfb6c0. |
No, per in-person discussion with @bgrant0607, we should stay with setting |
template.spec.terminationGracePeriodSeconds is correct |
LGTM |
Thanks @bgrant0607. |
Merging |
Set RC's pod template TerminationGracePeriodSeconds to 0 in test-cmd.sh test data
Fixes #21716
Set pods' TerminationGracePeriodSeconds to 0 so that it'll be deleted immediately by
kubectl delete
to prevent test flake.cc @kubernetes/kubectl @kubernetes/goog-csi