Document URL: https://docs.openshift.com/enterprise/3.0/dev_guide/integrating_external_services.html#setting-the-endpoints Section Number and Name: Setting the Endpoints Describe the issue: There's an bug in the documentation. The kind is Endpoints, but it cannot have a field 'endpoints' and that field will be ignored. Comparing https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/services.md#services-without-selectors with the endpoint.json here: https://docs.openshift.com/enterprise/3.0/dev_guide/integrating_external_services.html#setting-the-endpoints cant have this: "endpoints": [ "my-instance.external-mysql.com:3306" ] You need to have "subsets". Suggestions for improvement: You can refer json files for service and endpoint from https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/services.md#services-without-selectors Additional information:
Miheer, I've corrected the field in the docs. You can see the work here: https://github.com/openshift/openshift-docs/pull/905 Is there any suggestions, or anything else for this BZ? Thanks.
Hi, It looks good. Thanks and regards, Miheer
LGTM. Consider linking to https://github.com/kubernetes/kubernetes/blob/master/docs/user-guide/services.md#services-without-selectors in callout 3 as a reference?
Done. And Merged.
Link to fix in the docs portal: https://access.redhat.com/documentation/en/openshift-enterprise/version-3.0/openshift-enterprise-30-developer-guide#setting-the-endpoints