Closed haf-tech closed 3 years ago
@haf-tech did you install ODH in a new namespace called opendatahub?
Did you try deploying a Kfdef resource into the openshift-operators
namespace?
It seems to me like this resource got unintentionally deployed into that namespace...
@nakfour see my comment
Installing the operator in an other namespace, like odh was also not successful, with the error message, can not observe the own namespace
I tried it with odh
. Is "only" opendatahub
supported?
@haf-tech any namespace should be supported. I think you won't get any new operator group created if you "just install" the operator itself with the default settings. Your conflict comes from the presence of 2 operator group resources in the openshift-operators
namespace:
openshift-operators global-operators 8d openshift-operators opendatahub 3m54s
However the problematic opendatahub
OperatorGroup resource gets created only after you deploy a KfDef
resource (with a odh-common
application in it). It seems to me like you have a KfDef resource in your openshift-operators
namespace. Is that the case?
yeah, using the default template and creating the KfDef
instance in the same namespace where the operator is installed will result in this problem.
So creating beforehand an own namespace for KfDef
will avoid this issue
probably this should be emphasized clearly to create KfDef
in another namespace :)
Describe the bug After installing OpenDataHub via OperatorHub in OCP 4.6 the following error message occur
During installation the default parameters set / not changed.
To Reproduce
Expected behavior No error :-)
Screenshots
Additional context
Installing the operator in an other namespace, like
odh
was also not successful, with the error message, can not observe the own namespace After the solution of this issue, we have to update the docu: https://opendatahub.io/docs/getting-started/quick-installation.html