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

"rhoas status kafka" doesn't return Kafka cluster status #1425

Closed
sutaakar opened this issue Feb 10, 2022 · 3 comments · Fixed by #1426
Closed

"rhoas status kafka" doesn't return Kafka cluster status #1425

sutaakar opened this issue Feb 10, 2022 · 3 comments · Fixed by #1426
Assignees
Labels
bug Something isn't working needs-triage

Comments

@sutaakar
Copy link

Description

Version: 0.38.2

Command rhoas status kafka doesn't find any Kafka instance even though I have configured the existing Kafka cluster using rhoas kafka use --name <kafka name>.

Steps to reproduce

Create new Kafka cluster, wait until it is in ready status.
Login using rhoas login
Set created Kafka cluster as current context using rhoas kafka use --name <created Kafka cluster name>
Run rhoas status kafka - > the command returns No services are currently being used. instead of returning Kafka cluster status.

Expected vs actual behaviour

I expect that rhoas status kafka returns informations about Kafka cluster configured as current context, but command doesn't find any Kafka cluster.

Logs

[ksuta@fedora ~]$ rhoas status kafka

No services are currently being used. To set a service in context, run "rhoas [service] use [args]".

The command works properly in version 0.37.0, but failing on 0.38.1 or 0.38.2.

@wtrocki
Copy link
Collaborator

wtrocki commented Feb 10, 2022

@sutaakar Thank you for logging. We will investigate and resolve this issue as soon as possible.

@rkpattnaik780
Copy link
Contributor

Thanks a lot for reporting the issue @sutaakar .
A fix has been raised and a patch release will be made soon.

@rkpattnaik780
Copy link
Contributor

Fixed in 0.38.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants