Serviceless pods and provided gateway should use deployment,daemonset,jobs name #4768
Labels
area/k8s
kind/feature
New feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
As #4747 and #4703 (comment) revealed the way we extract deployment name in serviceless pods doesn't support: Jobs, DaemonSets and Stateful sets.
For provided gateway we're adding support of deployments which looking at the parentRef (#4703), this a better more reliable way that we should use for serviceless pods and extends to pods created by Jobs, DaemonSets and StatefulSets.
The text was updated successfully, but these errors were encountered: