generated from cybozu-go/neco-template
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi! We use private container registry with authorization.
CR MySQLCluster support imagePullSecrets in the spec.podTemplate.spec, but not in spec.restore.jobConfig.
Also CR BackupPolicy doesn't support it.
Fortunately we can patch created by Operator backup CronJob resource manually, and Operator doesn't prevent imagePullSecrets addition.
But we can't patch created by Operator restore job.batch, so before restoration we have to pull a necessary image to nodes manually.
That would be great to add imagePullSecrets optional specification for BackupPolicy and inherit imagePullSecrets for restore job from MySQLCluster CR.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request