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
#143 is the first step towards supporting this; we no longer require the podSpecTemplatePath in the tracer config. However I think this may still not completely work in the simulated environment; I will need to do some testing and see.
Discussed in #135
Originally posted by shravan-achar September 18, 2024
Some custom resources such as Spark Applications (https://github.com/kubeflow/spark-operator/blob/master/config/crd/bases/sparkoperator.k8s.io_sparkapplications.yaml) which do create pods but do not expose a full podSpec template in its custom resource definition.
Potentially, the tracer can watch pods and track ownership based on labels/annotations instead of the owner reference field.
This seems like a bug that we should fix.
The text was updated successfully, but these errors were encountered: