Skip to content

Commit

Permalink
去除非必要pv
Browse files Browse the repository at this point in the history
  • Loading branch information
chendile committed Oct 16, 2023
1 parent 7709687 commit f961537
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions install/kubernetes/pv-pvc-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f961537

Please sign in to comment.