Skip to content

Commit

Permalink
add read me
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskery committed Nov 9, 2023
1 parent 5c9f5c3 commit 0e61822
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,34 +30,26 @@ cd slurm-bridge-operator

```sh
maek install
```

Build and push your image to the location specified by `IMG`.

```shell
###Build and push your image to the location specified by `IMG`.
make docker-build docker-push IMG=<some-registry>/slurm-agent-bridge-operator:tag
```

Deploy the controller to the cluster with the image specified by `IMG`.

```shell
###Deploy the controller to the cluster with the image specified by `IMG`.
make deploy IMG=<some-registry>/slurm-agent-bridge-operator:tag
```

3. Build and install slurm agent on the slurm login node as a proxy between kubernetes and slurm clusetr.
3. Build and install slurm agent on the slurm login node as a proxy between kubernetes and slurm cluster.
The slurm-agent binary file will be build to bin/slurm-agent

```shell
make build
```

slurm-agent binary file will be build to bin/slurm-agent
```

4. Install configurator.

```shell
kubectl apply -f manifests/configurator.yaml
```


## Quick Start

Please refer to the [quick-start.md](docs/quick-start.md) for more information.
Expand Down

0 comments on commit 0e61822

Please sign in to comment.