Replies: 2 comments 2 replies
-
That seems strange. It works fine for me: status:
conditions:
- lastTransitionTime: "2023-01-20T21:42:04.794804401Z"
status: "True"
type: Ready
connectorPlugins:
# ...
- class: io.confluent.connect.jdbc.JdbcSourceConnector
type: source
version: 10.6.3 Maybe you can share the full log & config? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am on ClusterOperator 0.32.0 Here is the KafkaConnect yaml:
and here is the
Do you see something wrong with my config? Since I am new to strimzi do you see something odd with my config? |
Beta Was this translation helpful? Give feedback.
2 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.
-
With the latest https://strimzi.io/install/latest?namespace=kafka
if I deploy
`
apiVersion: kafka.strimzi.io/v1beta2
kind: KafkaConnect
build:
output:
type: docker
image: test:test
pushSecret: regcred1
`
error log
/bin/sh: unzip: command not found
error building image: error building stage: failed to execute command: waiting for process to exit: exit status 127
Is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions