Uploaded image for project: 'Red Hat 3scale API Management'
  1. Red Hat 3scale API Management
  2. THREESCALE-7203

Fix Zync resync command in 5.6.9. Creating equivalent Zync routes

    XMLWordPrintable

Details

    • 3scale-doc-2021-11-01, 3scale-doc-2021-11-22

    Description

      In the step : Creating equivalent Zync routes
      https://access.redhat.com/documentation/en-us/red_hat_3scale_api_management/2.7/html/operating_3scale/troubleshooting#creating_equivalent_zync_routes

      oc exec -t $(oc get pods -l 'deploymentConfig=system-sidekiq' -o json | jq '.items[0].metadata.name' -r)  bash -- -c "bundle exec rake zync:resync:domains"
      

      there is an error, the command should be:

      oc exec -t $(oc get pods -l 'deploymentConfig=system-sidekiq' -o json | jq '.items[0].metadata.name' -r) -- bash -c "bundle exec rake zync:resync:domains"
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            rhn-support-vasharma Varsha Sharma (Inactive)
            Marian Ganisin Marian Ganisin (Inactive)
            Varsha Sharma Varsha Sharma (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: