question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Bug] Strimzi operator not working via subscription inside openshift-ci cluster.

See original GitHub issue

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Have a new openshift 4.5.x cluster created in openshift-ci (possibly any fresh openshift 4.5.x cluster)
  2. Create a subscription to the strimzi operator – here is what our subscription looks like
spec:
  channel: stable
  name: strimzi-kafka-operator
  source: community-operators
  sourceNamespace: openshift-marketplace

Expected behavior The strimzi operator should be up and running in the openshift-operators namespace/project.

Actual behavior The strimzi operator is NOT up and running. The following snippet comes from the csv in the openshift-operators project.

  - group: ""
    kind: ServiceAccount
    message: Service account does not exist
    name: strimzi-cluster-operator
    status: NotPresent
    version: v1

Environment (please complete the following information):

  • Strimzi version: [e.g. master, v0.20.0]
  • Installation method: [e.g. subscription via OLM]
  • Kubernetes cluster: [e.g. OpenShift 4.5]
  • Infrastructure: [e.g. Openshift-ci cluster]

YAML files and logs

Attach or copy paste the custom resources you used to deploy the Kafka cluster and the relevant YAMLs created by the Cluster Operator. Attach or copy and paste also the relevant logs.

To easily collect all YAMLs and logs, you can use our report script which will automatically collect all files and prepare a ZIP archive which can be easily attached to this issue. The usage of this script is: ./report.sh [--namespace <string>] [--cluster <string>]

Additional context This problem just started for us during our Nightly openshift-ci run on Friday October 30. Prior to that, it was working well.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
i-sabocommented, Aug 10, 2021

We’re also having an issue getting it to work on our OCP 4.6.21 cluster. We’re seeing the exact same behavior as @crobby and @kvijai82. It worked until recently, last week, and then any fresh install or upgrade we wanted to do was stopped by the service account not being created.

If we try to create the ServiceAccount manually, it says that it doesn’t have the required policies. Any help appreciated, thanks!

1reaction
scholzjcommented, Nov 3, 2020

PS: There is a dedicated channel with 0.19 which might get you unblocked if it is in any way related to 0.20.0. But obviously we should ideally make sure even the 0.20 works.

Read more comments on GitHub >

github_iconTop Results From Across the Web

1910750 – Strimzi-Operator doesn't works on Disconnect ...
Description of problem: When we try to install strimzi-kafka-operator the installation doesn't works. Version-Release number of selected component (if ...
Read more >
Troubleshooting Operator issues - OpenShift Documentation
If you experience Operator issues, verify Operator subscription status. Check Operator pod health across the cluster and gather Operator logs for diagnosis.
Read more >
Configuring Strimzi (0.32.0)
Strimzi provides a way to run an Apache Kafka cluster on Kubernetes in various deployment configurations.
Read more >
Strimzi Cluster operator not Able to start - Stack Overflow
I'm trying to get a kafka cluster up through strimzi but the strimzi-cluster-operator keeps throwing following exception, if I try to do a ......
Read more >
strimzi-kafka-operator 0.32.0 - Artifact Hub
Strimzi provides a way to run an Apache Kafka cluster on Kubernetes or OpenShift in various deployment configurations. Subscriptions:11. Updated a month ago....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found