Known issues on OpenShift cluster environments

This topic describes the OpenShift cluster environment known issues for Cloudera Data Warehouse Private Cloud.

Known Issues identified in 1.5.0

No new known issues in this area.

Known Issues identified before 1.4.1

DWX-4723: HTTP 504 Gateway timeout error returned when you delete an environment
When a CDW Private Cloud environment is deleted in the CDW Private Cloud UI, an HTTP 504 Gateway timeout error can be returned.
Using the OpenShift CLI, increase the route timeout to 60s on the OpenShift cluster:
oc annotate route [***ROUTE-NAME***] --overwrite haproxy.router.openshift.io/timeout=60s
For more information about setting this timeout, see the OpenShift documentation.