Cloud Pak for Data

 View Only
  • 1.  Registry Location

    Posted Tue April 07, 2020 09:23 AM

    Hello,

    We are installing Cloud Pak for Data on OpenShift in a private cloud environment.

    After following the installation documentation here , we have reached a stage where we need to run the following command:

    ./cpd-Operating_System preloadImages \ --assembly Assembly_name \ --version Assembly_version \ --action push \ --ask-push-registry-credentials \ --load-from Image_Directory_Location \ --transfer-image-to Registry_location \

    What should the transfer-image-to Registry_Location value be? And from where can I get it?

    The documentation is not clear on that. Can someone please elaborate?

    Thanks,

    CS



    ------------------------------
    CS
    ------------------------------

    #CloudPakforDataGroup


  • 2.  RE: Registry Location

    Posted Tue April 07, 2020 09:31 AM
    Hi,

    oc registry info

    would tell you where your internal registry is.

    1) If you are installing from inside of the cluster you can use the above.

    2) If you are using from outside of the cluster, use the corresponding route (oc get route -n default. should tell you)

    Please remember to add the namespace at the end  (/zen for example).

    Thanks

    ------------------------------
    TOMASZ HANUSIAK
    ------------------------------



  • 3.  RE: Registry Location

    Posted Thu July 23, 2020 12:02 PM
    Thank you Tomasz!

    ------------------------------
    Jose Niro
    ------------------------------