diff --git a/manifest.yaml b/manifest.yaml index db50f41..be0169a 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -11,6 +11,14 @@ spec: image: image command: "python3 -u main.py --operator=tf --sleep=300 --tb-write=True" + #Optional + # storage: + # sharedVolume: + # mountPoint: "/mnt/shared" + # sizeGB: 16 + # storageClass: longhorn-xfs + # accessMode: string # ReadWriteOnce / ReadWriteOncePod / ReadOnlyMany / ReadWriteMany + tensorboard: enabled: true diff --git a/manifests/manifest.jax.sample.yaml b/manifests/manifest.jax.sample.yaml index ca10b32..e4e0ba1 100644 --- a/manifests/manifest.jax.sample.yaml +++ b/manifests/manifest.jax.sample.yaml @@ -11,6 +11,14 @@ spec: image: image command: "python3 -u main.py --operator=jax --sleep=300 --tb-write=True" + #Optional + # storage: + # sharedVolume: + # mountPoint: "/mnt/shared" + # sizeGB: 16 + # storageClass: longhorn-xfs + # accessMode: string # ReadWriteOnce / ReadWriteOncePod / ReadOnlyMany / ReadWriteMany + tensorboard: enabled: true @@ -25,5 +33,4 @@ spec: gpu: count: 0 type: gpu - product: nvidia-tesla-t4 - + product: nvidia-tesla-t4 \ No newline at end of file diff --git a/manifests/manifest.kuberay.sample.yaml b/manifests/manifest.kuberay.sample.yaml index cd694ad..bce212c 100644 --- a/manifests/manifest.kuberay.sample.yaml +++ b/manifests/manifest.kuberay.sample.yaml @@ -11,6 +11,14 @@ spec: image: image command: "python3 -u main.py --operator=kuberay --sleep=300 --tb-write=True" + #Optional + # storage: + # sharedVolume: + # mountPoint: "/mnt/shared" + # sizeGB: 16 + # storageClass: longhorn-xfs + # accessMode: string # ReadWriteOnce / ReadWriteOncePod / ReadOnlyMany / ReadWriteMany + debug: jupyter: false @@ -30,4 +38,3 @@ spec: cpus: 1 ramRatio: 2 shmSizeGB: 0 - diff --git a/manifests/manifest.pytorch.sample.yaml b/manifests/manifest.pytorch.sample.yaml index 8ef17cb..8c712c7 100644 --- a/manifests/manifest.pytorch.sample.yaml +++ b/manifests/manifest.pytorch.sample.yaml @@ -11,6 +11,14 @@ spec: image: image command: "python3 -u main.py --operator=pytorch --sleep=300 --tb-write=True" + #Optional + # storage: + # sharedVolume: + # mountPoint: "/mnt/shared" + # sizeGB: 16 + # storageClass: longhorn-xfs + # accessMode: string # ReadWriteOnce / ReadWriteOncePod / ReadOnlyMany / ReadWriteMany + tensorboard: enabled: true diff --git a/manifests/manifest.tf.sample.yaml b/manifests/manifest.tf.sample.yaml index db50f41..be0169a 100644 --- a/manifests/manifest.tf.sample.yaml +++ b/manifests/manifest.tf.sample.yaml @@ -11,6 +11,14 @@ spec: image: image command: "python3 -u main.py --operator=tf --sleep=300 --tb-write=True" + #Optional + # storage: + # sharedVolume: + # mountPoint: "/mnt/shared" + # sizeGB: 16 + # storageClass: longhorn-xfs + # accessMode: string # ReadWriteOnce / ReadWriteOncePod / ReadOnlyMany / ReadWriteMany + tensorboard: enabled: true diff --git a/manifests/manifest.xgboost.sample.yaml b/manifests/manifest.xgboost.sample.yaml index 748372c..70e56a3 100644 --- a/manifests/manifest.xgboost.sample.yaml +++ b/manifests/manifest.xgboost.sample.yaml @@ -11,6 +11,14 @@ spec: image: image command: "python3 -u main.py --operator=xgboost --sleep=300 --tb-write=True" + #Optional + # storage: + # sharedVolume: + # mountPoint: "/mnt/shared" + # sizeGB: 16 + # storageClass: longhorn-xfs + # accessMode: string # ReadWriteOnce / ReadWriteOncePod / ReadOnlyMany / ReadWriteMany + tensorboard: enabled: true