You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Description
Version: 0.38.2
Command
rhoas status kafka
doesn't find any Kafka instance even though I have configured the existing Kafka cluster usingrhoas 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 returnsNo 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
The command works properly in version 0.37.0, but failing on 0.38.1 or 0.38.2.
The text was updated successfully, but these errors were encountered: