Skip to content

Commit ea81a4b

Browse files
committed
Using datashim
1 parent f80d327 commit ea81a4b

File tree

4 files changed

+12
-24
lines changed

4 files changed

+12
-24
lines changed

deployments/kubernetes/charts/clowder2/ibm-hpc.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ extractors:
9696
- name: MINIO_MOUNTED_PATH
9797
value: /clowderfs
9898
volumes:
99-
- name: minio-storage
100-
hostPath:
101-
path: /mnt/ibm-hpc-clowderfs
99+
- name: minio-dataset
100+
persistentVolumeClaim:
101+
claimName: minio-dataset
102102
volumeMounts:
103-
- name: minio-storage
103+
- name: minio-dataset
104104
mountPath: /clowderfs
105105
rcnn-iwp-finetuning:
106106
enabled: true
@@ -109,9 +109,9 @@ extractors:
109109
- name: MINIO_MOUNTED_PATH
110110
value: /clowderfs
111111
volumes:
112-
- name: minio-storage
113-
hostPath:
114-
path: /mnt/ibm-hpc-clowderfs
112+
- name: minio-dataset
113+
persistentVolumeClaim:
114+
claimName: minio-dataset
115115
volumeMounts:
116-
- name: minio-storage
116+
- name: minio-dataset
117117
mountPath: /clowderfs

deployments/kubernetes/charts/clowder2/minio-credentials.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,5 @@ metadata:
44
name: minio-credentials
55
namespace: ibm-hpc
66
stringData:
7-
# MINIO_ENDPOINT: http://clowder2-minio:9000
8-
# MINIO_ACCESS_KEY: clowder
9-
# MINIO_SECRET_KEY: ilikecats
10-
# MINIO_MOUNT_POINT: /var/clowderfs
11-
# CLOWDER_VERSION: "2"
12-
accessKeyID: clowder
13-
secretAccessKey: ilikecats
7+
accessKeyID: accessKeyID
8+
secretAccessKey: secretAccessKey

deployments/kubernetes/charts/clowder2/minio-dataset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
namespace: ibm-hpc
66
spec:
77
local:
8-
readonly: "true" # <----
8+
readonly: "true"
99
bucket: clowder
1010
endpoint: http://clowder2-minio.ibm-hpc.svc.cluster.local:9000/
1111
secret-name: minio-credentials

deployments/kubernetes/charts/clowder2/minio-test-pod.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,5 @@ spec:
1414
volumeMounts:
1515
- name: minio-dataset
1616
mountPath: /clowderfs
17-
# volumeMounts:
18-
# - name: minio-storage
19-
# mountPath: /clowderfs
20-
# volumes:
21-
# - name: minio-storage
22-
# hostPath:
23-
# path: /mnt/ibm-hpc-clowderfs
2417

25-
18+

0 commit comments

Comments
 (0)