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