You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Kim-menu Thank you for reporting.
While we investigate I would suggest consider using promtail service discovery then you won't need a sidecar for each pod.
* Check volume requirement on all containers.
* Added volumes and additional containers to test that both are mapped.
* Moved comment. Added negative test where one volume mount is absent.
Fixes#454
Description:
I just want sidecar container(additional container) with my task container.
I put property like below
of course, in my k8s cluster there is definitely
promtail-config
yaml object.first, I put property for
volumes
second, I put property for
additional container
. Then, I describe info aboutvolumeMounts
but I cannot launch task with this error log.
Did I understand k8s system badly?....
I searched about this property or example for it, Unfortunately, there is no information about
additional container's volume in SCDF
Release versions:
SCDF 2.10.2
Custom apps:
Task
Is there anyone who had problem like my situation..?
The text was updated successfully, but these errors were encountered: