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

Properties: Add Storage tab

XMLWordPrintable

      We should be able to display Persistent Volume (aka Storage) informations in the OpenShift properties.

      Need to define the extent of the informations to display. At the very least, it should be the same as what the OpenShift Console provides.

      Using persistent volumes:

      1. https://blog.openshift.com/experimenting-with-persistent-volumes/
      2. https://docs.openshift.com/enterprise/3.0/dev_guide/persistent_volumes.html

      Briefly: to see how persistent volume claims work, add the following json as a resource to the project:

      Persistent Volume Claim Object Definition
      {
          "apiVersion": "v1",
          "kind": "PersistentVolumeClaim",
          "metadata": {
              "name": "claim1"
          },
          "spec": {
              "accessModes": [ "ReadWriteOnce" ],
              "resources": {
                  "requests": {
                      "storage": "1Gi"
                  }
              }
          }
      }
      

            dbocharo@redhat.com Dmitrii Bocharov (Inactive)
            fbricon@redhat.com Fred Bricon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: