From 05dbd863da7e4f637aa8c73214b0669c6eed4d46 Mon Sep 17 00:00:00 2001 From: agngrant Date: Thu, 21 Sep 2023 10:02:10 +0100 Subject: [PATCH 1/3] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3baa7fc8f..5e99bcc0f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,15 @@ +ci: + autofix_commit_msg: | + [pre-commit.ci] auto fixes from pre-commit.com hooks + + for more information, see https://pre-commit.ci + autofix_prs: true + autoupdate_branch: '' + autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate' + autoupdate_schedule: weekly + skip: [] + submodules: false + repos: # Various built-in pre-commit hooks - repo: https://github.com/pre-commit/pre-commit-hooks From 02fbdb42a8f08c9d1ff5dfe3a5322f8198591c9e Mon Sep 17 00:00:00 2001 From: agngrant Date: Thu, 21 Sep 2023 10:02:56 +0100 Subject: [PATCH 2/3] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5e99bcc0f..3baa7fc8f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,3 @@ -ci: - autofix_commit_msg: | - [pre-commit.ci] auto fixes from pre-commit.com hooks - - for more information, see https://pre-commit.ci - autofix_prs: true - autoupdate_branch: '' - autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate' - autoupdate_schedule: weekly - skip: [] - submodules: false - repos: # Various built-in pre-commit hooks - repo: https://github.com/pre-commit/pre-commit-hooks From 987541c4a21499b06a0514c675683230af207167 Mon Sep 17 00:00:00 2001 From: agrant3 Date: Tue, 9 Apr 2024 16:56:56 +0100 Subject: [PATCH 3/3] AG: updated GPU FAQ for clarity of tenses, typo on virtual machine infrastructure, and hiding the JHub pages until ready --- docs/services/gpuservice/faq.md | 2 +- docs/services/virtualmachines/index.md | 2 +- mkdocs.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/services/gpuservice/faq.md b/docs/services/gpuservice/faq.md index c859e0fb9..add078b02 100644 --- a/docs/services/gpuservice/faq.md +++ b/docs/services/gpuservice/faq.md @@ -16,7 +16,7 @@ Project Leads and Managers can access the kubeconfig file from the Project page Error from server (Forbidden): error when creating "myjobfile.yml": jobs is forbidden: User cannot create resource "jobs" in API group "" in the namespace "default" ``` -Some version of the above error is common when submitting jobs/pods to the GPU cluster using the kubectl command. This arises when you forgot to specify you are submitting job/pods to your project namespace, not the "default" namespace which you do not have permissions to use. Resubmitting the job/pod with `kubectl -n create "myjobfile.yml"` should solve the issue. +Some version of the above error is common when submitting jobs/pods to the GPU cluster using the kubectl command. This arises when the project namespace is not included in the kubectl command for submitting job/pods and kubectl tries to use the "default" namespace which projects do not have permissions to use. Resubmitting the job/pod with `kubectl -n create "myjobfile.yml"` should solve the issue. ### I can't mount my PVC in multiple containers or pods at the same time diff --git a/docs/services/virtualmachines/index.md b/docs/services/virtualmachines/index.md index 8c374f193..bd56c1546 100644 --- a/docs/services/virtualmachines/index.md +++ b/docs/services/virtualmachines/index.md @@ -1,6 +1,6 @@ # Overview -The EIDF Virtual Machine (VM) Service is the underlying infrastrcture upon which the EIDF Data Science Cloud (DSC) is built. +The EIDF Virtual Machine (VM) Service is the underlying infrastructure upon which the EIDF Data Science Cloud (DSC) is built. The service currenly has a mixture of hardware node types which host VMs of various [flavours](flavours.md): diff --git a/mkdocs.yml b/mkdocs.yml index b2837cbb7..1ab6c25df 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -50,10 +50,10 @@ nav: # - "Using the MFT": services/mft/using-the-mft.md # - "SFTP": services/mft/sftp.md - "Policies": services/virtualmachines/policies.md - - "Managed JupyterHub": - - "QuickStart": services/jhub/quickstart.md - - "Tutorial": services/jhub/tutorial.md - - "Documentation": services/jhub/docs.md + # - "Managed JupyterHub": + # - "QuickStart": services/jhub/quickstart.md + # - "Tutorial": services/jhub/tutorial.md + # - "Documentation": services/jhub/docs.md - "Cerebras CS-2": - "Get Access": services/cs2/access.md - "Running codes": services/cs2/run.md