strimzi / strimzi-kafka-operator

Apache Kafka® running on Kubernetes
https://strimzi.io/
Apache License 2.0
4.78k stars 1.28k forks source link

[Question] Strimzi 0.16.2. "The OpenShift route API is not available in this Kubernetes cluster" #2700

Closed jxadro closed 4 years ago

jxadro commented 4 years ago

Hi.

I'm creating a Kafka cluster with this CR:

apiVersion: kafka.strimzi.io/v1beta1
kind: Kafka
metadata:
  name: my-cluster
  namespace: nsX
spec:
  kafka:
    version: 2.4.0
    replicas: 1
    listeners:
      plain: {}
      tls: {}
      external:
        type: route
        tls: false
    storage:
      type: ephemeral
    config:
      offsets.topic.replication.factor: 1
      transaction.state.log.replication.factor: 1
      transaction.state.log.min.isr: 1
  zookeeper:
    replicas: 1
    storage:
      type: ephemeral
  entityOperator:
    topicOperator: {}
    userOperator: {}

But I'm getting this status:

Status:
  Conditions:
    Last Transition Time:  2020-03-13T19:26:13+0000
    Message:               The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster my-cluster using routes is not possible.
    Reason:                NoStackTraceThrowable
    Status:                True
    Type:                  NotReady

In this cluster I created a Kafka server like these two days ago and it worked, since then I had a problem with the hypervisor and the virtual machines were rebooted so may be something didn't start correctly.

What is behind this message so I could debug or report it accurately?

Thank you.

scholzj commented 4 years ago

So, are you actually on OpenShift? The operator checks the Route API which it is present and if it is not present, it cannot use it. If you switch to debug logging in the cluster operator, I think you should see it checking the APIs.

jxadro commented 4 years ago

Hi,

Yes, I'm in openshift. Could you tell me the command used to check the Route API and the expected output? Or in debug mode will I see the command?

Thank you.

scholzj commented 4 years ago

The operator is talking witht he API server all the time. And at startup it asks whetehr the route.openshift.io/v1APi exists or not. If it exists, it allows to use routes. If it doesn't, it will not. So if you are on OpenShift, I assume that the APi server didn't reported the API to be present for whatever reason. Have you tried to restart the operator? MAybe it was just some temporary glitch in the API server or something.

So it is not a command per-se which we run from command line. I believe oc api-versions or oc api-resources would show similar stuff (sorry, do not have my OCP cluster runnign at this moment to try it out). But we are not using these commands directly as we talk with the API server through HTTP.

scholzj commented 4 years ago

I will close this since there was no update for more than 10 days. If you have something more feel free to open a new issue, reopen this one or get in touch with us on Slack or mailing list.

juanbrny commented 3 years ago

Just for reference, I found this problem on my kvm based OCP 4.5 cluster after a restart. I uninstalled the operator and reinstalled with no luck. Found on the operator pod log that it starts first properly (the API access is ok) but some minutes later is starts again with a lot of features marked as false so it can't access many APIs including the router one. All that behaviour can be seen in the log below. What has helped in my case, as workaround, was Jakub's recommendation to restart the operator pod.

Just for reference the log with the error:

+ shift
+ export MALLOC_ARENA_MAX=2
+ MALLOC_ARENA_MAX=2
+ JAVA_OPTS=' -Dvertx.cacheDirBase=/tmp -Djava.security.egd=file:/dev/./urandom'
++ get_gc_opts
++ '[' '' == true ']'
++ echo ''
+ JAVA_OPTS=' -Dvertx.cacheDirBase=/tmp -Djava.security.egd=file:/dev/./urandom '
+ exec java -Dvertx.cacheDirBase=/tmp -Djava.security.egd=file:/dev/./urandom -classpath lib/io.strimzi.cluster-operator-0.18.0.redhat-00003.jar:lib/io.netty.netty-transport-native-unix-common-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-transport-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-codec-socks-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-transport-native-epoll-4.1.48.Final-redhat-00001.jar:lib/com.squareup.okhttp3.okhttp-3.12.0.redhat-00001.jar:lib/io.netty.netty-handler-proxy-4.1.48.Final-redhat-00001.jar:lib/org.apache.kafka.kafka-clients-2.5.0.redhat-00003.jar:lib/org.apache.logging.log4j.log4j-core-2.13.2.redhat-00001.jar:lib/org.bouncycastle.bcprov-jdk15on-1.62.0.redhat-00001.jar:lib/dk.brics.automaton.automaton-1.11.8.redhat-1.jar:lib/com.github.luben.zstd-jni-1.4.3.1-redhat-00002.jar:lib/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.10.4.redhat-00001.jar:lib/io.strimzi.kafka-oauth-common-0.5.0.redhat-00001.jar:lib/org.hdrhistogram.HdrHistogram-2.1.12.redhat-00001.jar:lib/jakarta.xml.bind.jakarta.xml.bind-api-2.3.2.redhat-00001.jar:lib/io.netty.netty-codec-http2-4.1.48.Final-redhat-00001.jar:lib/com.sun.activation.jakarta.activation-1.2.1.redhat-00002.jar:lib/io.netty.netty-codec-4.1.48.Final-redhat-00001.jar:lib/org.quartz-scheduler.quartz-2.2.1.redhat-1.jar:lib/org.latencyutils.LatencyUtils-2.0.3.redhat-00001.jar:lib/io.strimzi.api-0.18.0.redhat-00003.jar:lib/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.10.4.redhat-00001.jar:lib/io.strimzi.certificate-manager-0.18.0.redhat-00003.jar:lib/io.vertx.vertx-micrometer-metrics-3.8.5.redhat-00005.jar:lib/com.fasterxml.jackson.core.jackson-annotations-2.10.4.redhat-00001.jar:lib/io.netty.netty-transport-native-epoll-4.1.48.Final-redhat-00001-linux-x86_64.jar:lib/com.fasterxml.jackson.core.jackson-databind-2.10.4.redhat-00001.jar:lib/org.apache.zookeeper.zookeeper-3.5.8.redhat-00001.jar:lib/io.netty.netty-buffer-4.1.48.Final-redhat-00001.jar:lib/io.micrometer.micrometer-core-1.3.9.redhat-00001.jar:lib/io.netty.netty-resolver-dns-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-codec-http-4.1.48.Final-redhat-00001.jar:lib/jakarta.activation.jakarta.activation-api-1.2.1.redhat-00002.jar:lib/org.bouncycastle.bcpkix-jdk15on-1.60.0.redhat-00001.jar:lib/io.fabric8.openshift-client-4.6.4.redhat-00001.jar:lib/io.strimzi.kafka-oauth-client-0.5.0.redhat-00001.jar:lib/io.netty.netty-handler-4.1.48.Final-redhat-00001.jar:lib/io.prometheus.simpleclient-0.7.0.redhat-00001.jar:lib/com.github.mifmif.generex-1.0.2.redhat-1.jar:lib/io.strimzi.operator-common-0.18.0.redhat-00003.jar:lib/io.fabric8.kubernetes-model-common-4.6.4.redhat-00001.jar:lib/io.prometheus.simpleclient_common-0.7.0.redhat-00001.jar:lib/org.apache.zookeeper.zookeeper-jute-3.5.8.redhat-00001.jar:lib/io.fabric8.kubernetes-client-4.6.4.redhat-00001.jar:lib/org.apache.yetus.audience-annotations-0.5.0.redhat-00002.jar:lib/com.squareup.okhttp3.logging-interceptor-3.12.0.redhat-00001.jar:lib/org.keycloak.keycloak-core-9.0.3.redhat-00002.jar:lib/org.lz4.lz4-java-1.7.1.redhat-00001.jar:lib/org.slf4j.slf4j-api-1.7.25.redhat-00001.jar:lib/io.fabric8.zjsonpatch-0.3.1.redhat-00001.jar:lib/io.netty.netty-resolver-4.1.48.Final-redhat-00001.jar:lib/io.strimzi.crd-annotations-0.18.0.redhat-00003.jar:lib/io.vertx.vertx-core-3.8.5.redhat-00005.jar:lib/io.strimzi.kafka-oauth-server-0.5.0.redhat-00001.jar:lib/io.fabric8.kubernetes-model-4.6.4.redhat-00001.jar:lib/io.netty.netty-codec-dns-4.1.48.Final-redhat-00001.jar:lib/org.yaml.snakeyaml-1.26.0.redhat-00001.jar:lib/io.micrometer.micrometer-registry-prometheus-1.3.9.redhat-00001.jar:lib/io.netty.netty-common-4.1.48.Final-redhat-00001.jar:lib/io.strimzi.config-model-0.18.0.redhat-00003.jar:lib/com.squareup.okio.okio-1.15.0.redhat-00001.jar:lib/com.fasterxml.jackson.core.jackson-core-2.10.4.redhat-00001.jar:lib/org.xerial.snappy.snappy-java-1.1.7.2-redhat-00002.jar:lib/org.apache.logging.log4j.log4j-slf4j-impl-2.13.2.redhat-00001.jar:lib/org.apache.logging.log4j.log4j-api-2.13.2.redhat-00001.jar:lib/org.keycloak.keycloak-common-9.0.3.redhat-00002.jar io.strimzi.operator.cluster.Main
2020-10-21 23:03:43 INFO  Main:60 - ClusterOperator 0.18.0.redhat-00003 is starting
**2020-10-21 23:03:44 INFO  Main:85 - Environment facts gathered: ClusterOperatorConfig(KubernetesVersion=1.18,OpenShiftRoutes=true,OpenShiftBuilds=true,OpenShiftImageStreams=true,OpenShiftDeploymentConfigs=true)**
2020-10-21 23:03:44 INFO  Util:262 - Using config:
    container: oci
    ADDRESS_SPACE_CONTROLLER_PORT_8080_TCP: tcp://172.30.228.99:8080
    PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE: registry.redhat.io/amq7/amq-streams-rhel7-operator@sha256:8637549bae76119b18fd1361120d9f2c68086425cc8c4751c3b8204b3942a7d9
    ADDRESS_SPACE_CONTROLLER_SERVICE_PORT_HEALTH: 8080
    NSS_SDB_USE_CACHE: no
    STRIMZI_DEFAULT_TLS_SIDECAR_KAFKA_IMAGE: registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4
    ADDRESS_SPACE_CONTROLLER_SERVICE_PORT: 8080
    ADDRESS_SPACE_CONTROLLER_PORT_8080_TCP_ADDR: 172.30.228.99
    STRIMZI_HOME: /opt/strimzi
    PWD: /opt/strimzi
    CONSOLE_PORT_8443_TCP_ADDR: 172.30.65.143
    CONSOLE_PORT: tcp://172.30.65.143:8443
    KUBERNETES_PORT_443_TCP: tcp://172.30.0.1:443
    JAVA_MAIN: io.strimzi.operator.cluster.Main
    ADDRESS_SPACE_CONTROLLER_PORT_8080_TCP_PORT: 8080
    STRIMZI_NAMESPACE: 
    CONSOLE_SERVICE_PORT: 8443
    STRIMZI_CUSTOM_KAFKA_BRIDGE_SERVICE_LABELS: discovery.3scale.net=true

    JBOSS_IMAGE_VERSION: 1.5.0
    STRIMZI_LOG_LEVEL: INFO
    ADDRESS_SPACE_CONTROLLER_PORT_8080_TCP_PROTO: tcp
    CONSOLE_PORT_8443_TCP_PROTO: tcp
    KUBERNETES_SERVICE_PORT_HTTPS: 443
    SHLVL: 0
    STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE: registry.redhat.io/amq7/amq-streams-bridge-rhel7@sha256:9af12042fe9e3027396404164136878520adbe64c6acce12ae9fa09386921796
    CONSOLE_PORT_8080_TCP: tcp://172.30.65.143:8080
    STRIMZI_CUSTOM_KAFKA_BRIDGE_SERVICE_ANNOTATIONS: discovery.3scale.net/scheme=http
discovery.3scale.net/port=8080
discovery.3scale.net/path=/
discovery.3scale.net/description-path=/openapi

    STRIMZI_KAFKA_MIRROR_MAKER_IMAGES: 2.4.0=registry.redhat.io/amq7/amq-streams-kafka-24-rhel7@sha256:060a7bca89456e059e71f4844e9e1de86b17a788465a9cdf2ca9e69db5398468
2.5.0=registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4

    KUBERNETES_PORT: tcp://172.30.0.1:443
    CONSOLE_SERVICE_PORT_METRICS: 8080
    TERM: xterm
    STRIMZI_FULL_RECONCILIATION_INTERVAL_MS: 120000
    KUBERNETES_SERVICE_HOST: 172.30.0.1
    CONSOLE_SERVICE_HOST: 172.30.65.143
    JAVA_CLASSPATH: lib/io.strimzi.cluster-operator-0.18.0.redhat-00003.jar:lib/io.netty.netty-transport-native-unix-common-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-transport-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-codec-socks-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-transport-native-epoll-4.1.48.Final-redhat-00001.jar:lib/com.squareup.okhttp3.okhttp-3.12.0.redhat-00001.jar:lib/io.netty.netty-handler-proxy-4.1.48.Final-redhat-00001.jar:lib/org.apache.kafka.kafka-clients-2.5.0.redhat-00003.jar:lib/org.apache.logging.log4j.log4j-core-2.13.2.redhat-00001.jar:lib/org.bouncycastle.bcprov-jdk15on-1.62.0.redhat-00001.jar:lib/dk.brics.automaton.automaton-1.11.8.redhat-1.jar:lib/com.github.luben.zstd-jni-1.4.3.1-redhat-00002.jar:lib/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.10.4.redhat-00001.jar:lib/io.strimzi.kafka-oauth-common-0.5.0.redhat-00001.jar:lib/org.hdrhistogram.HdrHistogram-2.1.12.redhat-00001.jar:lib/jakarta.xml.bind.jakarta.xml.bind-api-2.3.2.redhat-00001.jar:lib/io.netty.netty-codec-http2-4.1.48.Final-redhat-00001.jar:lib/com.sun.activation.jakarta.activation-1.2.1.redhat-00002.jar:lib/io.netty.netty-codec-4.1.48.Final-redhat-00001.jar:lib/org.quartz-scheduler.quartz-2.2.1.redhat-1.jar:lib/org.latencyutils.LatencyUtils-2.0.3.redhat-00001.jar:lib/io.strimzi.api-0.18.0.redhat-00003.jar:lib/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.10.4.redhat-00001.jar:lib/io.strimzi.certificate-manager-0.18.0.redhat-00003.jar:lib/io.vertx.vertx-micrometer-metrics-3.8.5.redhat-00005.jar:lib/com.fasterxml.jackson.core.jackson-annotations-2.10.4.redhat-00001.jar:lib/io.netty.netty-transport-native-epoll-4.1.48.Final-redhat-00001-linux-x86_64.jar:lib/com.fasterxml.jackson.core.jackson-databind-2.10.4.redhat-00001.jar:lib/org.apache.zookeeper.zookeeper-3.5.8.redhat-00001.jar:lib/io.netty.netty-buffer-4.1.48.Final-redhat-00001.jar:lib/io.micrometer.micrometer-core-1.3.9.redhat-00001.jar:lib/io.netty.netty-resolver-dns-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-codec-http-4.1.48.Final-redhat-00001.jar:lib/jakarta.activation.jakarta.activation-api-1.2.1.redhat-00002.jar:lib/org.bouncycastle.bcpkix-jdk15on-1.60.0.redhat-00001.jar:lib/io.fabric8.openshift-client-4.6.4.redhat-00001.jar:lib/io.strimzi.kafka-oauth-client-0.5.0.redhat-00001.jar:lib/io.netty.netty-handler-4.1.48.Final-redhat-00001.jar:lib/io.prometheus.simpleclient-0.7.0.redhat-00001.jar:lib/com.github.mifmif.generex-1.0.2.redhat-1.jar:lib/io.strimzi.operator-common-0.18.0.redhat-00003.jar:lib/io.fabric8.kubernetes-model-common-4.6.4.redhat-00001.jar:lib/io.prometheus.simpleclient_common-0.7.0.redhat-00001.jar:lib/org.apache.zookeeper.zookeeper-jute-3.5.8.redhat-00001.jar:lib/io.fabric8.kubernetes-client-4.6.4.redhat-00001.jar:lib/org.apache.yetus.audience-annotations-0.5.0.redhat-00002.jar:lib/com.squareup.okhttp3.logging-interceptor-3.12.0.redhat-00001.jar:lib/org.keycloak.keycloak-core-9.0.3.redhat-00002.jar:lib/org.lz4.lz4-java-1.7.1.redhat-00001.jar:lib/org.slf4j.slf4j-api-1.7.25.redhat-00001.jar:lib/io.fabric8.zjsonpatch-0.3.1.redhat-00001.jar:lib/io.netty.netty-resolver-4.1.48.Final-redhat-00001.jar:lib/io.strimzi.crd-annotations-0.18.0.redhat-00003.jar:lib/io.vertx.vertx-core-3.8.5.redhat-00005.jar:lib/io.strimzi.kafka-oauth-server-0.5.0.redhat-00001.jar:lib/io.fabric8.kubernetes-model-4.6.4.redhat-00001.jar:lib/io.netty.netty-codec-dns-4.1.48.Final-redhat-00001.jar:lib/org.yaml.snakeyaml-1.26.0.redhat-00001.jar:lib/io.micrometer.micrometer-registry-prometheus-1.3.9.redhat-00001.jar:lib/io.netty.netty-common-4.1.48.Final-redhat-00001.jar:lib/io.strimzi.config-model-0.18.0.redhat-00003.jar:lib/com.squareup.okio.okio-1.15.0.redhat-00001.jar:lib/com.fasterxml.jackson.core.jackson-core-2.10.4.redhat-00001.jar:lib/org.xerial.snappy.snappy-java-1.1.7.2-redhat-00002.jar:lib/org.apache.logging.log4j.log4j-slf4j-impl-2.13.2.redhat-00001.jar:lib/org.apache.logging.log4j.log4j-api-2.13.2.redhat-00001.jar:lib/org.keycloak.keycloak-common-9.0.3.redhat-00002.jar
    STRIMZI_KAFKA_CONNECT_S2I_IMAGES: 2.4.0=registry.redhat.io/amq7/amq-streams-kafka-24-rhel7@sha256:060a7bca89456e059e71f4844e9e1de86b17a788465a9cdf2ca9e69db5398468
2.5.0=registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4

    STRIMZI_DEFAULT_TLS_SIDECAR_CRUISE_CONTROL_IMAGE: registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4
    STRIMZI_DEFAULT_CRUISE_CONTROL_IMAGE: registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4
    CONSOLE_SERVICE_PORT_HTTPS: 8443
    JBOSS_IMAGE_NAME: amq7/amq-streams-rhel7-operator
    STRIMZI_OPERATION_TIMEOUT_MS: 300000
    COM_REDHAT_COMPONENT: amqstreams-operator-container
    KUBERNETES_PORT_443_TCP_ADDR: 172.30.0.1
    CONSOLE_PORT_8080_TCP_PROTO: tcp
    CONSOLE_PORT_8443_TCP: tcp://172.30.65.143:8443
    STRIMZI_KAFKA_MIRROR_MAKER_2_IMAGES: 2.4.0=registry.redhat.io/amq7/amq-streams-kafka-24-rhel7@sha256:060a7bca89456e059e71f4844e9e1de86b17a788465a9cdf2ca9e69db5398468
2.5.0=registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4

    KUBERNETES_PORT_443_TCP_PROTO: tcp
    CONSOLE_PORT_8443_TCP_PORT: 8443
    STRIMZI_DEFAULT_USER_OPERATOR_IMAGE: registry.redhat.io/amq7/amq-streams-rhel7-operator@sha256:8637549bae76119b18fd1361120d9f2c68086425cc8c4751c3b8204b3942a7d9
    KUBERNETES_SERVICE_PORT: 443
    CONSOLE_PORT_8080_TCP_PORT: 8080
    STRIMZI_DEFAULT_KAFKA_EXPORTER_IMAGE: registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4
    STRIMZI_DEFAULT_KAFKA_INIT_IMAGE: registry.redhat.io/amq7/amq-streams-rhel7-operator@sha256:8637549bae76119b18fd1361120d9f2c68086425cc8c4751c3b8204b3942a7d9
    HOSTNAME: amq-streams-cluster-operator-v1.5.3-5f75f5fcdb-qvn7d
    STRIMZI_KAFKA_CONNECT_IMAGES: 2.4.0=registry.redhat.io/amq7/amq-streams-kafka-24-rhel7@sha256:060a7bca89456e059e71f4844e9e1de86b17a788465a9cdf2ca9e69db5398468
2.5.0=registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4

    STRIMZI_KAFKA_IMAGES: 2.4.0=registry.redhat.io/amq7/amq-streams-kafka-24-rhel7@sha256:060a7bca89456e059e71f4844e9e1de86b17a788465a9cdf2ca9e69db5398468
2.5.0=registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4

    CONSOLE_PORT_8080_TCP_ADDR: 172.30.65.143
    ADDRESS_SPACE_CONTROLLER_PORT: tcp://172.30.228.99:8080
    KUBERNETES_PORT_443_TCP_PORT: 443
    STRIMZI_DEFAULT_TLS_SIDECAR_ENTITY_OPERATOR_IMAGE: registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4
    ADDRESS_SPACE_CONTROLLER_SERVICE_HOST: 172.30.228.99
    HOME: /home/strimzi
    MALLOC_ARENA_MAX: 2

2020-10-21 23:03:45 INFO  ClusterOperator:87 - Creating ClusterOperator for namespace *
2020-10-21 23:03:45 INFO  ClusterOperator:105 - Starting ClusterOperator for namespace *
2020-10-21 23:03:45 INFO  ClusterOperator:119 - Opened watch for Kafka operator
2020-10-21 23:03:45 INFO  ClusterOperator:119 - Opened watch for KafkaMirrorMaker operator
2020-10-21 23:03:45 INFO  ClusterOperator:119 - Opened watch for KafkaConnect operator
2020-10-21 23:03:45 INFO  ClusterOperator:119 - Opened watch for KafkaBridge operator
2020-10-21 23:03:45 INFO  ClusterOperator:119 - Opened watch for KafkaMirrorMaker2 operator
2020-10-21 23:03:45 INFO  ClusterOperator:119 - Opened watch for KafkaConnectS2I operator
2020-10-21 23:03:45 INFO  ClusterOperator:130 - Setting up periodic reconciliation for namespace *
2020-10-21 23:03:45 INFO  ClusterOperator:192 - ClusterOperator is now ready (health server listening on 8080)
2020-10-21 23:03:45 INFO  Main:159 - Cluster Operator verticle started in namespace *
2020-10-21 23:05:45 INFO  ClusterOperator:132 - Triggering periodic reconciliation for namespace *...
2020-10-21 23:05:45 WARN  VersionUsageUtils:60 - The client is using resource type 'kafkas' with unstable version 'v1beta1'
2020-10-21 23:05:45 WARN  VersionUsageUtils:60 - The client is using resource type 'kafkamirrormakers' with unstable version 'v1beta1'
2020-10-21 23:05:46 WARN  VersionUsageUtils:60 - The client is using resource type 'kafkaconnects' with unstable version 'v1beta1'
2020-10-21 23:05:46 WARN  VersionUsageUtils:60 - The client is using resource type 'kafkamirrormaker2s' with unstable version 'v1alpha1'
2020-10-21 23:05:46 WARN  VersionUsageUtils:60 - The client is using resource type 'kafkabridges' with unstable version 'v1alpha1'
2020-10-21 23:05:46 WARN  VersionUsageUtils:60 - The client is using resource type 'kafkarebalances' with unstable version 'v1alpha1'
2020-10-21 23:05:46 WARN  VersionUsageUtils:60 - The client is using resource type 'kafkaconnects2is' with unstable version 'v1beta1'
+ shift
+ export MALLOC_ARENA_MAX=2
+ MALLOC_ARENA_MAX=2
+ JAVA_OPTS=' -Dvertx.cacheDirBase=/tmp -Djava.security.egd=file:/dev/./urandom'
++ get_gc_opts
++ '[' '' == true ']'
++ echo ''
+ JAVA_OPTS=' -Dvertx.cacheDirBase=/tmp -Djava.security.egd=file:/dev/./urandom '
+ exec java -Dvertx.cacheDirBase=/tmp -Djava.security.egd=file:/dev/./urandom -classpath lib/io.strimzi.cluster-operator-0.18.0.redhat-00003.jar:lib/io.netty.netty-transport-native-unix-common-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-transport-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-codec-socks-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-transport-native-epoll-4.1.48.Final-redhat-00001.jar:lib/com.squareup.okhttp3.okhttp-3.12.0.redhat-00001.jar:lib/io.netty.netty-handler-proxy-4.1.48.Final-redhat-00001.jar:lib/org.apache.kafka.kafka-clients-2.5.0.redhat-00003.jar:lib/org.apache.logging.log4j.log4j-core-2.13.2.redhat-00001.jar:lib/org.bouncycastle.bcprov-jdk15on-1.62.0.redhat-00001.jar:lib/dk.brics.automaton.automaton-1.11.8.redhat-1.jar:lib/com.github.luben.zstd-jni-1.4.3.1-redhat-00002.jar:lib/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.10.4.redhat-00001.jar:lib/io.strimzi.kafka-oauth-common-0.5.0.redhat-00001.jar:lib/org.hdrhistogram.HdrHistogram-2.1.12.redhat-00001.jar:lib/jakarta.xml.bind.jakarta.xml.bind-api-2.3.2.redhat-00001.jar:lib/io.netty.netty-codec-http2-4.1.48.Final-redhat-00001.jar:lib/com.sun.activation.jakarta.activation-1.2.1.redhat-00002.jar:lib/io.netty.netty-codec-4.1.48.Final-redhat-00001.jar:lib/org.quartz-scheduler.quartz-2.2.1.redhat-1.jar:lib/org.latencyutils.LatencyUtils-2.0.3.redhat-00001.jar:lib/io.strimzi.api-0.18.0.redhat-00003.jar:lib/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.10.4.redhat-00001.jar:lib/io.strimzi.certificate-manager-0.18.0.redhat-00003.jar:lib/io.vertx.vertx-micrometer-metrics-3.8.5.redhat-00005.jar:lib/com.fasterxml.jackson.core.jackson-annotations-2.10.4.redhat-00001.jar:lib/io.netty.netty-transport-native-epoll-4.1.48.Final-redhat-00001-linux-x86_64.jar:lib/com.fasterxml.jackson.core.jackson-databind-2.10.4.redhat-00001.jar:lib/org.apache.zookeeper.zookeeper-3.5.8.redhat-00001.jar:lib/io.netty.netty-buffer-4.1.48.Final-redhat-00001.jar:lib/io.micrometer.micrometer-core-1.3.9.redhat-00001.jar:lib/io.netty.netty-resolver-dns-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-codec-http-4.1.48.Final-redhat-00001.jar:lib/jakarta.activation.jakarta.activation-api-1.2.1.redhat-00002.jar:lib/org.bouncycastle.bcpkix-jdk15on-1.60.0.redhat-00001.jar:lib/io.fabric8.openshift-client-4.6.4.redhat-00001.jar:lib/io.strimzi.kafka-oauth-client-0.5.0.redhat-00001.jar:lib/io.netty.netty-handler-4.1.48.Final-redhat-00001.jar:lib/io.prometheus.simpleclient-0.7.0.redhat-00001.jar:lib/com.github.mifmif.generex-1.0.2.redhat-1.jar:lib/io.strimzi.operator-common-0.18.0.redhat-00003.jar:lib/io.fabric8.kubernetes-model-common-4.6.4.redhat-00001.jar:lib/io.prometheus.simpleclient_common-0.7.0.redhat-00001.jar:lib/org.apache.zookeeper.zookeeper-jute-3.5.8.redhat-00001.jar:lib/io.fabric8.kubernetes-client-4.6.4.redhat-00001.jar:lib/org.apache.yetus.audience-annotations-0.5.0.redhat-00002.jar:lib/com.squareup.okhttp3.logging-interceptor-3.12.0.redhat-00001.jar:lib/org.keycloak.keycloak-core-9.0.3.redhat-00002.jar:lib/org.lz4.lz4-java-1.7.1.redhat-00001.jar:lib/org.slf4j.slf4j-api-1.7.25.redhat-00001.jar:lib/io.fabric8.zjsonpatch-0.3.1.redhat-00001.jar:lib/io.netty.netty-resolver-4.1.48.Final-redhat-00001.jar:lib/io.strimzi.crd-annotations-0.18.0.redhat-00003.jar:lib/io.vertx.vertx-core-3.8.5.redhat-00005.jar:lib/io.strimzi.kafka-oauth-server-0.5.0.redhat-00001.jar:lib/io.fabric8.kubernetes-model-4.6.4.redhat-00001.jar:lib/io.netty.netty-codec-dns-4.1.48.Final-redhat-00001.jar:lib/org.yaml.snakeyaml-1.26.0.redhat-00001.jar:lib/io.micrometer.micrometer-registry-prometheus-1.3.9.redhat-00001.jar:lib/io.netty.netty-common-4.1.48.Final-redhat-00001.jar:lib/io.strimzi.config-model-0.18.0.redhat-00003.jar:lib/com.squareup.okio.okio-1.15.0.redhat-00001.jar:lib/com.fasterxml.jackson.core.jackson-core-2.10.4.redhat-00001.jar:lib/org.xerial.snappy.snappy-java-1.1.7.2-redhat-00002.jar:lib/org.apache.logging.log4j.log4j-slf4j-impl-2.13.2.redhat-00001.jar:lib/org.apache.logging.log4j.log4j-api-2.13.2.redhat-00001.jar:lib/org.keycloak.keycloak-common-9.0.3.redhat-00002.jar io.strimzi.operator.cluster.Main
2020-10-21 23:10:13 INFO  Main:60 - ClusterOperator 0.18.0.redhat-00003 is starting
**2020-10-21 23:10:17 INFO  Main:85 - Environment facts gathered: ClusterOperatorConfig(KubernetesVersion=1.18,OpenShiftRoutes=false,OpenShiftBuilds=false,OpenShiftImageStreams=false,OpenShiftDeploymentConfigs=false)**
2020-10-21 23:10:17 INFO  Util:262 - Using config:
    container: oci
    ADDRESS_SPACE_CONTROLLER_PORT_8080_TCP: tcp://172.30.228.99:8080
    PATH: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    STRIMZI_DEFAULT_TOPIC_OPERATOR_IMAGE: registry.redhat.io/amq7/amq-streams-rhel7-operator@sha256:8637549bae76119b18fd1361120d9f2c68086425cc8c4751c3b8204b3942a7d9
    ADDRESS_SPACE_CONTROLLER_SERVICE_PORT_HEALTH: 8080
    NSS_SDB_USE_CACHE: no
    STRIMZI_DEFAULT_TLS_SIDECAR_KAFKA_IMAGE: registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4
    ADDRESS_SPACE_CONTROLLER_SERVICE_PORT: 8080
    ADDRESS_SPACE_CONTROLLER_PORT_8080_TCP_ADDR: 172.30.228.99
    STRIMZI_HOME: /opt/strimzi
    PWD: /opt/strimzi
    CONSOLE_PORT_8443_TCP_ADDR: 172.30.65.143
    CONSOLE_PORT: tcp://172.30.65.143:8443
    KUBERNETES_PORT_443_TCP: tcp://172.30.0.1:443
    JAVA_MAIN: io.strimzi.operator.cluster.Main
    ADDRESS_SPACE_CONTROLLER_PORT_8080_TCP_PORT: 8080
    STRIMZI_NAMESPACE: 
    CONSOLE_SERVICE_PORT: 8443
    STRIMZI_CUSTOM_KAFKA_BRIDGE_SERVICE_LABELS: discovery.3scale.net=true

    JBOSS_IMAGE_VERSION: 1.5.0
    STRIMZI_LOG_LEVEL: INFO
    ADDRESS_SPACE_CONTROLLER_PORT_8080_TCP_PROTO: tcp
    CONSOLE_PORT_8443_TCP_PROTO: tcp
    KUBERNETES_SERVICE_PORT_HTTPS: 443
    SHLVL: 0
    STRIMZI_DEFAULT_KAFKA_BRIDGE_IMAGE: registry.redhat.io/amq7/amq-streams-bridge-rhel7@sha256:9af12042fe9e3027396404164136878520adbe64c6acce12ae9fa09386921796
    CONSOLE_PORT_8080_TCP: tcp://172.30.65.143:8080
    STRIMZI_CUSTOM_KAFKA_BRIDGE_SERVICE_ANNOTATIONS: discovery.3scale.net/scheme=http
