You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As K8up user I want to define image pull secrets for a Job So that I can schedule Backups with images that are in a registry with authentication.
Context
It would be great to allow for the the pod in the Job template to have imagePullSecrets. Otherwise the backup won't work inside a "offline"-cluster with a docker/nexus proxy.
adding the imagePullSecrets to a sa named pod-executor prior to the backup/schedule acts as a work around.
Out of Scope
Further links
Acceptance criteria
Implementation Ideas
The text was updated successfully, but these errors were encountered:
Summary
As K8up user
I want to define image pull secrets for a Job
So that I can schedule Backups with images that are in a registry with authentication.
Context
It would be great to allow for the the pod in the
Job
template to haveimagePullSecrets
. Otherwise the backup won't work inside a "offline"-cluster with a docker/nexus proxy.adding the
imagePullSecrets
to a sa namedpod-executor
prior to the backup/schedule acts as a work around.Out of Scope
Further links
Acceptance criteria
Implementation Ideas
The text was updated successfully, but these errors were encountered: