Closed valaparthvi closed 1 year ago
odo fails if it does not have access to these openshift resources, even in minikube
Maybe it's because of the OLM? Operators might need access to some resources usually found in an OCP installation.
odo fails if it does not have access to these openshift resources, even in minikube
Maybe it's because of the OLM? Operators might need access to some resources usually found in an OCP installation.
No, we are talking about the classic resources such as routes and deploymentconfigs.
See #5042 for example. Since the user cannot access deploymentconfig, we see 2 different results for a kubeadmin and a normal user.
For a kubeadmin user, if the error returned says that there is no DC resource on the cluster, but for a non-kubeadmin user, it says that the user is forbidden to access the DC resource.
I belive this is no longer an issue in v4 /close
@kadel: Closing this issue.
odo fails if it does not have access to these openshift resources, even in minikube. It could be interesting to open an issue, to make odo ignore resources that it cannot access, instead of failing
_Originally posted by @feloy in https://github.com/openshift/odo/pull/5032#discussion_r702601525_
See #5042 for example. /kind bug