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
Currently haven't found anything that supports private images. So when the chaincode pod is created it shows an error. It would be possible to implement support for private images using "imagePullSecrets" as a parameter so that we can inform the credential of the image's private repository.
The text was updated successfully, but these errors were encountered:
Hi @fernandobsb, private images are supported using the FABRIC_K8S_BUILDER_SERVICE_ACCOUNT environment variable. This is definitely a common requirement so I think it needs documenting better but hopefully the Add ImagePullSecrets to a service account k8s doc should help in the mean time. Let me know if you hit any problems. Thanks.
Hello @jt-nti , thank you very much for the quick response, I did the tests following your instructions and I had success in my environment. Thank you very much support!
Currently haven't found anything that supports private images. So when the chaincode pod is created it shows an error. It would be possible to implement support for private images using "imagePullSecrets" as a parameter so that we can inform the credential of the image's private repository.
The text was updated successfully, but these errors were encountered: