Release Notes
Abstract
Known Limitations of IBM Cloud Pak for Integration
Content
- Limitations impacting all versions
- Cloud Pak for Integration 2023.2
- Cloud Pak for Integration 2022.4
- Cloud Pak for Integration 2022.2
- Cloud Pak for Integration 2021.4
- Unable to access Cloud Pak for Integration user interfaces
- Refreshing Expired Certificates
- Unable to push images to local Azure Container Registry
Issue: When users try to access the Cloud Pak for Integration UI routes they get the message Application is not available
.
Cause: Network traffic has not been allowed between the deployed instance of Platform Navigator and the Ingress Controller, as required. (If you would like more information about this policy, review the Red Hat documentation.)
Solution:
Using the CLI
endpointPublishingStrategy
type of the IngressController:
oc get --namespace openshift-ingress-operator ingresscontrollers/default \
--output jsonpath='{.status.endpointPublishingStrategy.type}'; echo
3. If the type value from the previous step is HostNetwork,
ingress traffic must be enabled through the default
namespace. Add the label network.openshift.io/policy-group=ingress
to the default
namespace:
oc label namespace default 'network.openshift.io/policy-group=ingress'
Using the Red Hat OpenShift web console
- Log in to the Red Hat OpenShift web console for the cluster as a Cluster Administrator.
- In the navigation pane, click Home > Search. Click to expand Project, select the
openshift-ingress-operator
namespace, then search for the resourceIngressController
. - Click to open the
default
IngressResource and view the YAML to confirm the value ofspec.endpointPublishingStrategy.
- If the value of
spec.endpointPublishingStrategy.type
isHostNetwork
, ingress traffic must be enabled through thedefault
namespace. In the left navigation pane, click Home > Search. Search for the resourcenamespace
, select thedefault
namespace, and click Edit Labels.
network.openshift.io/policy-group=ingress,
then click Save.Application Unavailable
message when attempting to access the Platform UI or other capabilities in Cloud Pak for Integration. Additionally, the management-ingress pod logs show an error:
Error: exit status 1
2021/01/23 16:56:00 [emerg] 44#44: invalid number of arguments in "ssl_certificate" directive in /tmp/nginx-cfg123456789:123
nginx: [emerg] invalid number of arguments in "ssl_certificate" directive in /tmp/nginx-cfg123456789:123
nginx: configuration file /tmp/nginx-cfg123456789 test failed
When attempting to use the cloudctl command to mirror images, the use gets this error:
400 Bad Request
Request Header Or Cookie Too Large
For information on limitations and workarounds, see the IBM Documentation page for IBM Cloud Pak for Integration 2023.2 Known Limitations.
For information on limitations and workarounds, see the IBM Documentation page for IBM Cloud Pak for Integration 2022.4 Known Limitations.
For information on limitations and workarounds, see the IBM Documentation page for IBM Cloud Pak for Integration 2022.2 Known Limitations.
- Support for Red Hat® OpenShift® Container Platform version 4.9
- API Test Generator can fail to add test cases for large data
Was this topic helpful?
Document Information
Modified date:
16 June 2023
UID
ibm16233896