Supporting custom resources that don't have a podSpecTemplate #135
shravan-achar
started this conversation in
Feature Requests and Future Work
Replies: 1 comment
-
Thanks, this is a bug that we should fix; I opened an issue at #137 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions