-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested