Skip to content

Commit

Permalink
Update descriptions. (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobrovskyi authored Jan 17, 2025
1 parent ed95162 commit 2fd97ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# kjob

KJob: Tool for CLI-loving ML researchers
Run AI/ML jobs based on the pre-defined templates

## Description
The `kubectl-kjob` plugin, `kjobctl`, allows you to list, describe and create jobs.
This kubectl plugin allows ML researchers to run templated Jobs with different values
for the application-specific parameters, without the need to edit and submit entire
YAML files. The tool comes with built-in support for running slurm scripts inside
a Kubernetes cluster.

Read the [overview](docs/_index.md) to learn more.

Expand Down
5 changes: 4 additions & 1 deletion docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Kubectl Kjob Plugin

The `kubectl-kjob` plugin, `kjobctl`, allows you to list, describe and create jobs.
This kubectl plugin allows ML researchers to run templated Jobs with different values
for the application-specific parameters, without the need to edit and submit entire
YAML files. The tool comes with built-in support for running slurm scripts inside
a Kubernetes cluster.

## Syntax

Expand Down

0 comments on commit 2fd97ba

Please sign in to comment.