Skip to content

Installation of rhbk-operator is failing with AllNamespaces InstallModeType not supported, cannot configure to watch all namespaces #457

Open
@asshutossh

Description

@asshutossh

Invoking the installation with a hardcoded values file to not install openshift-pipelines and openshift-gitops.

rhtap-cli deploy --values-template installer/charts/values.yaml.tpl --embedded=false

Currently the operator is being installed with these values:

 openshiftKeycloak:
    enabled: false
    description: Red Hat Keycloak Operator
    apiResource: keycloaks.k8s.keycloak.org
    namespace: rhbk-operator
    name: rhbk-operator
    channel: stable-v22
    source: redhat-operators
    sourceNamespace: openshift-marketplace
    operatorGroup:
      upgradeStrategy: Default
      **targetNamespaces: []**

After the installation following error appears for the operator

status:
  cleanup: {}
  conditions:
    - lastTransitionTime: '2025-02-11T09:54:01Z'
      lastUpdateTime: '2025-02-11T09:54:01Z'
      message: 'AllNamespaces InstallModeType not supported, cannot configure to watch all namespaces'
      phase: Failed
      reason: UnsupportedOperatorGroup
  lastTransitionTime: '2025-02-11T09:54:01Z'
  lastUpdateTime: '2025-02-11T09:54:01Z'
  message: 'AllNamespaces InstallModeType not supported, cannot configure to watch all namespaces'
  phase: Failed
  reason: UnsupportedOperatorGroup

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions