Skip to content

Commit

Permalink
eessi on fresh installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hmeiland committed Jul 12, 2024
1 parent 58458ae commit f13d3a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion deploy/aks-eessi/aml-cvmfs-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ kind: StorageClass
metadata:
name: cvmfs
provisioner: cvmfs.csi.cern.ch
parameters:
# Repository address goes here.
repository: software.eessi.io
---
apiVersion: v1
kind: PersistentVolumeClaim
Expand All @@ -12,7 +15,7 @@ metadata:
labels:
ml.azure.com/pvc: "true"
annotations:
ml.azure.com/mountpath: "/cvmfs"
ml.azure.com/mountpath: "/cvmfs/software.eessi.io"
spec:
storageClassName: "cvmfs"
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion deploy/aks-eessi/mirror_containers_and_install_csi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ popd

helm install cvmfs oci://${1}.azurecr.io/helm/cvmfs-csi
kubectl create -f aml-cvmfs-pvc.yaml
kubectl create -f aml-pod-mount-all-repos.yaml
# kubectl create -f aml-pod-mount-all-repos.yaml

rm -rf cvmfs-csi

0 comments on commit f13d3a5

Please sign in to comment.