This is an automated email from the ASF dual-hosted git repository.

kuanhsun 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 e836bef  SUBMARINE-1119. Upgrade dependencies in the documentation
e836bef is described below

commit e836bef1fbd06421f3b21fd62fe2ad62d72f6ffe
Author: woodcutter-eric <yingchiao.c...@gmail.com>
AuthorDate: Sun Dec 5 19:07:46 2021 +0800

    SUBMARINE-1119. Upgrade dependencies in the documentation
    
    ### What is this PR for?
    <!-- A few sentences describing the overall goals of the pull request's 
commits.
    First time? Check out the contributing guide - 
https://submarine.apache.org/contribution/contributions.html
    -->
    
    Upgrade several dependencies in the documentation.
    
    ### What type of PR is it?
    [ Documentation ]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    <!-- * Open an issue on Jira 
https://issues.apache.org/jira/browse/SUBMARINE/
    * Put link here, and add [SUBMARINE-*Jira number*] in PR title, eg. 
`SUBMARINE-23. PR title`
    -->
    
    
https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-1119?filter=myopenissues
    
    ### How should this be tested?
    <!--
    * First time? Setup Travis CI as described on 
https://submarine.apache.org/contribution/contributions.html#continuous-integration
    * Strongly recommended: add automated unit tests for any new or changed 
behavior
    * Outline any manual steps to test the PR here.
    -->
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: woodcutter-eric <yingchiao.c...@gmail.com>
    
    Signed-off-by: kuanhsun <kuanh...@apache.org>
    
    Closes #819 from woodcutter-eric/SUBMARINE-1119 and squashes the following 
commits:
    
    6ba20f27 [woodcutter-eric] SUBMARINE-1119. Upgrade depencencies in the 
documentation
---
 website/docs/devDocs/Dependencies.md      | 39 ++++++++++++++++++++++++-------
 website/docs/gettingStarted/quickstart.md |  6 ++---
 2 files changed, 33 insertions(+), 12 deletions(-)

diff --git a/website/docs/devDocs/Dependencies.md 
b/website/docs/devDocs/Dependencies.md
index 48e054f..72b2422 100644
--- a/website/docs/devDocs/Dependencies.md
+++ b/website/docs/devDocs/Dependencies.md
@@ -24,12 +24,9 @@ under the License.
 ## Kubernetes
 | Kubernetes Version   | Support?  |
 | ------------- |:-------------:|
-| 1.13.x (or earlier) | X |
-| 1.14.x | √ |
-| 1.15.x | √ |
-| 1.16.x | √ |
-| 1.17.x | To be verified |
-| 1.18.x | To be verified |
+| 1.14.x (or earlier) | X |
+| 1.15.x - 1.21.x | √ |
+| 1.22.x (or later) | X |
 
 ## KinD
 | KinD Version   | Support?  |
@@ -43,10 +40,34 @@ under the License.
 | 0.11.x | √ |
 
 ## Java
-* TODO
+| JDK Version   | Support?  |
+| ------------- |:-------------:|
+| 8 | √ |
+| 11 | X |
+| 17 | X |
 
 ## Maven
-* TODO
+* 3.3 or later ( < 3.8.1 )
 
 ## Docker
-* TODO
\ No newline at end of file
+* Latest
+
+## Helm
+* Version 3
+
+## NodeJS
+* 14 (or later)
+
+## Go
+| Go Version   | Support?  |
+| ------------- |:-------------:|
+| 1.15 | X |
+| 1.16 | √ |
+| 1.17 (or later) | To be verified |
+
+## Python
+| Python Version   | Support?  |
+| ------------- |:-------------:|
+| 3.5 (or earlier) | X |
+| 3.6, 3.7 | √ |
+| 3.8 (or later) | To be verified |
diff --git a/website/docs/gettingStarted/quickstart.md 
b/website/docs/gettingStarted/quickstart.md
index 1f4f2d4..566dfe2 100644
--- a/website/docs/gettingStarted/quickstart.md
+++ b/website/docs/gettingStarted/quickstart.md
@@ -36,7 +36,7 @@ This document gives you a quick view on the basic usage of 
Submarine platform. Y
 
 2. Start minikube cluster
 ```
-minikube start --vm-driver=docker --cpus 8 --memory 4096 --kubernetes-version 
v1.15.11
+minikube start --vm-driver=docker --cpus 8 --memory 4096 --kubernetes-version 
v1.21.6
 ```
 
 ### Launch submarine in the cluster
@@ -85,7 +85,7 @@ tf-job-operator-6bb69fd44-zmlmr                   1/1     
Running   1          6
   ```
   # Method 1 -- use minikube ip
   minikube ip  # you'll get the IP address of minikube, ex: 192.168.49.2
-  
+
   # Method 2 -- use port-forwarding
   kubectl port-forward --address 0.0.0.0 service/submarine-traefik 32080:80
   ```
@@ -182,7 +182,7 @@ if __name__ == '__main__':
 Build a docker image equipped with the requirement of the environment.
 
 ```bash
-./dev-support/examples/quickstart/build.sh 
+./dev-support/examples/quickstart/build.sh
 ```
 
 ### 3. Submit the experiment

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org

Reply via email to