From f9615372ea582bcde78d167b11fd2e2fe4a0faf1 Mon Sep 17 00:00:00 2001 From: chendile Date: Mon, 16 Oct 2023 14:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=9D=9E=E5=BF=85=E8=A6=81pv?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/kubernetes/pv-pvc-pipeline.yaml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/install/kubernetes/pv-pvc-pipeline.yaml b/install/kubernetes/pv-pvc-pipeline.yaml index 7ebb4f57..19a2b6c5 100755 --- a/install/kubernetes/pv-pvc-pipeline.yaml +++ b/install/kubernetes/pv-pvc-pipeline.yaml @@ -68,24 +68,6 @@ spec: # pipeline-pvname: pipeline-kubeflow-user-workspace storageClassName: "" volumeName: pipeline-kubeflow-user-workspace -# 模型部署 ---- -apiVersion: v1 -kind: PersistentVolume -metadata: - name: pipeline-model-deploy - labels: - pipeline-pvname: pipeline-model-deploy -spec: -# storageClassName: pipeline - capacity: - storage: 500Gi - accessModes: - - ReadWriteMany - hostPath: - path: /mnt/ceph_fuse/meiyangchen - persistentVolumeReclaimPolicy: Retain - storageClassName: "" # 模型归档 --- apiVersion: v1