Skip to content

Commit

Permalink
Merge pull request #3111 from spadgett/svc-hostname
Browse files Browse the repository at this point in the history
[enterprise-3.11] Bug 1623338 - Include `.cluser.local` in service hostname
  • Loading branch information
openshift-merge-robot authored Jan 30, 2019
2 parents 4404b90 + b788171 commit 17e499d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/browse/service.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h1 class="contains-actions">
<dd>{{service.spec.clusterIP}}</dd>
<dt>Hostname:</dt>
<dd>
{{service.metadata.name}}.{{service.metadata.namespace}}.svc
{{service.metadata.name}}.{{service.metadata.namespace}}.svc.cluster.local
<span data-toggle="popover" data-trigger="hover" data-content="{{'This address is only resolvable from within the cluster.'}}" style="cursor: help; padding-left: 5px;">
<span class="pficon pficon-info" aria-hidden="true" data-toggle="tooltip" style="cursor: help;"></span>
</span>
Expand Down
2 changes: 1 addition & 1 deletion dist/scripts/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -3833,7 +3833,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
"<dd>{{service.spec.clusterIP}}</dd>\n" +
"<dt>Hostname:</dt>\n" +
"<dd>\n" +
"{{service.metadata.name}}.{{service.metadata.namespace}}.svc\n" +
"{{service.metadata.name}}.{{service.metadata.namespace}}.svc.cluster.local\n" +
"<span data-toggle=\"popover\" data-trigger=\"hover\" data-content=\"{{'This address is only resolvable from within the cluster.'}}\" style=\"cursor: help; padding-left: 5px\">\n" +
"<span class=\"pficon pficon-info\" aria-hidden=\"true\" data-toggle=\"tooltip\" style=\"cursor: help\"></span>\n" +
"</span>\n" +
Expand Down

0 comments on commit 17e499d

Please sign in to comment.