[jbosstools-issues] [JBoss JIRA] (JBIDE-21612) Explorer: Properly Handle deployer and pre/post hook pods

Jeff MAURY (JIRA) issues at jboss.org
Wed Apr 18 12:13:12 EDT 2018


     [ https://issues.jboss.org/browse/JBIDE-21612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff MAURY updated JBIDE-21612:
-------------------------------
    Fix Version/s: 4.6.x
                       (was: 4.5.x)


> Explorer: Properly Handle deployer and pre/post hook pods
> ---------------------------------------------------------
>
>                 Key: JBIDE-21612
>                 URL: https://issues.jboss.org/browse/JBIDE-21612
>             Project: Tools (JBoss Tools)
>          Issue Type: Enhancement
>          Components: openshift
>    Affects Versions: 4.3.1.Beta2
>            Reporter: Jeff Cantrill
>             Fix For: 4.6.x
>
>
> Special pods are not associated with the deployment.  We should be able to do that by looking at the annotation:
> {{{
>     "kind": "Pod",
>     "apiVersion": "v1",
>     "metadata": {
>         "name": "database-1-deploy",
>         "namespace": "aaa",
>         "selfLink": "/api/v1/namespaces/aaa/pods/database-1-deploy",
>         "uid": "0162415c-c6c6-11e5-80fd-080027c5bfa9",
>         "resourceVersion": "55087",
>         "creationTimestamp": "2016-01-29T20:22:23Z",
>         "labels": {
>             "openshift.io/deployer-pod-for.name": "database-1"
>         },
>         "annotations": {
>             "openshift.io/deployment.name": "database-1",
>             "openshift.io/scc": "restricted"
>         }
>     },
> }}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jbosstools-issues mailing list