Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Documentation]: Typo in "Running a PyTorch task" - deleting the lightweight job kubectl command #184

Open
marijaEf opened this issue Feb 2, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@marijaEf
Copy link

marijaEf commented Feb 2, 2025

What documentation issue are you reporting

Incorrect Documentation

Issue

In https://docs.eidf.ac.uk/services/gpuservice/training/L3_running_a_pytorch_task/#transfer-codedata-to-persistent-volume, where it says:

Delete the lightweight job
kubectl -n <project-namespace> delete job lightweight-job-<identifier>

the -< identifier> should be removed. The kubectl command for deleting the lightweight job should be:
kubectl -n <project-namespace> delete job lightweight-job

@marijaEf marijaEf added the documentation Improvements or additions to documentation label Feb 2, 2025
marijaEf added a commit to marijaEf/eidf-docs that referenced this issue Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant