Failed: OwnNamespace InstallModeType not supported when upgrading to 1.0.0
gforster opened this issue · 2 comments
gforster commented
Getting the following error after cluster upgrade:
Failed: OwnNamespace InstallModeType not supported, cannot configure to watch own namespace
Operator version 1.0.0
raffaelespazzoli commented
please remove the namespace from the operatorgroup. It should look something like this:
apiVersion: operators.coreos.com/v1
kind: OperatorGroup
metadata:
name: operator-sdk-og
namespace: namespace-configuration-operator
spec: {}
gforster commented
thank you