You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe what happened:
Seeing error from datadog cluster agent:
Could not retrieve the status from the control plane's components Get "https://10.236.0.1:443/api/v1/componentstatuses?timeout=10s&timeoutSeconds=10": net/http: request canceled (Client.Timeout exceeded while awaiting headers)
Any development on this? I see that agent version 7.30.0 (#8577) introduced a flag to disable this. Is that flag accessible for users of the helm chart?
Describe what happened:
Seeing error from datadog cluster agent:
https://kubernetes.io/docs/setup/release/notes/#changes-by-kind-7
Describe what you expected:
Get rid of ComponentStatus after it has been deprecated, by removing https://github.com/DataDog/datadog-agent/blob/master/pkg/collector/corechecks/cluster/kubernetesapiserver/kubernetes_apiserver.go#L177-L186
The text was updated successfully, but these errors were encountered: