-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use container name for "kamel log", too #347
Comments
rhuss
added a commit
to rhuss/camel-k
that referenced
this issue
Jan 21, 2019
Use integration name for looking up containers as a fallback if no container could be found. If no container could be identified even with the integration name, use the first container for the log, assuming its the "main" container. Fixes apache#347
rhuss
added a commit
to rhuss/camel-k
that referenced
this issue
Jan 21, 2019
Use integration name for looking up containers as a fallback if no container could be found. If no container could be identified even with the integration name, use the first container for the log, assuming its the "main" container. Fixes apache#347
rhuss
added a commit
to rhuss/camel-k
that referenced
this issue
Jan 21, 2019
Use integration name for looking up containers as a fallback if no container could be found. If no container could be identified even with the integration name, use the first container for the log, assuming its the "main" container. Fixes apache#347
lburgazzoli
pushed a commit
that referenced
this issue
Jan 21, 2019
Use integration name for looking up containers as a fallback if no container could be found. If no container could be identified even with the integration name, use the first container for the log, assuming its the "main" container. Fixes #347
ipolyzos
pushed a commit
to ipolyzos/camel-k
that referenced
this issue
Jul 31, 2019
Use integration name for looking up containers as a fallback if no container could be found. If no container could be identified even with the integration name, use the first container for the log, assuming its the "main" container. Fixes apache#347
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running "kamel log" on an istio enabled cluster the following output is generated:
As
kamel log
also knows the name of the container (i.e. its the same as the integration), it could specify that implicitly when calling out to the logging API.The text was updated successfully, but these errors were encountered: