Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-21612

Explorer: Properly Handle deployer and pre/post hook pods

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: Major Major
    • 4.30.x
    • 4.3.1.Beta2
    • openshift
    • None

      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" }

      },
      }}

            Unassigned Unassigned
            jcantril@redhat.com Jeffrey Cantrill
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: