Given this login: docker login -u gitlab-ci-token -p $CI_JOB_TOKEN registry.example.com
What is the lifetime of the login? Specifically for use with kubernetes deployments. Will kubernetes need an actual gitlab user created for it to restart nodes and re-pull images?