Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-3337

Fix mongodb pod in bookinfo demo on IPv6

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • OSSM 2.3.1
    • Customer Impact

      Mongodb pod in bookinfo app is not configured correctly on IPv6. It seems it's not bind to correct interface.
      The bind_ip_all is set automatically on the docker entry point shell script:

         if [ -z "$haveBindIp" ]; then
                      # so if no "--bind_ip" is specified, let's add "--bind_ip_all"
                      set -- "$@" --bind_ip_all
      

      Bookinfo installation job - https://master-jenkins-csb-servicemesh.apps.ocp-c1.prod.psi.redhat.com/job/install-jobs/job/install-bookinfo/

            Unassigned Unassigned
            fbrychta@redhat.com Filip Brychta
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: