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?
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?