The operator and the cluster have to be run within the same namespace.
You can get additional logging from operator by adding the ‘-log-level’ arg to the operator spec… ie:
args:
- -create-crd
- -enable-upgrades=false
- -log-level=debug
The operator and the cluster have to be run within the same namespace.
You can get additional logging from operator by adding the ‘-log-level’ arg to the operator spec… ie:
args:
- -create-crd
- -enable-upgrades=false
- -log-level=debug