Replies: 2 comments 5 replies
-
It has been working fine in the past by the same configuration, when I redeployment today, it doesn't work.... |
Beta Was this translation helpful? Give feedback.
0 replies
-
I‘m try to install the latest of strimzi, it output below info: io.strimzi.operator.common.operator.resource.TimeoutException: Exceeded timeout of 300000ms while waiting for Ingress resource qa-broker-kafka-bootstrap in namespace kafka to be addressable │
│ at io.strimzi.operator.common.VertxUtil$1.lambda$handle$1(VertxUtil.java:154) ~[io.strimzi.operator-common-0.37.0.jar:0.37.0] │
│ at io.vertx.core.impl.future.FutureImpl$3.onFailure(FutureImpl.java:153) ~[io.vertx.vertx-core-4.4.4.jar:4.4.4] │
│ at io.vertx.core.impl.future.FutureBase.lambda$emitFailure$1(FutureBase.java:69) ~[io.vertx.vertx-core-4.4.4.jar:4.4.4] │
│ at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174) ~[io.netty.netty-common-4.1.94.Final.jar:4.1.94.Final] │
│ at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:167) ~[io.netty.netty-common-4.1.94.Final.jar:4.1.94.Final] │
│ at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) ~[io.netty.netty-common-4.1.94.Final.jar:4.1.94.Final] │
│ at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) ~[io.netty.netty-transport-4.1.94.Final.jar:4.1.94.Final] │
│ at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[io.netty.netty-common-4.1.94.Final.jar:4.1.94.Final] │
│ at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[io.netty.netty-common-4.1.94.Final.jar:4.1.94.Final] │
│ at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[io.netty.netty-common-4.1.94.Final.jar:4.1.94.Final] │
│ at java.lang.Thread.run(Thread.java:833) ~[?:?] |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description
I try to delete the
kafka
namespace, and I redeployed strimzi-0.32.0 cluster operator, and then create a new instance of kafka cluster. finally I sew the logs of strimzi-cluster-operator-f696c85f7-blmlj podlogs details:
Steps to reproduce
Expected behavior
No response
Strimzi version
0.32.0
Kubernetes version
Kubernetes 1.24.14
Installation method
yaml
Infrastructure
SAP-Gardener
Configuration files and logs
the
ssl-passthrough
option is enabled of ingress-v1.5.1Additional context
Beta Was this translation helpful? Give feedback.
All reactions