h4. What * Obtained by the ks8 the Master VIP automatically ( it is the same IP returned when kubectl cluster-info is executed)
IMPORTANT: * It is just required to create the route * In OCP we create the router without the need to inform the master IP. However, we are using the ks8 API and the Ingress resource. When it was done I did not found a way to do it work without the IP but is important to re-check. * The the URL for the router and to be used in the Bind configMap is mount with this value and the implementation is centralized in the utils.go file.
h4. Why * This value should not be added manually as it is now.
h4. How * Use the ks8 API to get the same value which is shown when the command "kubectl cluster-info" is executed to get the IP * Do not forget to update the readme to remove the configuration steps * Do not forget to remove the cluster host param from the types and CRs
NOTE: The code is centralized in the utils in order to make easier this change.
E.g Place: /mobile-security-service-operator/deploy/crds/mobile-security-service_v1alpha1_mobilesecurityservice_cr.yaml |
|