dgrove-oss opened a new issue #2872: invoker command line support for dynamicId 
assignment
URL: https://github.com/apache/incubator-openwhisk/issues/2872
 
 
   As discussed in the review of 
https://github.com/apache/incubator-openwhisk/pull/2689, for Mesos it is not 
feasible to use environment variables to communicate the unique invoker names.  
For Mesos, we need to also support command-line flags style of specifying 
arguments.  For example:
     --name <some_name> --id <proposed_id>
   For Kubernetes, we really would prefer environment variables.
   
   So, the plan is to support both options.  Add flags-style command line 
argument processing to the invoker and read the environment if explicit command 
lines are not provided.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to