Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-11369

[Syndesis] syndesis-pull-secret getting lost when installing Syndesis over existing project - installation hangs

    XMLWordPrintable

Details

    • % %
    • Hide

      1. oc new-project syndesis
      2. bash install_ocp.sh --project syndesis, installation will hang forever without any errors.

      Show
      1. oc new-project syndesis 2. bash install_ocp.sh --project syndesis , installation will hang forever without any errors.
    • Fuse 7.5 Sprint 54 - Interim

    Description

      When running bash install_ocp.sh --project syndesis and the project syndesis already exists, then the script creates the syndesis-pull-secret on the old project first and then deletes it and creates the new project.
      As a result the secret is not set on the new project and installation hangs forever.
      The bash install_ocp.sh script forever logs

      Waiting for syndesis-operator to be scaled to 1
      Sleeping 10s ...
      Sleeping 10s ...
      

      and the syndesis-operator pod never scales up to 1. There are no errors raised anywhere.

      The timing of logging events is helpful:

      $ bash install_ocp.sh --project syndesis
      pull secret 'syndesis-pull-secret' is missing, creating ...   <-- here secret is created on old project
      enter username for registry.redhat.io and press [ENTER]:
      rhn-support-tmielke
      enter password for registry.redhat.io and press [ENTER]:
      =============== WARNING -- Going to delete project syndesis
      ============================================================
      Do you really want to delete the existing project syndesis ? yes/[no] : yes
      
      Deleting project syndesis                   <-- project gets deleted, secret is never set on new project
      project.project.openshift.io "syndesis" deleted
      Creating project syndesis
      Project still exists. Sleeping 10s ...
      Already on project "syndesis" on server "https://api.tmielke2.rhcee.support:6443".
      Ensuring imagestreams in syndesis
      Deploying Syndesis operator
      Waiting for syndesis-operator to be scaled to 1
      Sleeping 10s ...
      Sleeping 10s ...
      Sleeping 10s ...
      
      

      Attachments

        Issue Links

          Activity

            People

              parichar@redhat.com Paul Richardson
              rhn-support-tmielke Torsten Mielke
              Matej Kralik Matej Kralik
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: