Common¶
A role to setup shared tasks in Galaxy.
In order to pull the images from a private registry (in a disconnected installation, for example) it is
possible to configure the image_pull_secrets with the names of the secrets that have the credentials to
pull the images from the private registry.
The secrets that will be used by image_pull_secrets need to be created manually:
~~
kubectl create secret docker-registry
If you have a ~/.docker/config.json already, you can create the secret through:
~~
kubectl create secret docker-registry
Role Variables¶
image_pull_secrets: An array of secrets that will be used to pull image from private registries
Requirements¶
Requires the kubernetes Python library to interact with Kubernetes: pip install kubernetes.
Dependencies¶
collections:
- kubernetes.core
- operator_sdk.util
License¶
GPLv2+