Skip to content

Commit 4a54f42

Browse files
Umair Ayubrkm
authored andcommitted
fix pre-commit issues
1 parent 9a80ea3 commit 4a54f42

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

docs/safe-haven-services/tre-gpu-service/faq.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The service provides a **BeeGFS CSI driver** provisioner, which allows for `Read
2626
## How many GPUs can I use in a pod?
2727

2828
The maximum number of GPUs you can request per pod is limited by both the node capacity and your project quota.
29+
2930
- Each node has 8 GPUs, so technically a pod could use up to 8 GPUs if available.
3031
- However, your project quota may be lower. For example, if your project is allocated 4 GPUs, the maximum a single pod can request is 4 GPUs.
3132

docs/safe-haven-services/tre-gpu-service/policies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Submitting jobs with `name` only would allow several jobs to have the same name,
1919

2020
## Kubernetes Job Time to Live
2121

22-
All completed Kubernetes jobs will have a Time to Live (TTL) applied via `spec.ttlSecondsAfterFinished` automatically. A completed job (in success or error state) will be deleted from the service once this period has elapsed since execution has completed. This will reduce excessive object accumulation on the service. The default TTL for jobs using the service is one week (604800 seconds).
22+
All completed Kubernetes jobs will have a Time to Live (TTL) applied via `spec.ttlSecondsAfterFinished` automatically. A completed job (in success or error state) will be deleted from the service once this period has elapsed since execution has completed. This will reduce excessive object accumulation on the service. The default TTL for jobs using the service is one week (604800 seconds).
2323

2424
!!! important
2525
This policy is automated and does not require users to change their job specifications.
@@ -29,7 +29,7 @@ All completed Kubernetes jobs will have a Time to Live (TTL) applied via `spec.t
2929

3030
## Kubernetes Active Deadline Seconds
3131

32-
All Kubernetes user pods submitted to the service will have an Active Deadline Seconds (ADS) applied via `spec.spec.activeDeadlineSeconds` automatically. A pod will be terminated once this period has elapsed after execution has begun. This will reduce the number of unused pods remaining on the service. The default ADS for pods using the service is five days (432000 seconds).
32+
All Kubernetes user pods submitted to the service will have an Active Deadline Seconds (ADS) applied via `spec.spec.activeDeadlineSeconds` automatically. A pod will be terminated once this period has elapsed after execution has begun. This will reduce the number of unused pods remaining on the service. The default ADS for pods using the service is five days (432000 seconds).
3333

3434
!!! important
3535
This policy is automated and does not require users to change their job or pod specifications.

docs/safe-haven-services/tre-gpu-service/training/L1.1_building-and-testing-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ The security posture of containers and the build process may be of interest to I
7373

7474
Trivy can be run manually on the built image but it is easier to have it run automatically whenever you update your container image. An example GitHub Actions workflow to run Trivy and publish the outputs can be found [in our documentation](https://github.com/EPCCed/tre-container-samples/blob/main/.github/workflows/main.yaml).
7575

76-
The Trivy report can be downloaded as an artefact from the job summary page.
76+
The Trivy report can be downloaded as an artefact from the job summary page.

docs/safe-haven-services/tre-gpu-service/training/L3_Accessing_the_BeeGFS_Inside_the_EPCC_TRE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@ This approach ensures secure, performant, and flexible access to shared datasets
88

99
### Key Point
1010

11-
`BeeGFS is deployed within the SHS. Therefore, the same restrictions apply: BeeGFS storage is fully isolated from the internet. You cannot download data directly from public sources (e.g., GitHub, external APIs), and copying, recording, or extracting any files from BeeGFS outside of the SHS is strictly prohibited unless explicitly approved through the appropriate Information Governance processes. It is also prohibited to use the BeeGFS to share data with other users or with projects to which you have access.`
11+
`BeeGFS is deployed within the SHS. Therefore, the same restrictions apply: BeeGFS storage is
12+
fully isolated from the internet. You cannot download data directly from public sources
13+
(e.g., GitHub, external APIs), and copying, recording, or extracting any files from BeeGFS
14+
outside of the SHS is strictly prohibited unless explicitly approved through the appropriate
15+
Information Governance processes. It is also prohibited to use the BeeGFS to share data with
16+
other users or with projects to which you have access.`
1217

1318
### Storage Overview
1419

0 commit comments

Comments
 (0)