-
i have a Linkerd functional installation, but i have a problem or my ignorance does not allow me to understand the "problem" Version and Check:
Problem when I try to access the deployment log using the label
I can only access the application log, if I access the container log
|
Beta Was this translation helpful? Give feedback.
Answered by
alpeb
Oct 10, 2022
Replies: 1 comment 2 replies
-
The label selector |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
0xttfx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The label selector
-l
allows you to select the pod. If you don't specify the container in that pod,kubectl logs
will output the logs for the first container, which will always be linkerd's proxy. Does this answer your question? :-)