Replies: 1 comment 6 replies
-
First of all, without the full log, it is quite hard to help. Second, you will need to downgrade the CRDs to make sure the old versions are there and my guess is that is what you are missing. Not sure anyone ever tried it, so you might need to figure it out. |
Beta Was this translation helpful? Give feedback.
6 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.
-
Hi,
I upgrade my Strimzi Cluster Operator from 0.22.1 directly to 0.29.0 in Openshift.
I encountered some issues and I tried to downgrade to 0.22.1,
I applied the old CRDs and roles and the changed the images to the 0.22.1 version and clutser operator failes to start.
The full logs:
2022-10-25 10:45:11 WARN WatcherWebSocketListener:95 - Exec Failure: HTTP 404, Status: 404 - 404 page not found
java.net.ProtocolException: Expected HTTP 101 response but was '404 Not Found'
at okhttp3.internal.ws.RealWebSocket.checkResponse(RealWebSocket.java:219)
at okhttp3.internal.ws.RealWebSocket$2.onResponse(RealWebSocket.java:186)
at okhttp3.RealCall$AsyncCall.execute(RealCall.java:153)
at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
this error repeats itself.. and eventually:
2022-10-25 10:45:13 ERROR Main:156 - Cluster operator verticle * failed to start
io.fabric8.kubernetes.client.KubernetesClientException: 404 page not found
There are no other logs but these logs.
Can anybody help?
Beta Was this translation helpful? Give feedback.
All reactions