You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by pi...@apache.org on 2021/03/16 06:23:55 UTC

[submarine] branch master updated: SUBMARINE-765. Fix typo and command line error.

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 d0a88e6  SUBMARINE-765. Fix typo and command line error.
d0a88e6 is described below

commit d0a88e6f1deb218f8d98cf50f8169fcbbba7bb2a
Author: jeff-901 <b0...@ntu.edu.tw>
AuthorDate: Sat Mar 13 19:47:21 2021 +0800

    SUBMARINE-765. Fix typo and command line error.
    
    ### What is this PR for?
    * Fix documentation error.
    
    ### What type of PR is it?
    * Documentation
    
    ### Todos
    
    ### What is the Jira issue?
    * https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-765
    
    ### How should this be tested?
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: jeff-901 <b0...@ntu.edu.tw>
    
    Signed-off-by: Kevin <pi...@apache.org>
    
    Closes #535 from jeff-901/SUBMARINE-765 and squashes the following commits:
    
    d05c7120 [jeff-901] SUBMARINE-765. Fix typo and command line error.
---
 website/docs/gettingStarted/localDeployment.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/gettingStarted/localDeployment.md b/website/docs/gettingStarted/localDeployment.md
index 4ad03ad..6b61510 100644
--- a/website/docs/gettingStarted/localDeployment.md
+++ b/website/docs/gettingStarted/localDeployment.md
@@ -27,9 +27,9 @@ under the License.
 - [helm](https://helm.sh/docs/intro/install/) (Helm v3 is minimum requirement.)
 - [minikube](https://minikube.sigs.k8s.io/docs/start/).
 
-## Deploy Kuberntes Cluster
+## Deploy Kubernetes Cluster
 ```
-$ minikube start --vm-driver=docker --cpu 8 --memory 4096 --disk-size=20G --kubernetes-versions v1.15.11
+$ minikube start --vm-driver=docker --cpus 8 --memory 4096 --disk-size=20G --kubernetes-version v1.15.11
 ```
 
 ## Install Submarine on Kubernetes


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