redhat-gpe / rhte2018_operational_intelligence

1 stars 2 forks source link

oc get KafkaTopic returns no resources found #13

Closed jeffreydelong closed 5 years ago

jeffreydelong commented 5 years ago

[lab-user@clientvm 0 ~]$ sudo -i [root@clientvm 0 ~]# oc get KafkaTopic No resources found. [root@clientvm 0 ~]#

jeffreydelong commented 5 years ago

This is on clientvm.f45c.rhte.opentlc.com

nandanj commented 5 years ago

$ sudo -i [root@clientvm 0 ~]# oc get KafkaTopics NAME AGE my-topic 19h my-topic-2 19h

I'll change to plural

Pkrish15 commented 5 years ago

[root@clientvm 0 ~]# oc get KafkaTopic NAME AGE my-topic 7d my-topic-2 7d [root@clientvm 0 ~]# oc get KafkaTopics NAME AGE my-topic 7d my-topic-2 7d

Both the commands works as a root user.

Hence closing this issue.