Skip to content

failed container has no logs #126

@shanproofpoint

Description

@shanproofpoint

Hi,

I am having a lot of trouble trying to find out why a container fails because kubedock prunes it too quickly. Also no logs come through to the testcontainers-java side even after

container.withLogConsumer(l-> System.out.println(serviceName + ":" + l.getUtf8StringWithoutLineEnding()));

i could not find a configuration to keep the pod around per docker request to create a container.

also is it possible to setup a different pod template per container being requested as well instead of a global one using --pod-template ?

I also cannot find an example of how a pod template is parameterized... which sections will you overwrite from the template?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions