-
Notifications
You must be signed in to change notification settings - Fork 110
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
[CONTP-508] Supporting startupProbe in operator #1536
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1536 +/- ##
==========================================
- Coverage 48.52% 48.52% -0.01%
==========================================
Files 226 226
Lines 20287 20314 +27
==========================================
+ Hits 9845 9857 +12
- Misses 9924 9939 +15
Partials 518 518
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
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.
Left some suggestions from Docs and approved the PR.
/merge |
Devflow running:
|
What does this PR do?
Provides support for the startupProbe in the operator (similar to readinessProbe and livelinessProbe)
Motivation
Being able to configure the success/failure thresholds of the agent.
Additional Notes
N/A
Minimum Agent Versions
N/A
Describe your test plan
Apply the following agent configuration via
k apply -f datadog-agent.yaml
Then check the startupProbe on the agent pod via
k get pod datadog-agent-xxxxx -o yaml
and search for startupProbeChecklist
bug
,enhancement
,refactoring
,documentation
,tooling
, and/ordependencies
qa/skip-qa
label