Skip to content

Commit

Permalink
docs: change preheat (#192)
Browse files Browse the repository at this point in the history
Signed-off-by: zhaoxinxin <[email protected]>
  • Loading branch information
Liam-Zhao authored Dec 11, 2024
1 parent 833b1bb commit 23325c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/advanced-guides/preheat.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ Use Open API for preheating image. First create a POST request for preheating.

- **All Peers**: Preheat to each peer in the P2P cluster.

**scheduler_cluster_ids:** Specify the preheated scheduler cluster id.
**scheduler_cluster_ids:** Specify the preheated scheduler cluster id,
if `scheduler_cluster_ids` is empty, it means preheating all scheduler clusters.

```bash
curl --location --request POST 'http://dragonfly-manager:8080/oapi/v1/jobs' \
Expand Down Expand Up @@ -140,7 +141,8 @@ Use Open API for preheating file. First create a POST request for preheating.

- **All Peers**: Preheat to each peer in the P2P cluster.

**scheduler_cluster_ids:** Specify the preheated scheduler cluster id.
**scheduler_cluster_ids:** Specify the preheated scheduler cluster id,
if `scheduler_cluster_ids` is empty, it means preheating all scheduler clusters.

```bash
curl --location --request POST 'http://dragonfly-manager:8080/oapi/v1/jobs' \
Expand Down

0 comments on commit 23325c3

Please sign in to comment.