We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TASK [provision_threescale : Delete the existing wildcard route if it exists] ************************************************** fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc delete route apicast-wildcard-router -n 3scale", "delta": "0:00:00.204439", "end": "2019-10-02 04:25:59.984441", "failed_when_result": true, "msg": "non-zero return code", "rc": 1, "start": "2019-10-02 04:25:59.780002", "stderr": "Error from server (NotFound): routes.route.openshift.io "apicast-wildcard-router" not found", "stderr_lines": ["Error from server (NotFound): routes.route.openshift.io "apicast-wildcard-router" not found"], "stdout": "", "stdout_lines": []}
The text was updated successfully, but these errors were encountered:
Fixing issue 354
39c802a
Current version of 3scale does not have existing wildcard route #354 remove delete
No branches or pull requests
TASK [provision_threescale : Delete the existing wildcard route if it exists] **************************************************
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "oc delete route apicast-wildcard-router -n 3scale", "delta": "0:00:00.204439", "end": "2019-10-02 04:25:59.984441", "failed_when_result": true, "msg": "non-zero return code", "rc": 1, "start": "2019-10-02 04:25:59.780002", "stderr": "Error from server (NotFound): routes.route.openshift.io "apicast-wildcard-router" not found", "stderr_lines": ["Error from server (NotFound): routes.route.openshift.io "apicast-wildcard-router" not found"], "stdout": "", "stdout_lines": []}
The text was updated successfully, but these errors were encountered: