You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@liminal.apache.org by na...@apache.org on 2022/12/11 23:15:34 UTC

[incubator-liminal] branch doc-fix-k8s-secrets updated: fix doc desc

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

naturalett pushed a commit to branch doc-fix-k8s-secrets
in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git


The following commit(s) were added to refs/heads/doc-fix-k8s-secrets by this push:
     new 96a0c01  fix doc desc
96a0c01 is described below

commit 96a0c0104a9dcd95ba1d048761449c72728a841b
Author: lidor ettinger <li...@gmail.com>
AuthorDate: Mon Dec 12 01:15:25 2022 +0200

    fix doc desc
---
 docs/getting-started/hello_world.md         |  6 +-----
 docs/getting-started/iris_classification.md | 12 +++---------
 docs/getting-started/spark_app_demo.md      | 19 ++++---------------
 3 files changed, 8 insertions(+), 29 deletions(-)

diff --git a/docs/getting-started/hello_world.md b/docs/getting-started/hello_world.md
index b259d55..6873546 100644
--- a/docs/getting-started/hello_world.md
+++ b/docs/getting-started/hello_world.md
@@ -69,10 +69,7 @@ Let's build the images you need for the example:
 liminal build
 ```
 ##### The build will create docker images based on the liminal.yml file in the `images` section.
-Create a kubernetes local volume:
-```BASH
-liminal create
-```
+
 ```BASH
 liminal deploy --clean
 ```
@@ -160,7 +157,6 @@ source env/bin/activate
 pip uninstall apache-liminal
 pip install apache-liminal
 Liminal build
-Liminal create
 liminal deploy --clean
 liminal start
 ```
diff --git a/docs/getting-started/iris_classification.md b/docs/getting-started/iris_classification.md
index 69fdff9..eb61172 100644
--- a/docs/getting-started/iris_classification.md
+++ b/docs/getting-started/iris_classification.md
@@ -79,19 +79,13 @@ pip install apache-liminal
 
 ## Setup liminal
 ### Liminal build
-The build will create docker images based on the liminal.yml file in the `images` section.
-```BASH
-liminal build
-```
+The build will create docker images based on the liminal.yml file in the `images` section and will create a kubernetes local volume.
 
-### Liminal create
-All tasks use a mounted volume as defined in the pipeline YAML. \
+Be informed that all tasks use a mounted volume as defined in the pipeline YAML. \
 In our case the mounted volume will point to the liminal Iris Classification example.
 The training task trains a regression model using a public dataset. We then validate the model and deploy it to a model-store in the mounted volume.
-
-Create a kubernetes local volume:
 ```BASH
-liminal create
+liminal build
 ```
 
 ### Liminal deploy
diff --git a/docs/getting-started/spark_app_demo.md b/docs/getting-started/spark_app_demo.md
index 3b4192f..a2c9b02 100644
--- a/docs/getting-started/spark_app_demo.md
+++ b/docs/getting-started/spark_app_demo.md
@@ -91,26 +91,15 @@ cd incubator-liminal/examples/spark-app-demo/k8s
 ```
 
 #### Liminal build
+The build will create docker images based on the liminal.yml file in the `images` section and will create a kubernetes local volume.
 
-The build will create docker images based on the liminal.yml file in the `images` section.
-
+Be informed that all tasks use a mounted volume as defined in the pipeline YAML. \
+In our case the mounted volume will point to the liminal Iris Classification example.
+The training task trains a regression model using a public dataset. We then validate the model and deploy it to a model-store in the mounted volume.
 ```BASH
 liminal build
 ```
 
-#### Liminal create
-
-All tasks use a mounted volume as defined in the pipeline YAML. \
-In our case the mounted volume will point to the liminal Iris Classification example. The training
-task trains a regression model using a public dataset. We then validate the model and deploy it to a
-model-store in the mounted volume.
-
-Create a kubernetes local volume:
-
-```BASH
-liminal create
-```
-
 #### Liminal deploy
 
 The deploy command deploys a liminal server and deploys any liminal.yml files in your working