Skip to content

Commit

Permalink
Merge pull request #148 from agngrant/typo_fixes
Browse files Browse the repository at this point in the history
Typo fixes
  • Loading branch information
agngrant authored Apr 9, 2024
2 parents b00de20 + 987541c commit 237be25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/services/gpuservice/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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 <project-namespace> 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 <project-namespace> create "myjobfile.yml"` should solve the issue.

### I can't mount my PVC in multiple containers or pods at the same time

Expand Down
2 changes: 1 addition & 1 deletion docs/services/virtualmachines/index.md
Original file line number Diff line number Diff line change
@@ -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):

Expand Down
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 237be25

Please sign in to comment.