discovery.3scale.net/port=8080
discovery.3scale.net/path=/
discovery.3scale.net/description-path=/openapi

    STRIMZI_KAFKA_MIRROR_MAKER_IMAGES: 2.4.0=registry.redhat.io/amq7/amq-streams-kafka-24-rhel7@sha256:060a7bca89456e059e71f4844e9e1de86b17a788465a9cdf2ca9e69db5398468
2.5.0=registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4

    KUBERNETES_PORT: tcp://172.30.0.1:443
    CONSOLE_SERVICE_PORT_METRICS: 8080
    TERM: xterm
    STRIMZI_FULL_RECONCILIATION_INTERVAL_MS: 120000
    KUBERNETES_SERVICE_HOST: 172.30.0.1
    CONSOLE_SERVICE_HOST: 172.30.65.143
    JAVA_CLASSPATH: lib/io.strimzi.cluster-operator-0.18.0.redhat-00003.jar:lib/io.netty.netty-transport-native-unix-common-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-transport-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-codec-socks-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-transport-native-epoll-4.1.48.Final-redhat-00001.jar:lib/com.squareup.okhttp3.okhttp-3.12.0.redhat-00001.jar:lib/io.netty.netty-handler-proxy-4.1.48.Final-redhat-00001.jar:lib/org.apache.kafka.kafka-clients-2.5.0.redhat-00003.jar:lib/org.apache.logging.log4j.log4j-core-2.13.2.redhat-00001.jar:lib/org.bouncycastle.bcprov-jdk15on-1.62.0.redhat-00001.jar:lib/dk.brics.automaton.automaton-1.11.8.redhat-1.jar:lib/com.github.luben.zstd-jni-1.4.3.1-redhat-00002.jar:lib/com.fasterxml.jackson.dataformat.jackson-dataformat-yaml-2.10.4.redhat-00001.jar:lib/io.strimzi.kafka-oauth-common-0.5.0.redhat-00001.jar:lib/org.hdrhistogram.HdrHistogram-2.1.12.redhat-00001.jar:lib/jakarta.xml.bind.jakarta.xml.bind-api-2.3.2.redhat-00001.jar:lib/io.netty.netty-codec-http2-4.1.48.Final-redhat-00001.jar:lib/com.sun.activation.jakarta.activation-1.2.1.redhat-00002.jar:lib/io.netty.netty-codec-4.1.48.Final-redhat-00001.jar:lib/org.quartz-scheduler.quartz-2.2.1.redhat-1.jar:lib/org.latencyutils.LatencyUtils-2.0.3.redhat-00001.jar:lib/io.strimzi.api-0.18.0.redhat-00003.jar:lib/com.fasterxml.jackson.module.jackson-module-jaxb-annotations-2.10.4.redhat-00001.jar:lib/io.strimzi.certificate-manager-0.18.0.redhat-00003.jar:lib/io.vertx.vertx-micrometer-metrics-3.8.5.redhat-00005.jar:lib/com.fasterxml.jackson.core.jackson-annotations-2.10.4.redhat-00001.jar:lib/io.netty.netty-transport-native-epoll-4.1.48.Final-redhat-00001-linux-x86_64.jar:lib/com.fasterxml.jackson.core.jackson-databind-2.10.4.redhat-00001.jar:lib/org.apache.zookeeper.zookeeper-3.5.8.redhat-00001.jar:lib/io.netty.netty-buffer-4.1.48.Final-redhat-00001.jar:lib/io.micrometer.micrometer-core-1.3.9.redhat-00001.jar:lib/io.netty.netty-resolver-dns-4.1.48.Final-redhat-00001.jar:lib/io.netty.netty-codec-http-4.1.48.Final-redhat-00001.jar:lib/jakarta.activation.jakarta.activation-api-1.2.1.redhat-00002.jar:lib/org.bouncycastle.bcpkix-jdk15on-1.60.0.redhat-00001.jar:lib/io.fabric8.openshift-client-4.6.4.redhat-00001.jar:lib/io.strimzi.kafka-oauth-client-0.5.0.redhat-00001.jar:lib/io.netty.netty-handler-4.1.48.Final-redhat-00001.jar:lib/io.prometheus.simpleclient-0.7.0.redhat-00001.jar:lib/com.github.mifmif.generex-1.0.2.redhat-1.jar:lib/io.strimzi.operator-common-0.18.0.redhat-00003.jar:lib/io.fabric8.kubernetes-model-common-4.6.4.redhat-00001.jar:lib/io.prometheus.simpleclient_common-0.7.0.redhat-00001.jar:lib/org.apache.zookeeper.zookeeper-jute-3.5.8.redhat-00001.jar:lib/io.fabric8.kubernetes-client-4.6.4.redhat-00001.jar:lib/org.apache.yetus.audience-annotations-0.5.0.redhat-00002.jar:lib/com.squareup.okhttp3.logging-interceptor-3.12.0.redhat-00001.jar:lib/org.keycloak.keycloak-core-9.0.3.redhat-00002.jar:lib/org.lz4.lz4-java-1.7.1.redhat-00001.jar:lib/org.slf4j.slf4j-api-1.7.25.redhat-00001.jar:lib/io.fabric8.zjsonpatch-0.3.1.redhat-00001.jar:lib/io.netty.netty-resolver-4.1.48.Final-redhat-00001.jar:lib/io.strimzi.crd-annotations-0.18.0.redhat-00003.jar:lib/io.vertx.vertx-core-3.8.5.redhat-00005.jar:lib/io.strimzi.kafka-oauth-server-0.5.0.redhat-00001.jar:lib/io.fabric8.kubernetes-model-4.6.4.redhat-00001.jar:lib/io.netty.netty-codec-dns-4.1.48.Final-redhat-00001.jar:lib/org.yaml.snakeyaml-1.26.0.redhat-00001.jar:lib/io.micrometer.micrometer-registry-prometheus-1.3.9.redhat-00001.jar:lib/io.netty.netty-common-4.1.48.Final-redhat-00001.jar:lib/io.strimzi.config-model-0.18.0.redhat-00003.jar:lib/com.squareup.okio.okio-1.15.0.redhat-00001.jar:lib/com.fasterxml.jackson.core.jackson-core-2.10.4.redhat-00001.jar:lib/org.xerial.snappy.snappy-java-1.1.7.2-redhat-00002.jar:lib/org.apache.logging.log4j.log4j-slf4j-impl-2.13.2.redhat-00001.jar:lib/org.apache.logging.log4j.log4j-api-2.13.2.redhat-00001.jar:lib/org.keycloak.keycloak-common-9.0.3.redhat-00002.jar
    STRIMZI_KAFKA_CONNECT_S2I_IMAGES: 2.4.0=registry.redhat.io/amq7/amq-streams-kafka-24-rhel7@sha256:060a7bca89456e059e71f4844e9e1de86b17a788465a9cdf2ca9e69db5398468
