Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed Mar 23, 2020
1 parent c887f3f commit 32f91d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/kube-runtime/kube-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
If you want to build [kube-runtime](https://github.com/microsoft/openpai-runtime) only, under the `build` directory, run the following command, note to replace `/path/to/cluster-configuration/dir` with your own cluster configuration path.

```sh
python pai_build.py -p /path/to/cluster-configuration/dir -n kube-runtime
python pai_build.py build -c /path/to/cluster-configuration/dir -s kube-runtime

python pai_build.py push -c /path/to/cluster-configuration/dir -i kube-runtime
```

## Deployment
Expand Down

0 comments on commit 32f91d5

Please sign in to comment.