You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@liminal.apache.org by GitBox <gi...@apache.org> on 2021/04/08 14:12:01 UTC

[GitHub] [incubator-liminal] assapin commented on a change in pull request #35: add local deploy flag

assapin commented on a change in pull request #35:
URL: https://github.com/apache/incubator-liminal/pull/35#discussion_r609743754



##########
File path: README.md
##########
@@ -154,7 +154,13 @@ liminal build
 
 You'll see that a number of outputs indicating various docker images built.
 
-3. Deploy the pipeline:
+3. Create a kubernetes local volume

Review comment:
       In case your Yaml includes working with volumes (link: https://github.com/apache/incubator-liminal/blob/6253f8b2c9dc244af032979ec6d462dc3e07e170/docs/getting_started.md#mounted-volumes)
   
   please first run the following command:

##########
File path: scripts/liminal
##########
@@ -131,10 +131,6 @@ def deploy_liminal_apps(path, clean):
         yml_name = os.path.basename(config_file)
         target_yml_name = os.path.join(environment.get_dags_dir(), yml_name)
         shutil.copyfile(config_file, target_yml_name)
-        with open(config_file) as stream:

Review comment:
       won't this fail if config.load_kube_config() threw an exception?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org