Skip to content
New issue

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

Kogitoinfra does not support the new keycloak operator deployments #20

Open
jorgelon opened this issue Mar 11, 2024 · 0 comments
Open

Comments

@jorgelon
Copy link

jorgelon commented Mar 11, 2024

Describe the bug

Why I try to declare a Kogitoinfra with "kind: Keycloak" using a keycloak operator deployment, the controller gives me an error telling me k8s.keycloak.org/v2alpha1 api is not supported
Only keycloak.org/v1alpha1 api is supported

I think that api is for resources deployed with the old keycloak operator

Kubernetes 1.29 in eks

Expected behavior

No response

Actual behavior

  message: >-
    API k8s.keycloak.org/v2alpha1 is not supported for kind Keycloak.
    Supported APIs are: [infinispan.infinispan.org/v1
    kafka.kafka.strimzi.io/v1beta2 keycloak.keycloak.org/v1alpha1
    broker.eventing.knative.dev/v1 mongodb.mongodbcommunity.mongodb.com/v1]
  reason: UnsupportedAPIKind
  status: 'False'
  type: Configured

How to Reproduce?

apiVersion: app.kiegroup.org/v1beta1
kind: KogitoSupportingService
metadata:
  name: management-console
spec:
  serviceType: MgmtConsole
  image: quay.io/kiegroup/kogito-management-console:1.44
  infra:
    - keycloak-kogito

apiVersion: k8s.keycloak.org/v2alpha1
kind: Keycloak
metadata:
  name: keycloak-kogito
spec:

...

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Kogito Operator version or git rev

8.0.4.GA, main and 1.44.1

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant