DescriptionAlexander Koksharov
2015-12-23 07:27:21 UTC
Description of problem:
Problem with integrating external service into openshift. Requirement is to refer this service by domain name while Endpoind in openshift can be created by only providing ip address.
Version-Release number of selected component (if applicable):
How reproducible:
Example in step 2 of https://docs.openshift.com/enterprise/3.0/dev_guide/integrating_external_services.html#external-saas-provider looks like what is required.
{
"kind": "Endpoints",
"apiVersion": "v1",
"metadata": {
"name": "example-external-service"
},
"subsets": [
"api.mysaas.com:80",
"api2.mysaas.com:8080"
]
}
System cant create such entity as it is against to a specification
https://docs.openshift.com/enterprise/3.0/rest_api/kubernetes_v1.html#v1-endpointsubset
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
Comment 2Josep 'Pep' Turro Mauri
2016-01-22 16:30:15 UTC