Skip to content

Commit

Permalink
Fixed code block formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Haynes authored and Sam Haynes committed Apr 9, 2024
1 parent c3f8020 commit 6b0753a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/services/gpuservice/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Project Leads and Managers can access the kubeconfig file from the Project page

### Access to GPU Service resources in default namespace is 'Forbidden'

```<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">```
```bash
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.

Expand Down

0 comments on commit 6b0753a

Please sign in to comment.