Hi [~weil],
Following the comments in order to clarify.
-*In the MSS the name is operator_service.yaml and not service_monitor.yaml which is the problem* - I understand that the operator by itself should create a service, however, in the current master version as we can check it has been not done and all projects are applying the service for it instead of reply in the service which should be created automatically. - If you look here: <https://github.com/aerogear/mobile-security-service-operator/pull/163> which is a PR to upgrade the operator version for the latest one you will check that few changes were made regards to it and then the service is created there. However, still not working for the Monitoring used in the Integr8ly which will still be requiring the creation of this one.
Also, you can perform the following test: - Install MSS oper from master and its monitoring "make install & make monitoring/install" - Then check that all will worked fine. - So, run `kubectl delete -f deploy/monitor/operator_service.yaml` and check that the issue is faced.
|
|