-
Bug
-
Resolution: Done
-
Critical
-
2.7 GA
-
2
-
False
-
False
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Not Started
-
Undefined
-
-
3scale-doc-2021-11-01, 3scale-doc-2021-11-22
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"