Tyler Helmuth
Tyler Helmuth
@saraangelmurphy did you reinstall the CRDs?
@saraangelmurphy unfortunately we're at the mercy of helm here. Since helm can only install the CRDs and not modify them, when the Operator changes things the helm chart has to...
@Matthias247 thanks for submitting this issue as this problem has been on my mind recently as well. I definitely want to [make it easier to collect specific logs](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/23339). I agree...
Definitely worth documenting. Would you like to submit a PR for that?
I am not totally clear on what the ask is. Are you wondering which components work int he collector when run as a side car or best practices for how...
I wonder if this would be a good doc to add to https://opentelemetry.io/docs/collector/deployment/ as a third deployment pattern. /cc @open-telemetry/docs-approvers
@martinjt the k8sattributes processor has RBAC permissions that aren't suitable for a default install of the collector, but we do have the k8sattributes processor as a preset. You can do...
Enabling this preset by default would require installing the clusterRole and clusterRoleBinding which, in my opinion, aren't appropriate for a default install. We should keep the default version of the...
I think [this issue in contrib](https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/32692) around `validate` is related. The kubeletstatreceiver's `createMetricsReceiver` function is being invoked when `validate` is used.
> That's to be expected, isn't it? The problem there IMO is that a component should not be opening any files during creation, only during startup. That may be true,...