Find all pods with linkerd sidecars injected in them #5147
-
Bug ReportWhat is the issue?Linkerd does not use labels for sidecar injection, so it's not possible to sort for pods that have an injected sidecar. How can it be reproduced?
Possible solutionMigrate to labels Additional context#5022 has discussion on other reasons that annotations should not be used for sidecar decisions |
Beta Was this translation helpful? Give feedback.
Answered by
grampelberg
Oct 27, 2020
Replies: 1 comment
-
Here's how you'd do that:
Note: labels would be great, this is just an immediate solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
grampelberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's how you'd do that:
Note: labels would be great, this is just an immediate solution.