2.5.0=registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4

    STRIMZI_DEFAULT_TLS_SIDECAR_CRUISE_CONTROL_IMAGE: registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4
    STRIMZI_DEFAULT_CRUISE_CONTROL_IMAGE: registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4
    CONSOLE_SERVICE_PORT_HTTPS: 8443
    JBOSS_IMAGE_NAME: amq7/amq-streams-rhel7-operator
    STRIMZI_OPERATION_TIMEOUT_MS: 300000
    COM_REDHAT_COMPONENT: amqstreams-operator-container
    KUBERNETES_PORT_443_TCP_ADDR: 172.30.0.1
    CONSOLE_PORT_8080_TCP_PROTO: tcp
    CONSOLE_PORT_8443_TCP: tcp://172.30.65.143:8443
    STRIMZI_KAFKA_MIRROR_MAKER_2_IMAGES: 2.4.0=registry.redhat.io/amq7/amq-streams-kafka-24-rhel7@sha256:060a7bca89456e059e71f4844e9e1de86b17a788465a9cdf2ca9e69db5398468
2.5.0=registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4

    KUBERNETES_PORT_443_TCP_PROTO: tcp
    CONSOLE_PORT_8443_TCP_PORT: 8443
    STRIMZI_DEFAULT_USER_OPERATOR_IMAGE: registry.redhat.io/amq7/amq-streams-rhel7-operator@sha256:8637549bae76119b18fd1361120d9f2c68086425cc8c4751c3b8204b3942a7d9
    KUBERNETES_SERVICE_PORT: 443
    CONSOLE_PORT_8080_TCP_PORT: 8080
    STRIMZI_DEFAULT_KAFKA_EXPORTER_IMAGE: registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4
    STRIMZI_DEFAULT_KAFKA_INIT_IMAGE: registry.redhat.io/amq7/amq-streams-rhel7-operator@sha256:8637549bae76119b18fd1361120d9f2c68086425cc8c4751c3b8204b3942a7d9
    HOSTNAME: amq-streams-cluster-operator-v1.5.3-5f75f5fcdb-qvn7d
    STRIMZI_KAFKA_CONNECT_IMAGES: 2.4.0=registry.redhat.io/amq7/amq-streams-kafka-24-rhel7@sha256:060a7bca89456e059e71f4844e9e1de86b17a788465a9cdf2ca9e69db5398468
