1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

Issue-#852: Add content on alternatives

This commit is contained in:
Akshay 2022-01-10 08:49:57 +01:00
parent dddfe6cf70
commit 1331ed1d7a

View File

@ -175,6 +175,11 @@ docker image pull example.com/my-algo:latest
You can publish an algorithm asset with the metadata containing registry URL, image, and tag information to enable users to run C2D jobs.
## Other alternatives
Some use cases might require that image `pull` operations are also restricted to authenticated servers/users. To allow the compute-to-data environment to pull images from the private registry, add `imagePullSecrets` to the compute job template file [here](https://github.com/oceanprotocol/operator-engine/blob/main/operator_engine/templates/configure-job-template.yaml).
You can generate the registry secret in the compute environment namespace by following these [steps](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/).
## Further references
- [Setup Compute-to-Data environment](/tutorials/compute-to-data-minikube/)