Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix report tool when getting CO replicasets #9721

Merged
merged 1 commit into from Feb 21, 2024

Conversation

fvaleri
Copy link
Contributor

@fvaleri fvaleri commented Feb 21, 2024

We can have up to 10 replicasets for the cluster operator, depending on the number of updates that have been done using deployment. The report tool fails with the following error when having more than one replicaset.

Error from server (NotFound): replicasets.apps "strimzi-cluster-operator-85b9b646cc\nstrimzi-cluster-operator-86948f6756" not found

We can have up to 10 replicasets for the cluster operator, depending on the number of updates that have been done using deployment.
The report tool fails with the following error when having more than one replicaset.

Error from server (NotFound): replicasets.apps "strimzi-cluster-operator-85b9b646cc\nstrimzi-cluster-operator-86948f6756" not found

Signed-off-by: Federico Valeri <fedevaleri@gmail.com>
Copy link
Member

@scholzj scholzj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM assuming it works.

@fvaleri fvaleri added this to the 0.40.0 milestone Feb 21, 2024
Copy link
Member

@ppatierno ppatierno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM assuming you tested it.

@scholzj scholzj merged commit 32208cb into strimzi:main Feb 21, 2024
11 of 13 checks passed
@fvaleri fvaleri deleted the fix-report-rs branch February 21, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants