Skip to content

Add ImagePullCredentials to Orchestrator Pod component

Related tasks

Context

Existing applications require pulling docker images from private image registries. Authentication credentials for registries are not currently supported by the Orchestrator component.

Change

  • A new ImagePullCredentials field has been added to the orchestrator.CreatePodInput input struct.
  • The Kubernetes Pods implementation has been updated to make use of the new field and insert it into the ImagePullSecrets field in the Pod spec.
  • Updated files have been refactored to have more consistent formatting.

Other information

This MR is pointing directly to master.

Additional documentation

Edited by Alejo Carballude

Merge request reports