From 81b0c2c7783a53d1e80865eeec9b5fe84315ffdc Mon Sep 17 00:00:00 2001 From: JimmyYang20 Date: Tue, 17 Aug 2021 09:53:51 +0800 Subject: [PATCH] Update s3 example docs of IL&JI Signed-off-by: JimmyYang20 --- examples/README.md | 3 +- .../s3/{ => incremental_learning}/README.md | 92 +++++++---- examples/storage/s3/joint_inference/README.md | 149 ++++++++++++++++++ 3 files changed, 214 insertions(+), 30 deletions(-) rename examples/storage/s3/{ => incremental_learning}/README.md (58%) create mode 100644 examples/storage/s3/joint_inference/README.md diff --git a/examples/README.md b/examples/README.md index fec6c442..355cc12f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -20,6 +20,7 @@ Example: [Using Federated Learning Job in Surface Defect Detection Scenario](./f ### Shared Storage | Support Protocols |Support Features| Examples |Release| | :-------------: | :-------------: |:-------------: | :-------------: | -| S3 |Joint Inference/Incremental Learning| [Using Incremental Learning Job in Helmet Detection Scenario on S3](./storage/s3/README.md) | 0.2.0+| +| S3 |Incremental Learning| [Using Incremental Learning Job in Helmet Detection Scenario on S3](storage/s3/incremental_learning/README.md) | 0.3.1+| +| S3 |Joint Inference| [Using Joint Inference Service in Helmet Detection Scenario on S3](storage/s3/joint_inference/README.md) | 0.3.0+| diff --git a/examples/storage/s3/README.md b/examples/storage/s3/incremental_learning/README.md similarity index 58% rename from examples/storage/s3/README.md rename to examples/storage/s3/incremental_learning/README.md index 324a3fbd..cb48b164 100644 --- a/examples/storage/s3/README.md +++ b/examples/storage/s3/incremental_learning/README.md @@ -1,10 +1,15 @@ # Using Incremental Learning Job in Helmet Detection Scenario on S3 -This example based on the example: [Using Incremental Learning Job in Helmet Detection Scenario](/examples/incremental_learning/helmet_detection/README.md) +This example is based on the example: [Using Incremental Learning Job in Helmet Detection Scenario](/examples/incremental_learning/helmet_detection/README.md). -### Create a secret with your S3 user credential. +### Prepare Nodes +Assume you have created a [KubeEdge](https://github.com/kubeedge/kubeedge) cluster that have two cloud nodes(e.g., `cloud-node1`, `cloud-node2`) +and one edge node(e.g., `edge-node`). -```yaml +### Create a secret with your S3 user credential. + +```shell +kubectl create -f - <