"oc get ImageStreamTag --all-namespaces" does not return all objects
Issue
-
When retrieving all
ImageStreamTags
with theoc
client and--all-namespaces
, not all objects are returned, some are missing:$ oc get ImageStreamTag --all-namespaces [..]
-
When using
--all-namespaces
, not all objects are returned, but when querying a certain namespace directly this works as expected. Why is that?
Environment
- Red Hat OpenShift Container Platform (OCP) 3.11
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.