Skip to content

Commit

Permalink
Update docs for K8s
Browse files Browse the repository at this point in the history
  • Loading branch information
aecelaya committed Apr 26, 2024
1 parent ea0e70a commit f20d378
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/advanced_topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,10 @@ spec:
persistentVolumeClaim:
claimName: {{get this from your k8s-templates folder}}
restartPolicy: Never
```
Once you save your job submission script, you can run it with
```console
kubectl apply -f <your submission file here>
```

0 comments on commit f20d378

Please sign in to comment.