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
It should be possible to pass in an optional imagePullSecrets field when creating CatalogSource of sourceType: grpc to be able to pull images that are hosted on private docker registries
The text was updated successfully, but these errors were encountered:
alikor
changed the title
The ability to pull CatalogSource from private docker registries
The ability to pull CatalogSource images from private docker registries
Aug 13, 2019
I had a quick look at the code looks like imagepullsecrets are attached the the Pod the container is running in would need to change the CRD spec structure and a factory method
This can be done "manually" by creating a deployment pointing to your image, and creating a catalogsource that uses the spec.address field to point to the running pod in the deployment.
It should be possible to pass in an optional imagePullSecrets field when creating CatalogSource of sourceType: grpc to be able to pull images that are hosted on private docker registries
The text was updated successfully, but these errors were encountered: