watchAnyNamespace flag leads to crash on operator startup.
See original GitHub issueDescribe the bug watchAnyNamespace flag leads to crash on operator startup
To Reproduce Steps to reproduce the behavior: Use helm chart for strimzi version 0.25.0, set watchAnyNamespace: true, install strimzi. No other changes have been made to the default helm chart
Expected behavior The operator to start, and then watch all namespaces for strimzi resources
Environment (please complete the following information):
- Strimzi version: 0.25.0
- Installation method: helm chart
- Kubernetes cluster: Kubernetes 1.20
- Infrastructure: Baremetal, Ubuntu
YAML files and logs
2021-08-25 09:55:56 INFO ClusterOperator:78 - Creating ClusterOperator for namespace *
2021-08-25 09:55:56 INFO ClusterOperator:94 - Starting ClusterOperator for namespace *
2021-08-25 09:55:56 WARN WatcherWebSocketListener:73 - Exec Failure: HTTP 404, Status: 404 - 404 page not found
2021-08-25 09:55:56 WARN WatcherWebSocketListener:73 - Exec Failure: HTTP 404, Status: 404 - 404 page not found
2021-08-25 09:55:56 WARN WatcherWebSocketListener:73 - Exec Failure: HTTP 404, Status: 404 - 404 page not found
2021-08-25 09:55:56 WARN WatcherWebSocketListener:73 - Exec Failure: HTTP 404, Status: 404 - 404 page not found
2021-08-25 09:55:56 WARN WatcherWebSocketListener:73 - Exec Failure: HTTP 404, Status: 404 - 404 page not found
2021-08-25 09:55:56 WARN WatcherWebSocketListener:73 - Exec Failure: HTTP 404, Status: 404 - 404 page not found
2021-08-25 09:55:56 WARN WatcherWebSocketListener:73 - Exec Failure: HTTP 404, Status: 404 - 404 page not found
2021-08-25 09:55:56 ERROR Main:153 - Cluster Operator verticle in namespace * failed to start
io.fabric8.kubernetes.client.KubernetesClientException: 404 page not found
Hopefully I am missing something simple here, if any more information is needed please advise.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Crash on app startup · Issue #5947 · realm/realm-core - GitHub
Our app seems to crash on startup due to realm. We are performing some deletions with the filter operator at the app startup...
Read more >Flags are ignored because of too many startup crashes - Reddit
Turn off flags and click restart until it goes away. Flags enable experimental features. Sometimes they cause a crash.
Read more >App crashing at startup with "Code Signature Invalid"
Hello, My app (embedding a Finder ext and Sys ext) is running well in my development machine (Big Sur with SIP disabled) but...
Read more >Fix Warzone 2/DMZ Crash on Startup/Not Launching - YouTube
Trying to play Warzone 2, but can't because it crashes as soon as you click Play or a few seconds later? This video...
Read more >Fix MW2 Crash on Startup/Not Launching | Complete Guide
Trying to play MW2, but can't because it crashes as soon as you click Play, or a few seconds later? This video tackles...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah, I know some tools do not delete the CRDs when uninstalling the operator. I know OperatorHub.io does this, Helm might as well. So that might have caused this.
@scholzj Thank you for the quick reply. Understood