This is an automated email from the ASF dual-hosted git repository.
pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new cae0c626 change documents (#1078)
cae0c626 is described below
commit cae0c626177a57587c631840d8906a02bdcc31cb
Author: Thinking Chen <[email protected]>
AuthorDate: Thu Jul 20 20:01:11 2023 +0800
change documents (#1078)
---
website/docs/devDocs/Development.md | 5 +++--
website/versioned_docs/version-0.6.0/devDocs/Development.md | 4 ++--
website/versioned_docs/version-0.7.0/devDocs/Development.md | 6 +++---
3 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/website/docs/devDocs/Development.md
b/website/docs/devDocs/Development.md
index 5e37b2b6..4e1724f4 100644
--- a/website/docs/devDocs/Development.md
+++ b/website/docs/devDocs/Development.md
@@ -29,12 +29,13 @@ A brief introduction about these components:
1. **tf-operator**: Enable users to run TensorFlow jobs distributedly
2. **pytorch-operator**: Enable users to run PyTorch jobs distributedly
3. **notebook-controller**: Jupyter Notebook controller
-4. **submarine-traefik**: Kubernetes Ingress controller
+4. **submarine-istio**: Kubernetes Ingress controller
5. **submarine-database**: A MySQL database to store metadata
6. **submarine-minio**: An object store for machine learning artifacts
7. **submarine-mlflow**: A platform for model management
8. **submarine-tensorboard**: A visualization tool for distributed training
experiments
9. **submarine-server**: Handle API requests, and submit distributed training
experiments to Kubernetes.
+10. **submarine-agent**: Listening to the status of experiments and notebooks
# Submarine Development
## Video
@@ -147,7 +148,7 @@ Checkstyle plugin may help to detect violations directly
from the IDE.
```
## Develop operator
-For details, please check out the
[README](https://github.com/apache/submarine/blob/master/submarine-cloud-v2/README.md)
and [Developer
Guide](https://github.com/apache/submarine/blob/master/submarine-cloud-v2/docs/developer-guide.md)
on GitHub.
+For details, please check out the
[README](https://github.com/apache/submarine/blob/master/submarine-cloud-v3/README.md)
and [Developer
Guide](https://github.com/apache/submarine/blob/master/submarine-cloud-v3/docs/developer-guide.md)
on GitHub.
## Develop Submarine Website
Submarine website is built using [Docusaurus 2](https://v2.docusaurus.io/), a
modern static website generator.
diff --git a/website/versioned_docs/version-0.6.0/devDocs/Development.md
b/website/versioned_docs/version-0.6.0/devDocs/Development.md
index 975d7069..97cb88a7 100644
--- a/website/versioned_docs/version-0.6.0/devDocs/Development.md
+++ b/website/versioned_docs/version-0.6.0/devDocs/Development.md
@@ -215,7 +215,7 @@ Checkstyle plugin may help to detect violations directly
from the IDE.
helm delete submarine-operator
```
-For other details, please check out the
[README](https://github.com/apache/submarine/blob/master/submarine-cloud-v2/README.md)
and [Developer
Guide](https://github.com/apache/submarine/blob/master/submarine-cloud-v2/docs/developer-guide.md)
on GitHub.
+For other details, please check out the
[README](https://github.com/apache/submarine/tree/rel/release-0.6.0/submarine-cloud-v2/README.md)
and [Developer
Guide](https://github.com/apache/submarine/tree/rel/release-0.6.0/submarine-cloud-v2/docs/developer-guide.md)
on GitHub.
## Develop Submarine Website
Submarine website is built using [Docusaurus 2](https://v2.docusaurus.io/), a
modern static website generator.
@@ -227,7 +227,7 @@ To update the website, click “Edit this page” on the
website.

### Add a new page
-If you want to add a new page to the website, make sure to add the file path
to
[sidebars.js](https://github.com/apache/submarine/blob/master/website/sidebars.js).
+If you want to add a new page to the website, make sure to add the file path
to
[sidebars.js](https://github.com/apache/submarine/tree/rel/release-0.6.0/website/sidebars.js).
### Installation
We use the yarn package manager to install all dependencies for the website
diff --git a/website/versioned_docs/version-0.7.0/devDocs/Development.md
b/website/versioned_docs/version-0.7.0/devDocs/Development.md
index 54b63cb4..e57d9cb7 100644
--- a/website/versioned_docs/version-0.7.0/devDocs/Development.md
+++ b/website/versioned_docs/version-0.7.0/devDocs/Development.md
@@ -29,7 +29,7 @@ A brief introduction about these components:
1. **tf-operator**: Enable users to run TensorFlow jobs distributedly
2. **pytorch-operator**: Enable users to run PyTorch jobs distributedly
3. **notebook-controller**: Jupyter Notebook controller
-4. **submarine-traefik**: Kubernetes Ingress controller
+4. **submarine-istio**: Kubernetes Ingress controller
5. **submarine-database**: A MySQL database to store metadata
6. **submarine-minio**: An object store for machine learning artifacts
7. **submarine-mlflow**: A platform for model management
@@ -147,7 +147,7 @@ Checkstyle plugin may help to detect violations directly
from the IDE.
```
## Develop operator
-For details, please check out the
[README](https://github.com/apache/submarine/blob/master/submarine-cloud-v2/README.md)
and [Developer
Guide](https://github.com/apache/submarine/blob/master/submarine-cloud-v2/docs/developer-guide.md)
on GitHub.
+For details, please check out the
[README](https://github.com/apache/submarine/tree/rel/release-0.7.0/submarine-cloud-v2/README.md)
and [Developer
Guide](https://github.com/apache/submarine/tree/rel/release-0.7.0/submarine-cloud-v2/docs/developer-guide.md)
on GitHub.
## Develop Submarine Website
Submarine website is built using [Docusaurus 2](https://v2.docusaurus.io/), a
modern static website generator.
@@ -159,7 +159,7 @@ To update the website, click “Edit this page” on the
website.

### Add a new page
-If you want to add a new page to the website, make sure to add the file path
to
[sidebars.js](https://github.com/apache/submarine/blob/master/website/sidebars.js).
+If you want to add a new page to the website, make sure to add the file path
to
[sidebars.js](https://github.com/apache/submarine/tree/rel/release-0.7.0/website/sidebars.js).
### Installation
We use the yarn package manager to install all dependencies for the website
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]