DataDog / helm-charts

Helm charts for Datadog products
Apache License 2.0
343 stars 1.01k forks source link

Remove startup probe for Agent in GKE AutoPilot due to restrictions #1440

Closed JacksonDavenport closed 3 months ago

JacksonDavenport commented 3 months ago

What this PR does / why we need it:

The added startupProbe in the Helm Chart 3.67.0 appears to conflict with the expected pattern for the Agent in GKE AutoPilot, causing it to get blocked by the GKE Warden. This just adds a simple "if NOT gke.autopilot -> add startup probe".

Does not make the changes to the Cluster Agent or Cluster Check Runner, as those were not impacted.

Which issue this PR fixes

(optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged)

Special notes for your reviewer:

Checklist

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