2.5.0=registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4

    STRIMZI_KAFKA_IMAGES: 2.4.0=registry.redhat.io/amq7/amq-streams-kafka-24-rhel7@sha256:060a7bca89456e059e71f4844e9e1de86b17a788465a9cdf2ca9e69db5398468
2.5.0=registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4

    CONSOLE_PORT_8080_TCP_ADDR: 172.30.65.143
    ADDRESS_SPACE_CONTROLLER_PORT: tcp://172.30.228.99:8080
    KUBERNETES_PORT_443_TCP_PORT: 443
    STRIMZI_DEFAULT_TLS_SIDECAR_ENTITY_OPERATOR_IMAGE: registry.redhat.io/amq7/amq-streams-kafka-25-rhel7@sha256:e719f662bd4d6b8c54b1ee2e47c51f8d75a27a238a51d9ee38007187b3a627a4
    ADDRESS_SPACE_CONTROLLER_SERVICE_HOST: 172.30.228.99
    HOME: /home/strimzi
    MALLOC_ARENA_MAX: 2

2020-10-21 23:10:18 INFO  Main:126 - The KafkaConnectS2I custom resource definition can only be used in environment which supports OpenShift build, image and apps APIs. These APIs do not seem to be supported in this environment.
2020-10-21 23:10:18 INFO  ClusterOperator:87 - Creating ClusterOperator for namespace *
2020-10-21 23:10:18 INFO  ClusterOperator:105 - Starting ClusterOperator for namespace *
2020-10-21 23:10:18 INFO  ClusterOperator:119 - Opened watch for Kafka operator
2020-10-21 23:10:18 INFO  ClusterOperator:119 - Opened watch for KafkaMirrorMaker operator
2020-10-21 23:10:19 INFO  ClusterOperator:119 - Opened watch for KafkaConnect operator
2020-10-21 23:10:19 INFO  ClusterOperator:119 - Opened watch for KafkaBridge operator
2020-10-21 23:10:20 INFO  ClusterOperator:119 - Opened watch for KafkaMirrorMaker2 operator
2020-10-21 23:10:21 INFO  ClusterOperator:130 - Setting up periodic reconciliation for namespace *
2020-10-21 23:10:21 INFO  ClusterOperator:192 - ClusterOperator is now ready (health server listening on 8080)
2020-10-21 23:10:21 INFO  Main:159 - Cluster Operator verticle started in namespace *
2020-10-21 23:12:21 INFO  ClusterOperator:132 - Triggering periodic reconciliation for namespace *...
2020-10-21 23:12:21 WARN  VersionUsageUtils:60 - The client is using resource type 'kafkas' with unstable version 'v1beta1'
2020-10-21 23:12:22 WARN  VersionUsageUtils:60 - The client is using resource type 'kafkamirrormakers' with unstable version 'v1beta1'
2020-10-21 23:12:22 WARN  VersionUsageUtils:60 - The client is using resource type 'kafkaconnects' with unstable version 'v1beta1'
2020-10-21 23:12:23 WARN  VersionUsageUtils:60 - The client is using resource type 'kafkamirrormaker2s' with unstable version 'v1alpha1'
2020-10-21 23:12:23 WARN  VersionUsageUtils:60 - The client is using resource type 'kafkabridges' with unstable version 'v1alpha1'
2020-10-21 23:12:23 WARN  VersionUsageUtils:60 - The client is using resource type 'kafkarebalances' with unstable version 'v1alpha1'
2020-10-21 23:14:21 INFO  ClusterOperator:132 - Triggering periodic reconciliation for namespace *...
2020-10-21 23:16:08 INFO  OperatorWatcher:40 - Reconciliation #0(watch) Kafka(redhat-lab/event-bus): Kafka event-bus in namespace redhat-lab was ADDED
2020-10-21 23:16:08 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.kafka.affinity has been deprecated. This feature should now be configured at path spec.kafka.template.pod.affinity.
2020-10-21 23:16:08 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.zookeeper.affinity has been deprecated. This feature should now be configured at path spec.zookeeper.template.pod.affinity.
2020-10-21 23:16:08 INFO  AbstractOperator:173 - Reconciliation #0(watch) Kafka(redhat-lab/event-bus): Kafka event-bus should be created or updated
2020-10-21 23:16:08 INFO  OperatorWatcher:40 - Reconciliation #1(watch) Kafka(redhat-lab/event-bus): Kafka event-bus in namespace redhat-lab was MODIFIED
2020-10-21 23:16:10 WARN  VersionUsageUtils:60 - The client is using resource type 'poddisruptionbudgets' with unstable version 'v1beta1'
2020-10-21 23:16:18 WARN  AbstractOperator:247 - Reconciliation #1(watch) Kafka(redhat-lab/event-bus): Failed to acquire lock lock::redhat-lab::Kafka::event-bus within 10000ms.
2020-10-21 23:16:21 INFO  ClusterOperator:132 - Triggering periodic reconciliation for namespace *...
2020-10-21 23:16:31 WARN  AbstractOperator:247 - Reconciliation #2(timer) Kafka(redhat-lab/event-bus): Failed to acquire lock lock::redhat-lab::Kafka::event-bus within 10000ms.
2020-10-21 23:17:22 WARN  KafkaAssemblyOperator:1705 - Reconciliation #0(watch) Kafka(redhat-lab/event-bus): The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:17:22 ERROR AbstractOperator:175 - Reconciliation #0(watch) Kafka(redhat-lab/event-bus): createOrUpdate failed
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:17:22 WARN  AbstractOperator:330 - Reconciliation #0(watch) Kafka(redhat-lab/event-bus): Failed to reconcile
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:17:22 INFO  OperatorWatcher:40 - Reconciliation #3(watch) Kafka(redhat-lab/event-bus): Kafka event-bus in namespace redhat-lab was MODIFIED
2020-10-21 23:17:22 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.kafka.affinity has been deprecated. This feature should now be configured at path spec.kafka.template.pod.affinity.
2020-10-21 23:17:22 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.zookeeper.affinity has been deprecated. This feature should now be configured at path spec.zookeeper.template.pod.affinity.
2020-10-21 23:17:22 INFO  AbstractOperator:173 - Reconciliation #3(watch) Kafka(redhat-lab/event-bus): Kafka event-bus should be created or updated
2020-10-21 23:17:25 WARN  KafkaAssemblyOperator:1705 - Reconciliation #3(watch) Kafka(redhat-lab/event-bus): The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:17:25 ERROR AbstractOperator:175 - Reconciliation #3(watch) Kafka(redhat-lab/event-bus): createOrUpdate failed
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:17:25 WARN  AbstractOperator:330 - Reconciliation #3(watch) Kafka(redhat-lab/event-bus): Failed to reconcile
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:18:21 INFO  ClusterOperator:132 - Triggering periodic reconciliation for namespace *...
2020-10-21 23:18:21 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.kafka.affinity has been deprecated. This feature should now be configured at path spec.kafka.template.pod.affinity.
2020-10-21 23:18:21 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.zookeeper.affinity has been deprecated. This feature should now be configured at path spec.zookeeper.template.pod.affinity.
2020-10-21 23:18:21 INFO  AbstractOperator:173 - Reconciliation #4(timer) Kafka(redhat-lab/event-bus): Kafka event-bus should be created or updated
2020-10-21 23:18:23 WARN  KafkaAssemblyOperator:1705 - Reconciliation #4(timer) Kafka(redhat-lab/event-bus): The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:18:23 ERROR AbstractOperator:175 - Reconciliation #4(timer) Kafka(redhat-lab/event-bus): createOrUpdate failed
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:18:23 WARN  AbstractOperator:330 - Reconciliation #4(timer) Kafka(redhat-lab/event-bus): Failed to reconcile
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:20:21 INFO  ClusterOperator:132 - Triggering periodic reconciliation for namespace *...
2020-10-21 23:20:21 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.kafka.affinity has been deprecated. This feature should now be configured at path spec.kafka.template.pod.affinity.
2020-10-21 23:20:21 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.zookeeper.affinity has been deprecated. This feature should now be configured at path spec.zookeeper.template.pod.affinity.
2020-10-21 23:20:21 INFO  AbstractOperator:173 - Reconciliation #5(timer) Kafka(redhat-lab/event-bus): Kafka event-bus should be created or updated
2020-10-21 23:20:25 WARN  KafkaAssemblyOperator:1705 - Reconciliation #5(timer) Kafka(redhat-lab/event-bus): The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:20:25 ERROR AbstractOperator:175 - Reconciliation #5(timer) Kafka(redhat-lab/event-bus): createOrUpdate failed
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:20:25 WARN  AbstractOperator:330 - Reconciliation #5(timer) Kafka(redhat-lab/event-bus): Failed to reconcile
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:22:21 INFO  ClusterOperator:132 - Triggering periodic reconciliation for namespace *...
2020-10-21 23:22:21 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.kafka.affinity has been deprecated. This feature should now be configured at path spec.kafka.template.pod.affinity.
2020-10-21 23:22:21 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.zookeeper.affinity has been deprecated. This feature should now be configured at path spec.zookeeper.template.pod.affinity.
2020-10-21 23:22:21 INFO  AbstractOperator:173 - Reconciliation #6(timer) Kafka(redhat-lab/event-bus): Kafka event-bus should be created or updated
2020-10-21 23:22:23 WARN  KafkaAssemblyOperator:1705 - Reconciliation #6(timer) Kafka(redhat-lab/event-bus): The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:22:23 ERROR AbstractOperator:175 - Reconciliation #6(timer) Kafka(redhat-lab/event-bus): createOrUpdate failed
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:22:23 WARN  AbstractOperator:330 - Reconciliation #6(timer) Kafka(redhat-lab/event-bus): Failed to reconcile
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:24:21 INFO  ClusterOperator:132 - Triggering periodic reconciliation for namespace *...
2020-10-21 23:24:21 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.kafka.affinity has been deprecated. This feature should now be configured at path spec.kafka.template.pod.affinity.
2020-10-21 23:24:21 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.zookeeper.affinity has been deprecated. This feature should now be configured at path spec.zookeeper.template.pod.affinity.
2020-10-21 23:24:21 INFO  AbstractOperator:173 - Reconciliation #7(timer) Kafka(redhat-lab/event-bus): Kafka event-bus should be created or updated
2020-10-21 23:24:23 WARN  KafkaAssemblyOperator:1705 - Reconciliation #7(timer) Kafka(redhat-lab/event-bus): The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:24:23 ERROR AbstractOperator:175 - Reconciliation #7(timer) Kafka(redhat-lab/event-bus): createOrUpdate failed
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:24:23 WARN  AbstractOperator:330 - Reconciliation #7(timer) Kafka(redhat-lab/event-bus): Failed to reconcile
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:26:21 INFO  ClusterOperator:132 - Triggering periodic reconciliation for namespace *...
2020-10-21 23:26:21 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.kafka.affinity has been deprecated. This feature should now be configured at path spec.kafka.template.pod.affinity.
2020-10-21 23:26:21 WARN  AbstractOperator:87 - Kafka resource event-bus in namespace redhat-lab: In API version kafka.strimzi.io/v1beta1 the property affinity at path spec.zookeeper.affinity has been deprecated. This feature should now be configured at path spec.zookeeper.template.pod.affinity.
2020-10-21 23:26:21 INFO  AbstractOperator:173 - Reconciliation #8(timer) Kafka(redhat-lab/event-bus): Kafka event-bus should be created or updated
2020-10-21 23:26:23 WARN  KafkaAssemblyOperator:1705 - Reconciliation #8(timer) Kafka(redhat-lab/event-bus): The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:26:23 ERROR AbstractOperator:175 - Reconciliation #8(timer) Kafka(redhat-lab/event-bus): createOrUpdate failed
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.
2020-10-21 23:26:23 WARN  AbstractOperator:330 - Reconciliation #8(timer) Kafka(redhat-lab/event-bus): Failed to reconcile
io.vertx.core.impl.NoStackTraceThrowable: The OpenShift route API is not available in this Kubernetes cluster. Exposing Kafka cluster event-bus using routes is not possible.