It will ensure that the minimal quantity of pods to ensure the service is running. Is not 2 the minimal quantity?
Camila Macedo The problem is that it looks like it's just counting the number of total pods in the namespace, rather than the number of pods for the MDC service. Also, I think the minimum number of pods for the MDC service is 1: https://github.com/aerogear/mobile-developer-console-operator/blob/master/pkg/controller/mobiledeveloperconsole/mobiledeveloperconsole.go#L163 |