apiVersion: v1 kind: Pod metadata: name: julia labels: name: julia spec: nodeSelector: hpc.lcpu.dev/partition: x86 containers: - name: rdma securityContext: capabilities: add: ["SYS_PTRACE", "IPC_LOCK"] image: crmirror.lcpu.dev/hpcgame/julia:latest resources: limits: memory: 32Gi cpu: 8 command: - sleep - inf volumeMounts: - name: wm2-volumn mountPath: /data # 挂载路径,可根据需求修改 volumes: - name: wm2-volumn persistentVolumeClaim: claimName: wm-2