Open Edition

 View Only
  • 1.  Error installing BAMOE Canvas

    Posted 15 days ago

    Hi, I'm trying to follow doc instructions to deploy BAMOE Canvas in OpenShift cluster.

    I logged as kubeadmin and trying the fist command to deploy Extended Services image. 

    C:\data\sw\bamoe>oc new-app quay.io/bamoe/extended-services:9.1.1-ibm-0003 --name=bamoe-extended-services
    But is failing with this message:
    error:  local file access failed with: CreateFile quay.io/bamoe/extended-services:9.1.1-ibm-0003: The system cannot find the path specified.
    error: unable to locate any images in image streams, templates loaded in accessible projects, template files, local docker images with name "quay.io/bamoe/extended-services:9.1.1-ibm-0003"
     
    Argument 'quay.io/bamoe/extended-services:9.1.1-ibm-0003' was classified as an image, image~source, or loaded template reference.
     
    The 'oc new-app' command will match arguments to the following types:
      1. Images tagged into image streams in the current project or the 'openshift' project
         - if you don't specify a tag, we'll add ':latest'
      2. Images in the container storage, on remote registries, or on the local container engine
      3. Templates in the current project or the 'openshift' project
      4. Git repository URLs or local paths that point to Git repositories
     
    --allow-missing-images can be used to point to an image that does not exist yet.
     
    See 'oc new-app -h' for examples.
    Can anybody help?
    Thanks in advance


    ------------------------------
    Eduardo Izquierdo Lázaro
    Automation Architect
    DECIDE
    Madrid
    609893677
    ------------------------------


  • 2.  RE: Error installing BAMOE Canvas

    Posted 14 days ago

    Hello, Eduardo!

    That command should work...
    Are you behind a VPN? Or is quay.io inaccessible from your OCP cluster somehow? Do you have appropriate permissions to create Image Streams and Deployment resources on the cluster?



    ------------------------------
    Thiago Lugli
    ------------------------------



  • 3.  RE: Error installing BAMOE Canvas

    Posted 14 days ago

    Hi Thiago, I'm using RedHat OpenShift Local running in my laptop and using kubeadmin who should ve a privileged user.

    Maybe a limitation of OCP Local, but I don't thin so, because I have been able to deploy other products For instance, I deployed IBM Operational Decision Manager using the Helm Chart and downloading images from IBM repositories. I don't know what's going on.  



    ------------------------------
    Eduardo Izquierdo Lázaro
    Automation Architect
    DECIDE
    Madrid
    609893677
    ------------------------------



  • 4.  RE: Error installing BAMOE Canvas

    Posted 14 days ago
    Edited by Venkata Ramesh Nidadavolu 12 days ago