Este contenido no está disponible en el idioma seleccionado.

Chapter 7. Known issues in Red Hat Decision Manager 7.7.1


This section lists known issues with Red Hat Decision Manager 7.7.1.

7.1. Red Hat OpenShift Container Platform

You can not deploy immutable KIE Server environments on Red Hat OpenShift Container Platform using Operators [RHPAM-2942]

Issue: Immutable KIE Server environments are unable to deploy on Red Hat OpenShift Container Platform using Operators.

Steps to reproduce:

  1. Create a KIE application in the Red Hat Decision Manager environment on Red Hat OpenShift Container Platform using Operators.
  2. To deploy immutable KIE Server environments, use the following YAML file:
apiVersion: app.kiegroup.org/v2
kind: KieApp
metadata:
  name: rhdm-production-immutable
  annotations:
    consoleName: rhdm-production-immutable
    consoleTitle: DM Production Immutable
    consoleDesc: Deploys a DM Production Immutable environment
spec:
  environment: rhdm-production-immutable
  objects:
    servers:
      - build:
          kieServerContainerDeployment: rhdm-kieserver-hellorules=org.openshift.quickstarts:rhdm-kieserver-hellorules:1.5.0-SNAPSHOT
          gitSource:
            uri: https://github.com/jboss-container-images/rhdm-7-openshift-image.git
            reference: master
            contextDir: quickstarts/hello-rules/hellorules

Expected result: Immutable KIE Server deployment errors must not be present in the generated YAML file.

Actual result: The generated YAML file fails with the immutable KIE Server deployment errors.

Workaround: For successful KIE Server deployment on Red Hat OpenShift Container Platform using Operators, use useImageTags flag.

You can not create custom image for database [RHPAM-2948]

Issue: It is not possible to build a custom extension image for database.

Steps to reproduce:

  1. Download the following templates.zip file.

    curl --insecure --output templates.zip http://rcm-guest.app.eng.bos.redhat.com/rcm-guest/staging/rhpam/RHPAM-7.7.1.CR1/rhpam-7.7.1-openshift-templates.zip
  2. Unzip the templates.zip file content.

    unzip -q templates.zip
  3. For an example, make the image build for MySQL database.

    cd templates/contrib/jdbc
    make build mysql

Expected result: You can create and build a custom extension image for database.

Actual result: You can not build a custom extension image for database.

Workaround: Specify the following repository in the base-db-overrides.yaml file and restart the image build.

name: "quay.io/kiegroup/jboss-kie-${DATABASE_TYPE}-extension-openshift-image"
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2026 Red Hat
Volver arriba