Skip to content

Print entrypoint logs in the job logs with the k8s executor

Description

This issue is a follow-up of the following thread: #37243 (comment 1785931634)

When using the executordocker, and enabling disable_entrypoint_overwrite, the logs generated by the image entrypoint are printed in the GitLab job log.

A different behaviour is observed with the executorkubernetes with FF_KUBERNETES_HONOR_ENTRYPOINT enabled. For consistency between both executors, users expected the same behaviour on the executorkubernetes when FF_KUBERNETES_HONOR_ENTRYPOINT is enabled.

Proposal

TBD

Links to related issues and merge requests / references