From 0e618227bd4b7c59d62e21f08ca339c2f3720b3c Mon Sep 17 00:00:00 2001 From: chris kery Date: Thu, 9 Nov 2023 23:56:59 +0800 Subject: [PATCH] add read me --- README.md | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 2b0f0e9..1140e34 100644 --- a/README.md +++ b/README.md @@ -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=/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=/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.