Open
Description
Bug Report
What did you do?
I have two operators, operator1 is with OwnNamespace
as true and operator2 is AllNamespaces
is true.
installModes:
- supported: true
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: false
type: AllNamespaces
installModes:
- supported: false
type: OwnNamespace
- supported: false
type: SingleNamespace
- supported: false
type: MultiNamespace
- supported: true
type: AllNamespaces
operator1 require operator2, then when install operator1, it report the following error:
Failed: OwnNamespace InstallModeType not supported, cannot configure to watch own namespace
What did you expect to see?
A clear and concise description of what you expected to happen (or insert a code snippet).
What did you see instead? Under which circumstances?
A clear and concise description of what you expected to happen (or insert a code snippet).
Environment
- operator-lifecycle-manager version:
- Kubernetes version information:
- Kubernetes cluster kind:
Possible Solution
Additional context
Add any other context about the problem here.