Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-2651

Pods with repo "hard coded" for image

XMLWordPrintable

    • Hide

      : -->

      SUMMARY

      Want to be able to install an onap and pull from a registry behid a firewall so need to be able to control the rep for all images

       

      OS / ENVIRONMENT

      • Kubernetes version:
        1.15
      • Helm version:
        2.16.6
      • Kubernetes mode of installation:
        kubespray
      • CNI Used for Kubernetes:
      • Calico
      • type of installation: 1 master 6 workers

      OOM VERSION

      Guilin/master

      CONFIGURATION

      make sure to install SO & CDS 

      we have set up a registry at engine.local to conatin all the images

      and used the attached override file to set the repo for all the images.

       

      STEPS TO REPRODUCE

      when the pods are all running check the output of the command 

      kubectl get pods -n onap -o jsonpath="{..image}" | tr -s '[[:space:]]' '\n' | sort | uniq

      and check where the images come from

      EXPECTED RESULTS

      all images come from engine.local

      ACTUAL RESULTS

      2 images are missed

      alpine:3.6
      busybox:latest

      they are found to be in 

      cds/charts/cds-blueprints-processor/templates/deployment.yaml

      so/components/so-monitoring/templates/deployment.yaml

       

      Show
      : --> SUMMARY Want to be able to install an onap and pull from a registry behid a firewall so need to be able to control the rep for all images   OS / ENVIRONMENT Kubernetes version: 1.15 Helm version: 2.16.6 Kubernetes mode of installation: kubespray CNI Used for Kubernetes: Calico type of installation: 1 master 6 workers OOM VERSION Guilin/master CONFIGURATION make sure to install SO & CDS  we have set up a registry at engine.local to conatin all the images and used the attached override file to set the repo for all the images.   STEPS TO REPRODUCE when the pods are all running check the output of the command   kubectl get pods -n onap -o jsonpath="{..image}" | tr -s '[ [:space:] ]' '\n' | sort | uniq and check where the images come from EXPECTED RESULTS all images come from engine.local ACTUAL RESULTS 2 images are missed alpine:3.6 busybox:latest they are found to be in  cds/charts/cds-blueprints-processor/templates/deployment.yaml so/components/so-monitoring/templates/deployment.yaml  

          afenner afenner
          afenner afenner
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

            Created:
            Updated:
            Resolved: