Skip to content

Commit

Permalink
Merge branch 'main' into git-workflow-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
shinae-woo authored May 9, 2024
2 parents 8eb9f19 + cc2121e commit ce3549b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Build Knavigator, run
```shell
$ make build
make build
```

## Running jobs
Expand Down Expand Up @@ -31,13 +31,13 @@ kubectl create priorityclass normal-priority --value=100000
```
Run a Volcano batch job with `volcano`:
```shell
$ ./bin/knavigator -tasks ./resources/tests/volcano/test-job.yml
./bin/knavigator -tasks ./resources/tests/volcano/test-job.yml
```
### Native kubernetes

Run a kubernetes job:
```shell
$ ./bin/knavigator -tasks ./resources/tests/k8s/test-job.yml
./bin/knavigator -tasks ./resources/tests/k8s/test-job.yml
```

Install [JobSet](https://github.com/kubernetes-sigs/jobset) in your cluster:
Expand All @@ -52,9 +52,9 @@ kubectl create priorityclass normal-priority --value=100000
```
Run jobset with workers:
```shell
$ ./bin/knavigator -tasks ./resources/tests/k8s/test-jobset.yml
./bin/knavigator -tasks ./resources/tests/k8s/test-jobset.yml
```
Run a test jobset with a driver and workers:
```shell
$ ./bin/knavigator -tasks ./resources/tests/k8s/test-jobset-with-driver.yml
./bin/knavigator -tasks ./resources/tests/k8s/test-jobset-with-driver.yml
```

0 comments on commit ce3549b

Please sign in to comment.