Skip to content

Enable admission controller connectivity probe by default - #2795

Open
adel121 wants to merge 8 commits into
mainfrom
adelhajhassan/set-dca-ac-probe-enabled
Open

Enable admission controller connectivity probe by default#2795
adel121 wants to merge 8 commits into
mainfrom
adelhajhassan/set-dca-ac-probe-enabled

Conversation

@adel121

@adel121 adel121 commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

What this PR does / why we need it:

See title.

Which issue this PR fixes

Enabling this option allows users to get health signals about the connectivity state between the kubernetes api server and the cluster agent admission controller.

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

  • All commits are signed and show as "Verified" on GitHub (see: signing commits)
  • Chart Version semver bump label has been added (use <chartName>/minor-version, <chartName>/patch-version, or <chartName>/no-version-bump)
  • For datadog or datadog-operator chart or value changes, update the test baselines (run: make update-test-baselines)
  • For datadog chart changes, received ✅ from a member of your team

GitHub CI takes care of the below, but are still required:

  • Documentation has been updated with helm-docs (run: .github/helm-docs.sh)
  • CHANGELOG.md has been updated
  • Variables are documented in the README.md

@github-actions github-actions Bot added the chart/datadog This issue or pull request is related to the datadog chart label Jul 17, 2026
@adel121 adel121 added the datadog/minor-version Minor version bump for datadog chart label Jul 17, 2026
dd-octo-sts Bot and others added 2 commits July 17, 2026 14:00
- bump version for datadog to 3.232.0 (minor-version)
- update changelog for datadog with version 3.232.0
- update readme for datadog
@github-actions

Copy link
Copy Markdown
Contributor

⚠️ GKE Autopilot / GDC Baseline Manifests Changed

This PR modifies GKE Autopilot or GDC baseline manifest snapshots. Before merging, confirm:

  • GKE Autopilot/GKE GDC baseline manifest diffs have been reviewed and confirmed to be supported in GKE Autopilot and the latest Datadog WorkloadAllowlist.

If changes introduce constraints not yet covered by the Datadog WorkloadAllowlist CR, gate them with {{- if not (or .Values.providers.gke.autopilot .Values.providers.gke.gdc) }} until the WorkloadAllowlist is updated.
See gke-constraints-review-guide.md for the full constraint reference.

adel121 and others added 2 commits July 27, 2026 14:03
- bump version for datadog to 3.232.0 (minor-version)
- update changelog version for datadog to 3.232.0
- update readme for datadog
@adel121
adel121 marked this pull request as ready for review July 27, 2026 12:26
@adel121
adel121 requested review from a team as code owners July 27, 2026 12:26
@adel121
adel121 requested review from gpalmz and removed request for a team July 27, 2026 12:26

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 440ca36f52

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

## The probe periodically sends dry-run ConfigMap creation requests to verify the webhook is reachable from the API server.
## (Requires Cluster Agent 7.78.0+).
enabled: false
enabled: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the probe opt-in until a major release

For releases that do not explicitly pin clusterAgent.admissionController.probe.enabled, adopting this minor chart version silently enables a new periodic dry-run ConfigMap request every 60 seconds. The chart review guide classifies stable default changes as breaking and requires a deprecation notice, migration path, or major-version bump; keep this default false until one of those compatibility paths is provided.

AGENTS.md reference: AGENTS.md:L7-L7

Useful? React with 👍 / 👎.

@datadog-datadog-prod-us1

This comment has been minimized.

@adel121

adel121 commented Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

/merge

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Jul 27, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-07-27 14:14:03 UTC ℹ️ Start processing command /merge


2026-07-27 14:14:09 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in main is approximately 51m (p90).


2026-07-27 15:07:15 UTCMergeQueue: The build pipeline failed for this merge request

Build pipeline has failing jobs for 865bc7a:

⚠️ Do NOT retry failed jobs directly (why?).

What to do next?

  • Investigate the failures and when ready, re-add your pull request to the queue!
  • If your PR checks are green, try to rebase/merge. It might be because the CI run is a bit old.
  • Any question, go check the FAQ.

adel121 and others added 2 commits July 28, 2026 16:07
@adel121

adel121 commented Jul 28, 2026

Copy link
Copy Markdown
Contributor Author

/merge

@gh-worker-devflow-routing-ef8351

gh-worker-devflow-routing-ef8351 Bot commented Jul 28, 2026

Copy link
Copy Markdown

View all feedbacks in Devflow UI.

2026-07-28 14:13:30 UTC ℹ️ Start processing command /merge


2026-07-28 14:13:36 UTC ℹ️ MergeQueue: pull request added to the queue

The expected merge time in main is approximately 51m (p90).


2026-07-28 14:26:26 UTCMergeQueue: The build pipeline contains failing jobs for this merge request

Build pipeline has failing jobs for 82efbbb:

⚠️ Do NOT retry failed jobs directly (why?).

What to do next?

  • Investigate the failures and when ready, re-add your pull request to the queue!
  • If your PR checks are green, try to rebase/merge. It might be because the CI run is a bit old.
  • Any question, go check the FAQ.
Details

Since those jobs are not marked as being allowed to fail, the pipeline will most likely fail.
Therefore, and to allow other builds to be processed, this merge request has been rejected and the pipeline got canceled.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chart/datadog This issue or pull request is related to the datadog chart datadog/minor-version Minor version bump for datadog chart mergequeue-status: rejected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants