-
Notifications
You must be signed in to change notification settings - Fork 3.4k
enabled initalDelaySeconds on StartupProbe #28816
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
Conversation
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.
Thanks!
For reference, previous review: #28720 (comment)
/test |
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.
Not sure how sig-servicemesh got triggered by GitHub for a review... but from the service mesh side LGTM (aka it doesn't affect us)
@jignyasamishra There are some CI failures that I believe are caused by your branch being slightly out of date with |
Thanks! Please use rebase, not merge. We cannot merge branches with merge commits unfortunately. |
Signed-off-by: jignyasamishra <iamjignyasa@gmail.com>
968133b
to
2fc335c
Compare
Thank you so much!! Sorry for the delay. Is it good to go? |
/test |
@gandro can we merge this PR? Or some changes are needed? |
There are failing tests, which is why the "ready-to-merge" label is not automatically added. I've however triaged the required tests, and the failures are unrelated:
I'll restart all failed tests and once CI is green, this is ready to merge. |
Enabled initalDelaySeconds on StartupProbe to avoid needless spamming of warnings by adding initialDelaySeconds of '5' seconds inside StartupProbe which is present in https://github.com/cilium/cilium/blob/main/install/kubernetes/cilium/templates/cilium-agent/daemonset.yaml and https://github.com/cilium/cilium/blob/main/install/kubernetes/cilium/templates/cilium-envoy/daemonset.yaml
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
Fixes: #28574