...
Gliffy macroId 9d484508-1576-4ce8-83c4-6ced6c1b4290 displayName ASD Artifact Distribution name ASD Artifact Distribution pagePin 4
Note:
- The certificate chain must be added so that the worker nodes in the additional (operator) cluster(s) can pull Docker images from the Image Repository/Registry Service.
- The Worker Nodes in the operator K8S cluster pull Images from the Image Artifact Repository from the ONAP K8S cluster.
- The access can be done thru the Ingress in the ONAP K8S cluster.
Docker Commands
- docker login
- docker pull
- docker tag
- docker tag OPTIONS IMAGE TAG REGISTRYHOST/ USERNAME/NAME[:TAG]
- docker push
- docker push NAME [:TAG]
...