[ 
https://issues.apache.org/jira/browse/GOBBLIN-906?focusedWorklogId=332118&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-332118
 ]

ASF GitHub Bot logged work on GOBBLIN-906:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/Oct/19 17:52
            Start Date: 22/Oct/19 17:52
    Worklog Time Spent: 10m 
      Work Description: Will-Lo commented on pull request #2760: [GOBBLIN-906] 
Initializes kubernetes cluster for GaaS and Gobblin Standalone
URL: https://github.com/apache/incubator-gobblin/pull/2760#discussion_r337662901
 
 

 ##########
 File path: gobblin-kubernetes/gobblin-service/basic-cluster/storage.yaml
 ##########
 @@ -0,0 +1,54 @@
+apiVersion: v1
+kind: PersistentVolume
+metadata:
+  name: shared-jobs-volume
+spec:
+  capacity:
+    storage: 100Mi
+  volumeMode: Filesystem
+  accessModes:
+    - ReadWriteOnce
+  persistentVolumeReclaimPolicy: Delete
+  storageClassName: manual
+  hostPath:
+    path: "/etc/opt/job-conf"
+---
+kind: PersistentVolumeClaim
+apiVersion: v1
+metadata:
+  name: shared-jobs-claim
+spec:
+  accessModes:
+    - ReadWriteOnce
+  storageClassName: manual
+  resources:
+    requests:
+      storage: 100Mi
+---
+apiVersion: v1
+kind: PersistentVolume
 
 Review comment:
   Each definition describes resources available to the cluster, so yeah 
they're all their own instances
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 332118)
    Time Spent: 1h 20m  (was: 1h 10m)

> Define Kubernetes Cluster for GaaS and Gobblin Standalone
> ---------------------------------------------------------
>
>                 Key: GOBBLIN-906
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-906
>             Project: Apache Gobblin
>          Issue Type: New Feature
>    Affects Versions: 0.15.0
>            Reporter: William Lo
>            Priority: Major
>             Fix For: 0.15.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> Defines a kubernetes cluster to demonstrate a workflow between GaaS and 
> Gobblin Standalone, all living in a K8s environment



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to