Changes

Jump to navigation Jump to search

CCU:New GPU Cluster

107 bytes added, 4 years ago
m
Running the first test container on the new cluster
Save this into a "test-pod.yaml", start the pod and verify that it has been created correcly and the filesystems have been mounted successfully, for example with the below commands. You can also check whether you can access the data you have copied over and obtain copy/move it somewhere safe in your private home directory. If you have a large dataset which is probably useful for several people, please contact me so I can move it to the numeric user- and groupstatic read-id only tree for filesystem permissionsdatasets.
<syntaxhighlight lang="bash">
> kubectl exec -it ubuntu-test-pod /bin/bash
$ ls /abyss/shared/<the directory you created for your data>
$ id
uid=10000 gid=10000 groups=10000
</syntaxhighlight>

Navigation menu