Conversation
Signed-off-by: jkalinic <jkalinic@redhat.com>
operator/src/main/java/com/github/streamshub/console/dependents/ConsoleRoute.java
Show resolved
Hide resolved
operator/src/main/java/com/github/streamshub/console/dependents/ConsoleRoute.java
Outdated
Show resolved
Hide resolved
operator/src/main/java/com/github/streamshub/console/dependents/ConsoleIngress.java
Outdated
Show resolved
Hide resolved
operator/src/main/java/com/github/streamshub/console/ConsoleReconciler.java
Outdated
Show resolved
Hide resolved
operator/src/main/java/com/github/streamshub/console/dependents/ConsoleRoute.java
Show resolved
Hide resolved
Signed-off-by: jkalinic <jkalinic@redhat.com>
Signed-off-by: jkalinic <jkalinic@redhat.com>
Signed-off-by: jkalinic <jkalinic@redhat.com>
Signed-off-by: jkalinic <jkalinic@redhat.com>
|
/systemtests run --testcase=KafkaNodePoolST#testFilterKafkaNodesByRole |
Signed-off-by: jkalinic <jkalinic@redhat.com>
|
/systemtests run --testcase=KafkaNodePoolST#testFilterKafkaNodesByRole |
…enshift Signed-off-by: jkalinic <jkalinic@redhat.com>
|
/systemtests run --testcase=KafkaNodePoolST#testFilterKafkaNodesByRole |
✅ Systemtests run finished - success ✅Test Summary:
Used parameters:
|
|
This seems to be working. Needed to add modifcation for OLM, because the quarkus reads the kubernetes.yaml -> for openshift there needs to be RBAC for routes.openshift, but for vanila k8s OLM checks fail. That is because the bundle contains the .spec.nativeAPIs[] which included the newly added routes api, which does not exist on vanila k8s thus the operator won't even attempt installation. The current state allows both of these (ingress & route) to co-exist. I only need to refactor the tests so that they reflect the changes. |
MikeEdgar
left a comment
There was a problem hiding this comment.
I'll spend some time to go through this more carefully once the 0.12.1 release is out. Like you've mentioned, I think the tests in the operator module need some adjustments.
This PR is just for POC sharing purposes.